updated preprocessing and rewriting input equalities into inequalities for LRA
[cvc5.git] / src / smt / smt_engine.cpp
2011-07-05 Dejan Jovanovićupdated preprocessing and rewriting input equalities...
2011-05-23 Morgan Detersfixes for "make dist" and "make doc", minor cleanups
2011-05-23 Morgan DetersMerge from arrays2 branch.
2011-05-05 Morgan DetersMerge from nonclausal-simplification-v2 branch:
2011-05-02 Morgan Detersfix a performance issue from last commit
2011-05-02 Morgan DetersMinor fixes to various parts of CVC4, including the...
2011-04-25 Morgan DetersMonday tasks:
2011-04-22 Morgan Detersfix to last commit
2011-04-22 Morgan DetersFixing SmtEngine::getValue() by adding a NodeManagerSco...
2011-04-20 Morgan DetersMinor mixed-bag commit. Expected performance impact...
2011-04-18 Morgan DetersPartial merge from datatypes-merge branch:
2011-04-13 Morgan Deterscache the LET rewriting (and defined-function expansion...
2011-04-04 Tim KingMerging the satliteral-before-prereg branch into trunk...
2011-04-01 Morgan DetersThis commit is a merge from the "betterstats" branch...
2011-03-15 Morgan DetersMerge from cudd branch. This mostly just adds support...
2011-01-05 Dejan JovanovićCommit for the theory engine and rewriter changes....
2010-11-19 Morgan DetersMerge from ufprop branch, including:
2010-11-16 Morgan DetersSmtEngine now fails with a ModalException if --incremen...
2010-11-09 Dejan JovanovićLemmas on demand work, push-pop, some cleanup.
2010-11-08 Morgan Deterscommand-line flag to disable theory registration, also...
2010-11-08 Morgan Deterscleanup, documentation, SMT-LIBv2 compliance
2010-10-31 Morgan Detersenable dependence graphs in doxygen; fix lots of doxyge...
2010-10-22 Christopher L. ConwayMerging main/getopt.cpp, main/usage.h, and smt/options...
2010-10-22 Morgan Deterscomment out the "interactive" check in SmtEngine::getVa...
2010-10-21 Christopher L. Conway* Option --no-type-checking now disables type checks...
2010-10-12 Morgan Detershooked up "we are incomplete" flag after conversation...
2010-10-12 Morgan DetersMerge from cc-memout branch. Here are the main points
2010-10-12 Morgan Deterscheck last result in (get-assignment); some context...
2010-10-10 Morgan Detersadditional model gen and SMT-LIBv2 compliance work...
2010-10-09 Morgan Deterssupport for SMT-LIBv2 :named attributes, and attributes...
2010-10-09 Morgan Detersbug fixes to model gen
2010-10-09 Morgan DetersModel generation for arith, boolean, and uf theories via
2010-10-08 Morgan Deters* (define-fun...) now has proper type checking in non...
2010-10-08 Morgan Deterssupport (set-info) on status, source, category, difficu...
2010-10-07 Morgan Deterstype checking for define-fun in production builds;...
2010-10-07 Morgan DetersSMT-LIBv2 (define-fun...) command now functional; does...
2010-10-06 Morgan Detersdeclare-sort, define-sort working but not thoroughly...
2010-10-05 Morgan Detersparser and core support for SMT-LIBv2 commands get...
2010-09-24 Dejan Jovanovićequality triggers for the equality engine
2010-08-17 Morgan DetersMerge from "cc" branch:
2010-06-04 Morgan Deters** Don't fear the files-changed list, almost all change...
2010-05-25 Dejan JovanovićSome initial changes to allow for lemmas on demand.
2010-03-16 Morgan Deters* test/unit/Makefile.am, test/unit/expr/attribute_white.h,
2010-03-12 Morgan Deters* Added shutdown() functions to SmtEngine, TheoryEngine...
2010-03-11 Morgan Detersnaive rewriting to fix minisat invariant; rewrite ...
2010-03-08 Morgan DetersThis fixes regressions at levels >= 1 which were failing
2010-03-05 Morgan Deters* public/private code untangled (smt/smt_engine.h no...
2010-03-03 Dejan JovanovićSome SAT stuff, not doing anything special yet, just...
2010-02-25 Morgan Deters* src/expr/node.h: add a copy constructor. Apparently...
2010-02-23 Dejan Jovanovićcosmetic changes, comments, and renaming of Expr relate...
2010-02-22 Morgan Deters* configure.ac: Remove doc/ from search path for Makefi...
2010-02-22 Dejan JovanovićSmall changes to the smt-engine, removed the assertions...
2010-02-19 Morgan Deters* Attribute infrastructure -- static design. Documenta...
2010-02-09 Dejan JovanovićChanges to the CNF conversion and the SAT solver. All...
2010-02-09 Dejan Jovanovićempty stubs for push and pop to fix the build fail
2010-02-04 Morgan Detersminor interface changes to TheoryEngine/Theory after...
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 Morgan Deterssrc/expr/kind.h is now automatically generated.
2010-02-04 Morgan Detersminor fix for update-copyright.pl; ran update-copyright...
2010-02-03 Morgan DetersAddressed many of the concerns of bug 10 (build system...
2010-02-02 Tim KingSwitched cnf conversion to go through CnfStream.
2010-01-29 Morgan Detersfixed CNF conversion, and more modular; CNF conversion...
2010-01-26 Morgan Deterscnf conversion
2010-01-26 Morgan Detersfixes to build structure, util classes, lots of fixes...
2009-12-17 Morgan Detersupdate-copyright.pl now retrieves and incorporates...
2009-12-17 Morgan Deterscoding standard fix on SmtEngine; fix recursive make
2009-12-17 Morgan Deters+ test infrastructure fixes
2009-12-11 Dejan JovanovićExtracted the public Expr and ExprManager interface...
2009-12-10 Dejan Jovanovićkilling expr into node...
2009-12-09 Dejan JovanovićA mess of changes in the expression manager, simple...
2009-12-08 Morgan Deterswork on propositional layer, expression builder support...
2009-12-03 Morgan Detersparsing/expr/command/result/various other fixes
2009-11-25 Morgan Detersadditional work on parser hookup, configuration + build
2009-11-24 Morgan Detersoops, missed a file