1
0
This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
Jip J. Dekker 1d9faf38de Squashed 'software/gecode/' content from commit 313e8764
git-subtree-dir: software/gecode
git-subtree-split: 313e87646da4fc2752a70e83df16d993121a8e40
2021-06-16 14:02:33 +10:00

5 lines
224 B
MiniZinc

predicate gecode_maximum_arg_bool_offset(array[int] of var bool: x, int: offset, var int: i);
predicate fzn_maximum_arg_bool(array[int] of var bool: x, var int: i) =
gecode_maximum_arg_bool_offset(x,min(index_set(x)),i);