Skip to content
Michael Iatauro edited this page Oct 18, 2014 · 3 revisions

Overview or RCPSP example.

The NDDL implementation provided here can solve RCPSP problem instances generated by ProGen/max. Typically, the goal is to minimize total project duration while respecting all constraints. This example can be run with the built-in Solver or with a very effective Local Search algorithm called IFlatIRelax (Doc References) that was enhanced to solve this kind of problems. This is also a good place to see how you can build your own solver on top of EUROPA.

Run the example % cd $EUROPA_HOME/examples/UBO % ant

Click on "Go" in the solver dialog, then run "setupDesktop()" from the !BeanShell console, you'll see the resulting schedule for this particular example :

http://europa-pso.googlecode.com/svn/wiki/images/Example-UBO0.jpg

Clone this wiki locally