Skip to content

Commit cedf36a

Browse files
guidotackchschulte
authored andcommitted
Remove restart annotations (are now part of MiniZinc standard library)
1 parent daca65f commit cedf36a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

gecode/flatzinc/mznlib/gecode.mzn

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@ annotation relax_and_reconstruct(array[int] of var int: x, int: percentage);
5959
% an initial solution y.
6060
annotation relax_and_reconstruct(array[int] of var int: x, int: percentage, array[int] of int: y);
6161

62-
% Controlling the restart strategy
63-
annotation restart_luby(int: scale);
64-
annotation restart_geometric(float: base, int: scale);
65-
annotation restart_linear(int: scale);
66-
annotation restart_constant(int: scale);
67-
annotation restart_none;
68-
6962
% i in z <-> forall (j in x) (i in y[j])
7063
predicate gecode_array_set_element_intersect(var set of int: x,
7164
array[int] of var set of int: y, var set of int: z);

0 commit comments

Comments
 (0)