cvc5.git
2013-04-02 Morgan DetersOne final fix to "make submission" rule
2013-04-02 Morgan Detersupdate copyrights
2013-04-02 Morgan DetersAdjust release Makefile rules, new run script
2013-04-02 Clark BarrettFix regression error by turning off model-based solver...
2013-04-02 Clark BarrettTurning on model based array solver for QF_AX
2013-04-02 Clark BarrettMade eager lemmas an option, enabled for QF_AX
2013-04-02 Clark BarrettDisabling eager array index splitting for QF_AX
2013-04-02 Morgan DetersFixes for two bugs:
2013-04-01 Tim KingCleaning up the demand restart code.
2013-04-01 Tim KingAdding a restart test strategy to integers.
2013-04-01 Tim KingAdding demand restart.
2013-04-01 Tim KingAdding tests for the previous commit.
2013-04-01 Morgan DetersMerging some cleanup work:
2013-04-01 Tim KingFix for iff terms over equalities between the same...
2013-04-01 Morgan DetersFix bug 491 and related issues with checkModel() and...
2013-04-01 lianahfixed TheoryBool rewriter bug
2013-04-01 lianahfixed bug 502; now the core bv solver only gives the...
2013-03-31 Liana Hadareanchanged option to run inequality solver by default
2013-03-31 Clark BarrettDisabling eager array index splitting for QF_AUFLIA
2013-03-30 Andrew Reynoldsdo simple ite rewriting within quantifiers
2013-03-29 Morgan Detersmake Boolean term conversion partially non-recursive...
2013-03-29 Dejan JovanovićMerge branch 'master' of github.com:CVC4/CVC4
2013-03-29 Dejan Jovanovićremoving cryptominisat since we're not using it
2013-03-28 Morgan Detersfix memory corruption in arrays destructor
2013-03-28 Morgan Deterssome Java bindings fixes (fixes Debian build problems)
2013-03-28 Clark BarrettFixed a warning, made eager-index default to true ...
2013-03-28 Clark BarrettFixed bug in arrays
2013-03-28 Clark BarrettAdded assertion
2013-03-28 Clark BarrettUpdates to model-based array solver
2013-03-28 Clark BarrettNew model-based array procedure
2013-03-27 lianahreverted the core solver to do static slicing, added...
2013-03-27 lianahfixed inequality checkDisequalities inefficiency
2013-03-27 lianahMerge branch 'master' into bv-core
2013-03-27 lianahfixed some model stuff
2013-03-27 lianahfixed model generation bug; commented out attempt...
2013-03-27 lianahinequality solver now only splits on disequalities...
2013-03-27 lianahadded model generation for bv subtheories and bv-inequa...
2013-03-26 Morgan DetersFixes for warnings from clang++, from -std=gnu++0x...
2013-03-26 Morgan DetersMake --incremental the default when running interactively
2013-03-26 lianahcore theory currently disabled
2013-03-26 Dejan JovanovićgetModelValue implementation in bitvectors
2013-03-26 Dejan Jovanovićadding
2013-03-26 Dejan JovanovićMerge branch 'master' of git@github.com:CVC4/CVC4.git
2013-03-26 Dejan Jovanovićmoving bv before arrays
2013-03-26 lianahfixed inequality bugs due to improper explanation
2013-03-26 lianahcleaned up the bv subtheory interface; added check...
2013-03-26 Morgan Detersjava input stream adapters working
2013-03-25 lianahgetEqualityStatus now also queries the inequality solver
2013-03-25 Morgan DetersFix for SCM detection
2013-03-25 Kshitij BansalMerge pull request #7 from kbansal/portfolio
2013-03-25 Kshitij Bansalfinish removal of separateOutput
2013-03-25 Liana Hadareanadded support for disequalities in the inequality solver
2013-03-24 lianahincremental inequality solver implemented
2013-03-24 Morgan DetersFix bug in portfolio executor output; fixes nightly...
2013-03-23 lianahnon-incremental inequality solver seems to be bug-free...
2013-03-23 lianahfixed some explanation problems for the core theory...
2013-03-23 Dejan JovanovićMerge remote-tracking branch 'dddejan/c++11'
2013-03-23 Dejan Jovanovićchanging string hash function to use the gnu namespace
2013-03-22 Morgan DetersSupport for Boolean term conversion in datatypes.
2013-03-22 Dejan Jovanovićcompiles with
2013-03-22 lianahMerge branch 'master' into bv-core
2013-03-22 Dejan Jovanovićanother typo/bugfix for equality constant evaluation
2013-03-21 lianahMerge branch 'master' into bv-core
2013-03-21 lianahfixed more equality stuff
2013-03-21 Morgan DetersBetter error in case of nonlinear assertions while...
2013-03-21 Morgan DetersAdd the ability to "mute" commands, needed for SMT...
2013-03-21 Dejan Jovanovićfixing markings of internal nodes in equality engine
2013-03-21 lianahfixed compilation problem
2013-03-21 lianahincorporated dejan's constant evaluation; now getting...
2013-03-21 lianahMerge branch 'master' into bv-core
2013-03-21 lianahdisabled ineq
2013-03-21 Dejan JovanovićMerge branch 'master' of github.com:CVC4/CVC4
2013-03-21 Morgan DetersSome model and printing fixes for defined functions...
2013-03-21 Dejan Jovanovićmore equality constant evaluation
2013-03-21 Morgan DetersFix for SmtEngine::expandDefinitions()---improper TypeC...
2013-03-21 lianahadded regression test for constant eval
2013-03-21 lianahMerge branch 'master' into bv-core
2013-03-21 Dejan Jovanovićfixing constant evaluation bugs
2013-03-21 lianahadded more tests
2013-03-21 lianahgeneralized bv inequality reasoning to handle both...
2013-03-21 Morgan DetersBetter reporting of detached git state in --version...
2013-03-21 Morgan DetersFix to bug 497: make justification heuristic's ITE...
2013-03-21 Morgan DetersRemove unintentionally-committed-to-master README from...
2013-03-20 Morgan DetersInteractive mode support for multiline input
2013-03-20 Morgan DetersProperly |quote| symbols in SMT-LIBv2 output.
2013-03-20 Morgan DetersSome statistics for narrowing down incrementality issue...
2013-03-20 Liana Hadareanone more ineq regression
2013-03-20 Liana Hadareanfixed reversed concat in core theory
2013-03-20 Liana Hadareanmerged dejan's stuff
2013-03-20 Liana Hadareanmerged master with dejan's constant evaluating equality...
2013-03-20 Liana Hadareaninequality reasoning works on small examples added...
2013-03-20 Dejan JovanovićAdding evaluation of constant terms to the equality...
2013-03-19 Morgan DetersMinor cleanup of sources
2013-03-19 Morgan DetersFixes for miplib-trick application (and a new testcase)
2013-03-19 Morgan DetersRemove PropositionalQuery class and all CUDD-related...
2013-03-19 Morgan DetersMinor fixes to build system
2013-03-19 Liana Hadareanadded the cpp file for the inequality graph
2013-03-19 Liana Hadareanimplementing more inequality graph stuff; work in progr...
2013-03-18 lianahmore work on inequality reasoning for bv
2013-03-16 lianahstarted work on the inequality bv subtheory
next