Partial merge from kind-backend branch, including Minisat and CNF work to
[cvc5.git] / src / prop / cnf_stream.cpp
2012-03-01 Morgan DetersPartial merge from kind-backend branch, including Minis...
2012-02-29 Liana HadareanThis should fix the debian build fails:
2012-02-29 Morgan Detersconsistency in how the Dump output stream is used
2012-02-25 Liana HadareanRefactored CnfStream to work with the bv theory Bitblaster:
2012-02-20 Morgan Detersfix sharing issue for portfolio (full lit-to-node map...
2012-02-20 Morgan Detersportfolio merge
2011-11-15 Morgan DetersBindings work (ocaml bindings are now sort of working...
2011-10-05 Morgan DetersensureLiteral() in CNF stream to support Andy's quantif...
2011-09-30 Morgan Detersfix to CNF undoTranslate(), to support incrementality
2011-09-30 Morgan Detersfixes to incremental simplification, cnf routines,...
2011-09-02 Morgan DetersMerge from my post-smtcomp branch. Includes:
2011-09-02 Morgan DetersPartial merge of integers work; this is simple B&B...
2011-09-02 Dejan Jovanović* Changing pre-registration to be context dependent...
2011-08-17 Dejan Jovanovićnew implementation of lemmas on demand
2011-07-07 Dejan Jovanovićremoving duplicate clauses in ite cnf conversion
2011-07-05 Dejan Jovanovićupdated preprocessing and rewriting input equalities...
2011-04-10 Morgan Detersmerge from replay branch
2011-04-05 Morgan DetersMinor adjustments to the Registrar commit in 1644,...
2011-04-04 Tim KingMerging the satliteral-before-prereg branch into trunk...
2011-04-02 Morgan Detersminor fixes
2011-04-01 Morgan Detersminor bugfixes (fixes broken dynamic-library build...
2011-03-21 Dejan Jovanovićmore bugfixes, some basic propagation, and testcases...
2010-11-09 Dejan JovanovićLemmas on demand work, push-pop, some cleanup.
2010-10-31 Morgan Detersenable dependence graphs in doxygen; fix lots of doxyge...
2010-10-03 Morgan Detersfile header documentation regenerated with contributors...
2010-08-19 Morgan DetersUF theory bug fixes, code cleanup, and extra debugging...
2010-08-16 Dejan JovanovićFixing failures in minisat
2010-08-15 Dejan Jovanović(no commit message)
2010-07-22 Morgan Detersincorporate a fix from smtcomp2010 version for handling...
2010-06-29 Tim KingMerging the unate-propagator branch into the trunk...
2010-06-04 Morgan Deters** Don't fear the files-changed list, almost all change...
2010-06-01 Dejan JovanovićIn order for splitting on demand to be able to retract...
2010-05-28 Tim KingMoving the ITE removal from CnfStream to TheoryEngine...
2010-05-27 Morgan DetersRemove isAtomic() as per 4/27/2010 meeting. Add commen...
2010-05-27 Tim KingPreregistration has been turned on. Highly experimental...
2010-05-25 Dejan JovanovićSome initial changes to allow for lemmas on demand.
2010-05-21 Tim KingSmall fixes to TheoryArith. Added a hack to make Integ...
2010-05-14 Christopher L. ConwayAdding debugging code in PropEngine/CnfStream
2010-05-14 Christopher L. ConwayAdding rudimentary ITE handling in CnfStream
2010-05-14 Christopher L. ConwayVirtualizing interface between CnfStream and SatSolver
2010-05-13 Christopher L. ConwayMinor refactorings and corrections to comments
2010-04-01 Morgan DetersPARSER STUFF:
2010-03-11 Dejan JovanovićChanging const TNode& to TNode in the CNF conversion...
2010-03-11 Dejan JovanovićBoolean variables were marked as theory literals by...
2010-03-11 Dejan JovanovićFix for the main bug that was bugging me -- Bug 49...
2010-03-08 Dejan Jovanovićadding simple-uf to the regressions, and the code that...
2010-03-08 Dejan Jovanovićsome more sat stuff for tim: assertions now go to theory_uf
2010-03-05 Morgan Deters* public/private code untangled (smt/smt_engine.h no...
2010-02-25 Morgan Deters* src/expr/node.h: add a copy constructor. Apparently...
2010-02-22 Dejan JovanovićMerging from branch branches/Liana r241
2010-02-13 Dejan JovanovićImprovements to CNF conversion when already in CNF
2010-02-09 Dejan JovanovićChanges to the CNF conversion and the SAT solver. All...
2010-02-04 Dejan Jovanovićbeautification of the prop engine
2010-02-04 Morgan Detersremove -*- c++ -*- emacs tag from source files (it...
2010-02-04 Tim KingChanged mapping from atoms to literals in the prop...
2010-02-04 Morgan Detersminor fix for update-copyright.pl; ran update-copyright...
2010-02-04 Tim KingFixes to the cnf converter. Also a barebones utility...
2010-02-02 Dejan Jovanović(no commit message)
2010-02-02 Dejan Jovanovićfor tim
2010-02-02 Tim KingSwitched cnf conversion to go through CnfStream.