2014-12-11 |
Morgan Deters | Minor fixes to language bindings. (Resolves #607.) |
commit | commitdiff | tree |
2014-12-11 |
ajreynol | Option to enable/disable cyclicity check in datatypes. |
commit | commitdiff | tree |
2014-12-11 |
Tianyi Liang | bug fix, thanks to Guy's example. |
commit | commitdiff | tree |
2014-12-09 |
Morgan Deters | Better error description (related to bug 605). |
commit | commitdiff | tree |
2014-12-09 |
Morgan Deters | Cleanup. |
commit | commitdiff | tree |
2014-12-06 |
Tianyi Liang | Added string constant in java api example. |
commit | commitdiff | tree |
2014-12-06 |
Tianyi Liang | Merge branch 'master' of github.com:tiliang/CVC4 |
commit | commitdiff | tree |
2014-12-06 |
Tianyi Liang | Added C++/Java api examples; |
commit | commitdiff | tree |
2014-12-06 |
Tianyi Liang | Added C++/Java api examples; |
commit | commitdiff | tree |
2014-12-06 |
ajreynol | Fix dt.size care graph. |
commit | commitdiff | tree |
2014-12-05 |
Tianyi Liang | Relaxed the constant requirement for regular expression... |
commit | commitdiff | tree |
2014-12-04 |
Tianyi Liang | clean up and improve intersection |
commit | commitdiff | tree |
2014-12-04 |
Morgan Deters | Fix valgrind-flagged error about uninitialized value. |
commit | commitdiff | tree |
2014-12-04 |
Morgan Deters | Fix segfault in lambdas when constructed via API. |
commit | commitdiff | tree |
2014-12-04 |
Morgan Deters | Fix UnsatCore in language bindings. |
commit | commitdiff | tree |
2014-12-04 |
Martin Brain | Floating point infrastructure. |
commit | commitdiff | tree |
2014-12-03 |
Kshitij Bansal | Merge branch 'master' of https://github.com/CVC4/CVC4 |
commit | commitdiff | tree |
2014-12-03 |
Kshitij Bansal | Revert "Disable constants sharing in eq engine, disable... |
commit | commitdiff | tree |
2014-12-03 |
Tianyi Liang | disable inter cache |
commit | commitdiff | tree |
2014-11-28 |
ajreynol | Synchronize conjecture generation with E-matching.... |
commit | commitdiff | tree |
2014-11-27 |
Tianyi Liang | add intersection rewriting |
commit | commitdiff | tree |
2014-11-27 |
Tianyi Liang | Merge branch 'master' of github.com:tiliang/CVC4 |
commit | commitdiff | tree |
2014-11-27 |
Tianyi Liang | add more regexp rewriting |
commit | commitdiff | tree |
2014-11-27 |
Tianyi Liang | add more functions for regular expressions |
commit | commitdiff | tree |
2014-11-27 |
Tianyi Liang | add more regexp rewriting |
commit | commitdiff | tree |
2014-11-27 |
Tianyi Liang | add more functions for regular expressions |
commit | commitdiff | tree |
2014-11-25 |
ajreynol | Fix bug in --term-db-mode=relevant with variable trigge... |
commit | commitdiff | tree |
2014-11-22 |
lianah | added number of resource units used as a stat |
commit | commitdiff | tree |
2014-11-21 |
ajreynol | Throw error when pattern is not list of terms. |
commit | commitdiff | tree |
2014-11-21 |
ajreynol | Change default option to --inst-when=full-last-call... |
commit | commitdiff | tree |
2014-11-20 |
ajreynol | Disable constants sharing in eq engine, disable hack... |
commit | commitdiff | tree |
2014-11-20 |
Morgan Deters | Fix #lines in template. |
commit | commitdiff | tree |
2014-11-20 |
Dejan Jovanović | Making construction of trigger sets not use the global... |
commit | commitdiff | tree |
2014-11-19 |
Morgan Deters | Distribute UnsafeInterruptException interface file... |
commit | commitdiff | tree |
2014-11-19 |
Kshitij Bansal | Merge pull request #70 from kbansal/sets-for-merge... |
commit | commitdiff | tree |
2014-11-19 |
Kshitij Bansal | Set Constant's normal form and other short fixes |
commit | commitdiff | tree |
2014-11-18 |
Liana Hadarean | clear model cache in BVQuickCheck clearSolver() (fixes... |
commit | commitdiff | tree |
2014-11-18 |
lianah | All Minisat solve calls now return lbool (fixes bug... |
commit | commitdiff | tree |
2014-11-18 |
ajreynol | Compute model basis only for fmf. Add another co-datat... |
commit | commitdiff | tree |
2014-11-18 |
ajreynol | Add local theory extensions instantiation strategy... |
commit | commitdiff | tree |
2014-11-17 |
lianah | added command line option for extractArith bv rewrite |
commit | commitdiff | tree |
2014-11-17 |
Morgan Deters | Short-circuit in TheoryArithPrivate::check(), care... |
commit | commitdiff | tree |
2014-11-17 |
Morgan Deters | New, uniform checkTime statistic for all theories ... |
commit | commitdiff | tree |
2014-11-17 |
Liana Hadarean | Resource-limiting work. |
commit | commitdiff | tree |
2014-11-16 |
ajreynol | Add term db mode. Minor changes to quantifiers rewrite... |
commit | commitdiff | tree |
2014-11-14 |
ajreynol | Be lazier to consider EQC in UF+cardinality solver... |
commit | commitdiff | tree |
2014-11-13 |
Clark Barrett | Minor changes to AUTHORS and COPYING |
commit | commitdiff | tree |
2014-11-13 |
Morgan Deters | Minor adjustments to wording. |
commit | commitdiff | tree |
2014-11-13 |
Morgan Deters | Copyright text fixes. |
commit | commitdiff | tree |
2014-11-13 |
Morgan Deters | Merge pull request #69 from mdeters/bug594 |
commit | commitdiff | tree |
2014-11-13 |
ajreynol | Remove two obsolete versions of MBQI. |
commit | commitdiff | tree |
2014-11-13 |
ajreynol | More preparation for filtering relevant terms in TermDb. |
commit | commitdiff | tree |
2014-11-13 |
Morgan Deters | Possible fix for bug594 |
commit | commitdiff | tree |
2014-11-13 |
Morgan Deters | Merge pull request #65 from mdeters/bv-ineq-cachefix |
commit | commitdiff | tree |
2014-11-13 |
Morgan Deters | BV inequality graph TNode fix. |
commit | commitdiff | tree |
2014-11-13 |
Morgan Deters | Fix BV inequality solver caching. |
commit | commitdiff | tree |
2014-11-12 |
Morgan Deters | Fix tokenization of "reset" in SMT-LIB v2.0. It's... |
commit | commitdiff | tree |
2014-11-11 |
Morgan Deters | Minor cleanup. |
commit | commitdiff | tree |
2014-11-11 |
Kshitij Bansal | Merge pull request #64 from mdeters/theorysets-hashset... |
commit | commitdiff | tree |
2014-11-11 |
ajreynol | Work on synchronizing decision=justification and E... |
commit | commitdiff | tree |
2014-11-10 |
Tianyi Liang | Merge pull request #63 from mdeters/theorystrings-hashs... |
commit | commitdiff | tree |
2014-11-10 |
Dejan Jovanović | Bug 593 fix: if the type is finite, it is now considere... |
commit | commitdiff | tree |
2014-11-10 |
ajreynol | Do not eliminate variables only occurring in patterns... |
commit | commitdiff | tree |
2014-11-10 |
Morgan Deters | Merge branch '1.4.x' |
commit | commitdiff | tree |
2014-11-10 |
Morgan Deters | Update TheorySets to use CDHashSet<>::key_begin() ... |
commit | commitdiff | tree |
2014-11-09 |
Morgan Deters | Update TheoryStrings to use CDHashSet<>::key_begin... |
commit | commitdiff | tree |
2014-11-09 |
Morgan Deters | Work around an apparent bug in libc++ that was causing... |
commit | commitdiff | tree |
2014-11-09 |
Morgan Deters | Fix a deterministic assignment-ordering for get-assignm... |
commit | commitdiff | tree |
2014-11-09 |
Morgan Deters | Increase stack size when running regressions (fixes... |
commit | commitdiff | tree |
2014-11-09 |
ajreynol | Fix dt shared terms issue, reenable regression. |
commit | commitdiff | tree |
2014-11-08 |
ajreynol | Fix bug with incremental+datatypes. Minor cleanup... |
commit | commitdiff | tree |
2014-11-08 |
Morgan Deters | Merge pull request #62 from mdeters/bv-cleanup |
commit | commitdiff | tree |
2014-11-08 |
Morgan Deters | Remove some unused variables. |
commit | commitdiff | tree |
2014-11-08 |
Clark Barrett | Fixed bug in model builder with subtypes |
commit | commitdiff | tree |
2014-11-07 |
Morgan Deters | Remove some dead code. |
commit | commitdiff | tree |
2014-11-07 |
Morgan Deters | Fix a memory leak in SatSolverRegistry (re: bug #594). |
commit | commitdiff | tree |
2014-11-07 |
Morgan Deters | Fix memory issues in bitvector theory, which is now... |
commit | commitdiff | tree |
2014-11-07 |
Morgan Deters | Merge branch '1.4.x' |
commit | commitdiff | tree |
2014-11-07 |
Morgan Deters | Fix missing case in Boolean terms rewriting. (Resolves... |
commit | commitdiff | tree |
2014-11-07 |
Morgan Deters | Merge branch '1.4.x' |
commit | commitdiff | tree |
2014-11-07 |
Morgan Deters | Corrected fix for missing case in model postprocessor... |
commit | commitdiff | tree |
2014-11-07 |
ajreynol | Enable --quant-cf by default. Fix bug in qcf for mixed... |
commit | commitdiff | tree |
2014-11-07 |
Morgan Deters | Revert "Fix missing case in model postprocessor (resolv... |
commit | commitdiff | tree |
2014-11-07 |
Morgan Deters | Revert "Fix missing case in model postprocessor (resolv... |
commit | commitdiff | tree |
2014-11-07 |
Morgan Deters | Update competition build rules. |
commit | commitdiff | tree |
2014-11-07 |
Morgan Deters | Merge branch '1.4.x' |
commit | commitdiff | tree |
2014-11-07 |
Morgan Deters | Fix missing case in model postprocessor (resolves bug... |
commit | commitdiff | tree |
2014-11-07 |
ajreynol | Properly distinguish which EQC to assign values in... |
commit | commitdiff | tree |
2014-11-06 |
ajreynol | Minor fix for getInstCons |
commit | commitdiff | tree |
2014-11-06 |
ajreynol | Reenable regression. Add (for now, disabled) changes... |
commit | commitdiff | tree |
2014-11-05 |
ajreynol | Fix model bug in --mbqi=fmc. Minor cleanup in datatypes. |
commit | commitdiff | tree |
2014-11-05 |
Morgan Deters | Merge branch '1.4.x' |
commit | commitdiff | tree |
2014-11-05 |
Morgan Deters | Fix get-bug-attachments script. |
commit | commitdiff | tree |
2014-11-05 |
ajreynol | More work on datatypes theory combination: fix bug... |
commit | commitdiff | tree |
2014-11-02 |
Clark Barrett | Added cache to getModelValue |
commit | commitdiff | tree |
2014-11-01 |
ajreynol | Fix cegqi for synthesis without syntax. |
commit | commitdiff | tree |
2014-11-01 |
ajreynol | Simplify which lemmas to communicate in dt. |
commit | commitdiff | tree |
2014-11-01 |
ajreynol | Fix bug 592: introduce skolem for dt instantiate lemma... |
commit | commitdiff | tree |
2014-11-01 |
ajreynol | Fix some mistakes in datatypes theory combination,... |
commit | commitdiff | tree |
2014-10-31 |
ajreynol | Do not allow duplication of function definitions. ... |
commit | commitdiff | tree |
next |