Open matsc-at-sics-se opened 1 year ago
Here is the smallest instance of this bug that I could find.
include "globals.mzn";
var 3..4: A;
var {2,4}: D;
var {2,4}: E;
var 3..4: H;
var {2,4}: I;
constraint
sort([D,3,D,A],[E,I,D,H]);
% solve :: int_search([A,D,E,H,I], input_order, indomain_min) satisfy;
On Ubuntu 22.04.2 LTS.
The following model outputs one solution and then hangs if you run it with minizinc -a: