Skip to content

Fix issues with dimacs and unit propagation

Compare
Choose a tag to compare
@vale1410 vale1410 released this 14 Jun 23:01
· 106 commits to master since this release

Cleanup code and removed unused fragments.
Decided to remove my implementation of unit propagation as it caused more problems and was not needed anymore.

Now there is only a solve and ground command.
with ground -t=0 a dimacs formula for SAT or QBF solvers is generated.

Fixes issues #16, #17, #18 and #19 .