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
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -101,3 +101,5 @@ remove_overlap_2((T,M,D), [(_,M1,_)|Tasks]) :-
@@ -101,3 +101,5 @@ remove_overlap_2((T,M,D), [(_,M1,_)|Tasks]) :-
add_constraint(T, T1, D) :-
add_constraint(T, T1, D) :-
T+D #\= T1.
T+D #\= T1.
 
 
%?- jobshop_3_3(Time, Schedule).
Loading