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 3e72b0e857 Squashed 'software/gecode_on_record/' content from commit 37ed9bda4
git-subtree-dir: software/gecode_on_record
git-subtree-split: 37ed9bda495ea87e63217c19a374b5a93bb0078e
2021-06-16 14:03:52 +10:00

5 lines
224 B
MiniZinc

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