about to revise encodings

This commit is contained in:
gebser
2017-01-17 10:12:37 +01:00
parent 1458d93408
commit 664762fdec
3 changed files with 18 additions and 8 deletions

View File

@@ -101,8 +101,8 @@ perform(A1,t) :- active(A1), 1 < _parallel, _parallel < 4,
:- 1 < _parallel, _parallel < 4, active(A), not perform(A,t).
#edge((A1,t),(A2,t)) : occurs(A1,t), disable(A1,A2), _parallel = 4, not disable.
#edge((A1,t),(A2,t)) : occurs(A2,t), disable(A1,A2), disable.
#edge((A1,t),(A2,t)) : disable(A1,A2), occurs(A1,t), _parallel = 4, not disable.
#edge((A1,t),(A2,t)) : disable(A1,A2), occurs(A2,t), disable.
% CHECK PROGRAM