Closed pampelmuse76 closed 3 years ago
In pyswip/examples/draughts/puzzle1.pl the line Board in 0..12 must be replaced by: Board ins 0..12,
same for other examples too.
Problem is: The predicate in/2 is defined a bit different in library('bounds') and library(clpfd). And in my environment somehow clpfd is used.
In pyswip/examples/draughts/puzzle1.pl the line Board in 0..12 must be replaced by: Board ins 0..12,