summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-10-13Initializes RoundingMode::roundNearestTiesToAway to a distinct value.Tim King
2016-10-13Revert "Merge branch 'origin' of https://github.com/CVC4/CVC4.git"Tim King
This reverts commit 3395c5c13cd61d98aec0d9806e3b9bc3d707968a, reversing changes made to 5f415d4585134612bc24e9a823289fee35541a01.
2016-10-11Merge branch 'origin' of https://github.com/CVC4/CVC4.gitPaul Meng
Conflicts: src/options/quantifiers_options
2016-10-11- fixed a memory leak issue with context dependent data structurePaul Meng
- clean up
2016-10-08Adding initializers for structs internal to ite_utilities.Tim King
2016-10-05Added an option that allow empty dependencies when attempting to minimize ↵guykatzz
preprocessing holes
2016-10-02Removing the throw specifiers from theory_uf_type_rules.h.Tim King
2016-10-02Removing the throw specifiers from theory_fp_type_rules.h.Tim King
2016-10-02Removing the throw specifiers from theory_datatypes_type_rules.h.Tim King
2016-10-02Removing an unused member from TreeLog.Tim King
2016-10-02Removing the throw specifiers from theory_bv_type_rules.h.Tim King
2016-10-02Removing the throw specifiers from Cardinality.Tim King
2016-10-01Removing the throw specifiers from Result.Tim King
2016-10-01Merge pull request #93 from timothy-king/clang-formatTim King
Adding a clang format file for the project.
2016-10-01Removing the throw specifiers from SExpr.Tim King
2016-10-01Removing the throw specifiers from SubrangeBounds.Tim King
2016-10-01Incorporate non-bv parts of ajr/bvExt branchajreynol
2016-09-29Address some coverity warnings, add another stat.ajreynol
2016-09-29Minor cleanup and additions to quantifiers statistics.ajreynol
2016-09-28Fix the merge of kbansal/card branch (2039eab).Kshitij Bansal
A bug was introduced in the cleanup process as preparation for the merge (theory_sets_private.cpp, lines 2502-2508 in this commit).
2016-09-27Removing an unused iterator.Tim King
2016-09-27Reverting part of the previous changes to unconstrained simplifier.Tim King
2016-09-26Simplifying control flow to avoid goto's in unconstrained_simplifier.cpp.Tim King
2016-09-25Adding missing break statements.Tim King
2016-09-25Closing an open file descriptor in MemoryMapFile.Tim King
2016-09-25Freeing memory in error handling code for bounded_token_buffer.Tim King
2016-09-25Deleting the eager bitblasting solver if present in TheoryBV.Tim King
2016-09-25Adding a destructor to QuantAntiSkolem.Tim King
2016-09-25Adding a destructor to TermDb.Tim King
2016-09-25Adding a destructor to CegqiOutputSingleInv.Tim King
2016-09-25Deleting optional members of StrongSolverTheoryUF.Tim King
2016-09-25Disambiguating a vector insert warning coming from coverity scan.Tim King
2016-09-25Deleting a temporary in theory sets enumerator.Tim King
2016-09-25Deleting the intermediate command singleton.Tim King
2016-09-25Disambiguating a type issue. Coverity scan reported a MISMATCHED_ITERATOR here.Tim King
2016-09-25Removing an unused iterator.Tim King
2016-09-25Fixing a potential use after free coming from a pop_back() call invalidating ↵Tim King
strictly earlier entries.
2016-09-23fixed a few bugsPaul Meng
2016-09-21Remove duplicate code from my last commitajreynol
2016-09-20Refactor, separate theory-specific counterexample-guided instantiation.ajreynol
2016-09-20More refactoring of cbqi. Add a few regressions. Add option for qcf.ajreynol
2016-09-18Adding a clang format file for the project.Tim King
Adds a single example of applying this clang-format.
2016-09-18Minor fix for stringsajreynol
2016-09-16In a ROW guard proof, if the transitivity proof does not have a disequality, ↵guykatzz
we can deduce that it is a constant-disequality proof and process it accordingly
2016-09-16Merge branch 'master' of https://github.com/CVC4/CVC4guykatzz
2016-09-16Use matching heuristics for EPR instantiation.ajreynol
2016-09-16Handling a corner case where a ROW's guard is a constant disequality.Guy
If this is a simple proof (e.g., just 1 != 2), change the d_id from Transitivity to ConstantDisequality
2016-09-16Let arith_proof print its own termsGuy
2016-09-16More refactoring of cbqi, start developing new interface.ajreynol
2016-09-15Further refactor cbqi.ajreynol
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback