Commit 8515b5f53088311d407ce956715fbfee3e6ffc25

Authored by Salvador Abreu
1 parent 554238da
Exists in master

new file: enumerate and specify semantics of mz constraints

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
fz/catalog.pl 0 → 100644
... ... @@ -0,0 +1,6 @@
  1 +% == No, Emacs this is -*-Prolog-*- code, not what you thought... =============
  2 +
  3 +% -- catalog of FlatZinc constraints ------------------------------------------
  4 +
  5 +fzc(int_lin_ne(COEF, VARS, CONST)) -->
  6 + [ ].
... ...