Resolve "complete mini project 2"
Compare changes
Files
2- aalbert authored
+ 0
− 6
@@ -5,11 +5,5 @@ This project includes:
@@ -5,11 +5,5 @@ This project includes:
- an N jobs M machines instance of job-shop in Prolog and applications to the given (3,3) and (10,5) instances: `jobshop.pl`
We encounter non-explained bugs with `clpq` that were immediatetly fixed by using `clpfd` instead wich is a nearly drop-in replacement:
With nix installed, simply type `swipl jobshop.pl` to run job-shop related queries. Prolog and Z3 can also be done online on <https://swish.swi-prolog.org/> and <https://compsys-tools.ens-lyon.fr/z3/> respectively.