fzn-gecode, mod, wrong solutions

6 views
Skip to first unread message

Mats Carlsson

unread,
Jun 24, 2023, 2:46:27 AM6/24/23
to Gecode
The following model is unsat, but fzn-gecode finds several wrong solutions:

var -5 .. 5: A;
var -5 .. 5: B;
constraint A mod B=B;
solve :: int_search([A,B], input_order, indomain_median) satisfy;

Reply all
Reply to author
Forward
0 new messages