4 lines
101 B
MiniZinc
4 lines
101 B
MiniZinc
predicate hill_climbing() =
|
|
if status()=START then true
|
|
else _objective < sol(_objective) endif;
|