git-subtree-dir: software/minizinc git-subtree-split: 4f10c82056ffcb1041d7ffef29d77a7eef92cf76
7 lines
348 B
MiniZinc
7 lines
348 B
MiniZinc
predicate fzn_piecewise_linear_reif(var float: x, var float: y,
|
|
array[int] of float: xi, array[int] of float: vi,
|
|
var bool: b) =
|
|
abort("Reified piecewise_linear constraint is not supported");
|
|
|
|
%-----------------------------------------------------------------------------%
|