Closed MaxOstrowski closed 3 years ago
Confirmed:
&dom{(1..5)}=("X_INTRODUCED_1_").
&minimize{}.
produces 5 models. This is problematic for flatzingo, as we have translated instances and some have the condition (var/2
) and some or no optimization problems, so we do not want to enumerate on default.
Done
Check if the program
&minimize {A*V : var(A,V)}.
interfers with the automatic enumeration detection as an empty minimize is generated. Also what about empty minimize statements.