You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is pulled out from issue #3 - a comment there notes that if a coupling constraint crosses a day boundary then it is still satisfied. I've pasted an example test_issue.pl at the end of this comment that contains requirements that demonstrates the issue. Tested on scryer-prolog installed from a cargo install scryer-prolog today.
This was my attempt at saying that both S1 and S2 must be in the same day by having the same slot_quotient. With this change the j2 class looks correct:
This is pulled out from issue #3 - a comment there notes that if a coupling constraint crosses a day boundary then it is still satisfied. I've pasted an example
test_issue.pl
at the end of this comment that contains requirements that demonstrates the issue. Tested onscryer-prolog
installed from acargo install scryer-prolog
today.Running the following:
Gives the following for class 'j2':
Notice the
pdd
coupling for '1' and '2' slots crosses tuesday and wednesday. These should be on the same day.I played around with a fix. I changed
slots_couplings
from:To:
This was my attempt at saying that both S1 and S2 must be in the same day by having the same
slot_quotient
. With this change thej2
class looks correct:Does the fix look correct?
The text was updated successfully, but these errors were encountered: