summaryrefslogtreecommitdiff
path: root/src/prop/minisat
AgeCommit message (Expand)Author
2012-03-28Some renaming and refactoring in SATDejan Jovanović
2012-03-26Global registry of SAT solvers, where they are registered at compile time. Th...Dejan Jovanović
2012-03-26More cleaning up.Dejan Jovanović
2012-03-26more datail from the build failureDejan Jovanović
2012-03-25moving minisat implementation into their respective directories (regular and bv)Dejan Jovanović
2012-03-25sat_module.h,cpp -> sat_solver.h,cpp (as intended)Dejan Jovanović
2012-03-25sat.h,cpp -> theory_proxy.h,cpp (this is what it defines)Dejan Jovanović
2012-03-09Some work on the dump infrastructure to support portfolio work.Morgan Deters
2012-03-09Strengthen minisat assertion regarding t-propagations that was unintentionall...Morgan Deters
2012-03-08Fixin the bug Clark found. In final check, enqueued propagations were not dis...Dejan Jovanović
2012-03-08Removing QUICK_CHECK, and other unused ones, from the Theory::Effort.Dejan Jovanović
2012-03-01Partial merge from kind-backend branch, including Minisat and CNF work toMorgan Deters
2012-02-29This should fix the debian build fails:Liana Hadarean
2012-02-25Refactored CnfStream to work with the bv theory Bitblaster:Liana Hadarean
2012-02-22Added OutputChannel::propagateAsDecision() functionality, allowing a theoryMorgan Deters
2012-02-22minor change to order fn in sat solver's ElimLtKshitij Bansal
2011-12-12* merging some uf stuff from incremental_work branch that somehow nobody merg...Dejan Jovanović
2011-11-02fully implement the always-check-again-after-the-output-channel-is-used fix f...Morgan Deters
2011-10-28merged the proofgen3 branch into trunk:Liana Hadarean
2011-10-17Sharing workDejan Jovanović
2011-10-03user push/pop support in minisat and simplification; also bindings workMorgan Deters
2011-09-30more push/pop infrastructure, some SAT stuffMorgan Deters
2011-09-29Some base infrastructure for user push/pop; a few bugfixes to user push/pop a...Morgan Deters
2011-09-15additional stuff for sharing, Dejan Jovanović
2011-09-02Merge from my post-smtcomp branch. Includes:Morgan Deters
2011-09-02* Changing pre-registration to be context dependent -- it is called from the ...Dejan Jovanović
2011-08-30Fixin the SAT solver for Andy. Even if a SAT lemma is added, a FULL-CHECK wil...Dejan Jovanović
2011-08-17new implementation of lemmas on demandDejan Jovanović
2011-07-11merge from symmetry branchMorgan Deters
2011-07-10changing the sat solver remove clauses constantsDejan Jovanović
2011-07-06Fixing two bugs:Dejan Jovanović
2011-04-14reverting back the minisat code and adding a simpler one that shouldn't chang...Dejan Jovanović
2011-04-14fixing an uninitialized literal variableDejan Jovanović
2011-04-13adding support for unit conflicts in minisat...Dejan Jovanović
2011-04-10merge from replay branchMorgan Deters
2011-04-09changing the sat solver to assert propagated literals back to the theoriesDejan Jovanović
2011-04-01This commit is a merge from the "betterstats" branch, which:Morgan Deters
2011-03-30Add Valuation::getSatValue() so that theories can access the currentMorgan Deters
2011-03-25This is a merge from the "theoryfixes+cdattrhash" branch. The changesMorgan Deters
2011-03-15real fix for bug 245, previous one was faultyDejan Jovanović
2011-03-15fix for bug 254, lemmas were propagating at lower levels, and the conflict cl...Dejan Jovanović
2011-03-03fixing a type that caused the segfaults in the regressionsDejan Jovanović
2011-03-02fixing the big with lemma reallocation in minisat garbage collectionDejan Jovanović
2011-02-26Commit to fix bug 241 (improper "using namespace std" in a header). This cau...Morgan Deters
2010-11-19Merge from ufprop branch, including:Morgan Deters
2010-11-15Changes to Solver and PropEngine to support lemmasOnDemand during solve but n...Tim King
2010-11-12Some bug fixes in the SAT for lemmas, and an experiment with a more complete ...Dejan Jovanović
2010-11-09Lemmas on demand work, push-pop, some cleanup.Dejan Jovanović
2010-10-27"make dist" fixes; a distribution tarball can now build and pass tests. "make...Morgan Deters
2010-08-20updating the minisat restart parameters after running some experimentsDejan Jovanović
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback