ajout de documentation constraintes optimisation
This commit is contained in:
parent
75893ae424
commit
c0cd31fe32
3 changed files with 86 additions and 2 deletions
10
tp/code/makefile
Normal file
10
tp/code/makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
all: ProductionHoraire.class
|
||||
|
||||
%.class: %.java
|
||||
javac -cp .:choco-solver-4.0.6-with-dependencies.jar $<
|
||||
|
||||
run: ProductionHoraire.class
|
||||
java -cp .:choco-solver-4.0.6-with-dependencies.jar ProductionHoraire instance.txt
|
||||
|
||||
clean:
|
||||
rm *.class
|
Loading…
Add table
Add a link
Reference in a new issue