summaryrefslogtreecommitdiff
path: root/src/prop/minisat
AgeCommit message (Expand)Author
2014-06-21Fix compiler warnings (mostly unused variables).Morgan Deters
2014-05-27Revert "timespec printing bug"Kshitij Bansal
2014-05-27timespec printing bugKshitij Bansal
2014-03-19Appease compilers from latest XCode release (v5.1).Morgan Deters
2014-03-11Merge branch '1.3.x'Morgan Deters
2014-03-11Fix some Win32 and SMT-LIB compliance bugs discovered by David Cok.Morgan Deters
2013-12-23Proof-checking code; fixups of segfaults and missing functionality in proof g...Morgan Deters
2013-11-27Fix for compile error when using gcc 4.7 with -std=gnu++11. Thanks to Martin...Morgan Deters
2013-11-10Flatten libcvc4 build structure; remove some #include interdependencesMorgan Deters
2013-10-09fixed uf proof bug: now storing deleted theory lemmaslianah
2013-10-08fixed uf proof with holes bugslianah
2013-10-07first draft implementation of uf proofs with holesLiana Hadarean
2013-09-13Documentation fixes, some code typo fixes, file perms, other minor things.Morgan Deters
2013-06-25Proposed fix for bug #513Morgan Deters
2013-05-10fixes to the proof system so it works with theory lemmas and explanationslianah
2013-04-30added support for dumping the SAT problem the sat solver is working onlianah
2013-04-26Merge experimental decisionweight branchKshitij Bansal
2013-04-03* changing the bitblast-eager to bitblast on pre-registerDejan Jovanović
2013-03-14fix to build system: #include the proper file when they are in both builds an...Morgan Deters
2012-11-26fixup for incremental solvingDejan Jovanović
2012-11-14fix a race problem. due to interrupt mechanism minisat returned true instead ...Kshitij Bansal
2012-10-24fix for bug 429 Dejan Jovanović
2012-10-09* Add assertion in TheoryModel code to ensure we don't get inconsistentMorgan Deters
2012-10-05Bug-related:Morgan Deters
2012-10-05BoolExpr removed and replaced with ExprDejan Jovanović
2012-09-12Adding model assertions after SAT responses.Morgan Deters
2012-08-31merge from fmf-devel branch. more updates to models: now with collectModelIn...Andrew Reynolds
2012-07-31Options merge. This commit:Morgan Deters
2012-06-17fixing a problem due to lemmas produced while backtrackingDejan Jovanović
2012-06-14fix quantifier non-bugKshitij Bansal
2012-06-12cleanup of exit mechanism when decisionEngine is on\n\n fixes some bugs we we...Kshitij Bansal
2012-06-11Merge from quantifiers2-trunkmerge branch.Morgan Deters
2012-06-08Merge from decision branch (till r3663)Kshitij Bansal
2012-05-16Changes to SAT solver:Dejan Jovanović
2012-05-16removing duplicate literals in explanations of propagationsDejan Jovanović
2012-05-09* simplifying equality engine interfaceDejan Jovanović
2012-05-09Merge from decision branch (ITE support)Kshitij Bansal
2012-05-08Merging in bvprop branch, with proper bit-vector propagation. Liana Hadarean
2012-04-27break dependence on zlib-dev for nowMorgan Deters
2012-04-23Merge from decision branch -- partially working justification heuristicKshitij Bansal
2012-04-04 * added propagation as lemmas to TheoryBV:Liana Hadarean
2012-03-29Fixes a linking problem with the new SatSolverConstructor on Mac.Tim King
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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback