-
Notifications
You must be signed in to change notification settings - Fork 0
aanair3/clausal-proof-optimizer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
### Clausal Proof Optimizer ### Code for CS 357 Course Project Usage: python3 proof_optimizer.py example/cnf/random_ksat.dimacs example/proof/ Optimized Proof File: temp-work/final.proof This code optimizes the unsatisfiability proofs generated by a Cube-and-Conquer type parallel SAT solver into a single proof file. The optimized proof file can be checked using the DRAT-TRIM proof checker. This optimized proof takes much lesser time to be checked as compared to sequentially checking the individual unsatisfiability proofs.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published