Skip to content
Snippets Groups Projects

Resolve "complete mini project 2"

Merged aalbert requested to merge 7-complete-mini-project-2 into main
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
 
# Mini project 2
 
 
This project includes:
 
 
- an 3 jobs 3 machines instance of job-shop in Prolog: `jobshop3.pl`
 
- a model of this instance in Z3: `jobshop3.smt2`
 
- a model of the 10 jobs 5 machines instance in the same format as `https://github.com/tamy0612/JSPLIB/blob/master/instances/la05`: `jobshop10-5`
 
 
### Usage
 
Prolog and Z3 are done online on `https://swish.swi-prolog.org/` and `https://compsys-tools.ens-lyon.fr/z3/` respectively.
Loading