Skip to content

Commit

Permalink
update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
aaw committed Aug 3, 2024
1 parent d259033 commit 0cdac76
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
* Support cardinality constraints compared to one another:
NumTrue(x,y,z) >= NumFalse(w,v). And to Integer: NumTrue(x,y,z) > Integer(1)
* Generate a bash script for sat generation/solving/extracting
* Replace cnfc/tests/dpll.py with a cdcl python solver. Some more complicated encodings like
IsPalindrome are too tough for just dpll.
* Implement IsPrime predicate using Pratt certificates, drop into jane st. number cross 4
* Implement IsPrime predicate using Pratt certificates, drop into jane st. number cross 4
* Implement Formula.WriteCubedCnf(fd, vars)

0 comments on commit 0cdac76

Please sign in to comment.