Skip to content

Commit

Permalink
udpate csp.lp file
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOstrowski committed Oct 31, 2016
1 parent 6ef60c3 commit a69a1b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.1.3
- fixed bug in equality preprocessing

3.1.2
- fixed reading of non gringo aspif format
- fixed bug in is benchmark class
1 change: 1 addition & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
TODO:
- make --strict option public
- print warning if one of the bounds for csp variable could not be determined and is defaulted,
print name of the variable
- add test s.isChoice() for transformHeadRules, remove these rules and add :- a, not a.
Expand Down
5 changes: 4 additions & 1 deletion csp.lp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
dom_term {
+ : 5, unary;
- : 5, unary;
.. : 1, binary, left
.. : 1, binary, left;
* : 4, binary, left;
+ : 3, binary, left;
- : 3, binary, left
};
show_term {
/ : 1, binary, left
Expand Down

0 comments on commit a69a1b9

Please sign in to comment.