CP Pointers RepositoryLinks on CP
Books
Courses
SystemsSystems used in the course:
Interfaces to Gecode:
After installing MiniZinc it is possible to launch the following and solve the model via Mercury. > minizinc-??/mzn2fzn –data rcpsp.data rcpsp.mzn > minizinc-??/flatzinc jobshop.fzn Otherwise, using the interface gecode-flatzinc and gecode as solver > minizinc-??/mzn2fzn –data rcpsp.data rcpsp.mzn > gecode-flatzinc-??/fz jobshop.fzn Look for the files globals.mzn under the the MiniZinc installation and globals-gecode.mzn under the gecode-flatzinc directory for a list of global constraints implemented in MiniZinc, FlatZinc and Gecode. Prolog Based Languages
Other Modelling languages:
Libraries:
|