this repo has no description
1include "fzn_lex2.mzn"; 2include "fzn_lex2_reif.mzn"; 3 4/** @group globals.lexicographic 5 Require adjacent rows and adjacent columns in the array \a x to be 6 lexicographically ordered. Adjacent rows and adjacent columns may be equal. 7*/ 8predicate lex2(array[int, int] of var int: x) = 9 fzn_lex2(x);