2014-05-06 |
Tianyi Liang | fix a bug in replace and contains |
commit | commitdiff | tree |
2014-05-05 |
Tianyi Liang | add constant regular expression check for intersection. |
commit | commitdiff | tree |
2014-05-05 |
Tim King | Improving documentation for glpk-cut-log switch. |
commit | commitdiff | tree |
2014-05-05 |
Morgan Deters | Valuation::entailmentCheck() proxy for TheoryEngine... |
commit | commitdiff | tree |
2014-05-02 |
Morgan Deters | Fix typo in bitvectors example; thanks to Adam Gashlin... |
commit | commitdiff | tree |
2014-05-02 |
Andrew Reynolds | Simplification of EqualityEngine::areDisequal. Compari... |
commit | commitdiff | tree |
2014-05-02 |
ajreynol | Fix assertion from previous commit. |
commit | commitdiff | tree |
2014-05-02 |
Andrew Reynolds | Add option --dt-stc-ind for strengthening skolemization... |
commit | commitdiff | tree |
2014-05-02 |
ajreynol | More minor optimizations for datatypes. |
commit | commitdiff | tree |
2014-05-01 |
ajreynol | Minor optimizations to datatypes, revert to checkClash... |
commit | commitdiff | tree |
2014-05-01 |
Kshitij Bansal | Merge remote-tracking branch 'upstream/master' into... |
commit | commitdiff | tree |
2014-05-01 |
Kshitij Bansal | decision engine: cache start index for and/or nodes |
commit | commitdiff | tree |
2014-04-30 |
Tim King | T-entailment work, and QCF (quant conflict find) work... |
commit | commitdiff | tree |
2014-04-30 |
Morgan Deters | Fix warnings, cleanup in strings typechecker. |
commit | commitdiff | tree |
2014-04-30 |
Morgan Deters | Fix compiler warning re: TheoryUF destructor. |
commit | commitdiff | tree |
2014-04-30 |
Morgan Deters | Fix simplify output for SMT2 printer. |
commit | commitdiff | tree |
2014-04-30 |
Morgan Deters | Fix for (user) context-dependence of arith TO_INT/IS_IN... |
commit | commitdiff | tree |
2014-04-30 |
Morgan Deters | Mostly resolves bug #561 memory leaks, and more. |
commit | commitdiff | tree |
2014-04-29 |
Morgan Deters | Fix for --force-logic to extend its reach to the parser. |
commit | commitdiff | tree |
2014-04-29 |
Kshitij Bansal | fixed couple of more warnings |
commit | commitdiff | tree |
2014-04-29 |
Kshitij Bansal | fix was compiler warning in antlr_input, crashing test... |
commit | commitdiff | tree |
2014-04-29 |
Morgan Deters | Revert a compiler warning fix from ea6a5a6. |
commit | commitdiff | tree |
2014-04-29 |
Tianyi Liang | fix a typo: --string-exp => --strings-exp; fix a signed... |
commit | commitdiff | tree |
2014-04-29 |
Tianyi Liang | add leading zeros support for str.to.int |
commit | commitdiff | tree |
2014-04-29 |
ajreynol | Significantly improve performance for producing datatyp... |
commit | commitdiff | tree |
2014-04-28 |
Kshitij Bansal | Merge remote-tracking branch 'upstream/master' into... |
commit | commitdiff | tree |
2014-04-28 |
Tianyi Liang | Merge branch 'master' of github.com:tiliang/CVC4 |
commit | commitdiff | tree |
2014-04-28 |
Tianyi Liang | add strings-opt2 for regular splitting |
commit | commitdiff | tree |
2014-04-28 |
Kshitij Bansal | cleanup |
commit | commitdiff | tree |
2014-04-28 |
Tianyi Liang | minor change with kshitij's change |
commit | commitdiff | tree |
2014-04-28 |
Kshitij Bansal | nodemanager robust skolem numbering |
commit | commitdiff | tree |
2014-04-28 |
Tianyi Liang | add strings-opt2 for regular splitting |
commit | commitdiff | tree |
2014-04-28 |
Kshitij Bansal | Merge pull request #25 from kbansal/sets |
commit | commitdiff | tree |
2014-04-28 |
Andrew Reynolds | Preparation for models for co-inductive datatypes.... |
commit | commitdiff | tree |
2014-04-28 |
ajreynol | Optimizations for datatypes: check for clashes modulo... |
commit | commitdiff | tree |
2014-04-28 |
Kshitij Bansal | minor fix |
commit | commitdiff | tree |
2014-04-28 |
Kshitij Bansal | Merge remote-tracking branch 'upstream/master' into... |
commit | commitdiff | tree |
2014-04-28 |
Kshitij Bansal | travis, please! |
commit | commitdiff | tree |
2014-04-27 |
Kshitij Bansal | attempt to improve CVC4's "parse error" message |
commit | commitdiff | tree |
2014-04-27 |
Kshitij Bansal | rm undocument/non-working* "feature" |
commit | commitdiff | tree |
2014-04-24 |
Tianyi Liang | minor change: add a heuristic for preventing constant... |
commit | commitdiff | tree |
2014-04-24 |
Kshitij Bansal | optimization |
commit | commitdiff | tree |
2014-04-24 |
ajreynol | Avoid assigning constructor terms to 1-constructor... |
commit | commitdiff | tree |
2014-04-24 |
Andrew Reynolds | Compute care graph for datatypes. Preliminary results... |
commit | commitdiff | tree |
2014-04-24 |
Andrew Reynolds | Add --inst-max-level=N option for Kshitij. Support... |
commit | commitdiff | tree |
2014-04-22 |
Andrew Reynolds | Minor fix to avoid rewriting datatype equalities into... |
commit | commitdiff | tree |
2014-04-19 |
Kshitij Bansal | Eh, what? |
commit | commitdiff | tree |
2014-04-19 |
Kshitij Bansal | fix warnings in strings/ |
commit | commitdiff | tree |
2014-04-17 |
Morgan Deters | Allow fmf-bound-int to be set with set-option and via... |
commit | commitdiff | tree |
2014-04-17 |
Kshitij Bansal | simplify mkSkolem naming system: don't use $$ |
commit | commitdiff | tree |
2014-04-17 |
Kshitij Bansal | use internal skolem numbering |
commit | commitdiff | tree |
2014-04-17 |
Andrew Reynolds | Minor refactoring and optimizing. |
commit | commitdiff | tree |
2014-04-14 |
Andrew Reynolds | Fix bug in mbqi=fmc handling theory symbols. Fix mbqi... |
commit | commitdiff | tree |
2014-04-14 |
Andrew Reynolds | Add initial support for co-datatypes. |
commit | commitdiff | tree |
2014-04-11 |
Morgan Deters | Better support for building with mingw64; thanks to... |
commit | commitdiff | tree |
2014-04-11 |
Morgan Deters | setType -> setOfType, resolves bug 556 |
commit | commitdiff | tree |
2014-04-10 |
Morgan Deters | Fix the build; --check-proof works for UF but not for... |
commit | commitdiff | tree |
2014-04-10 |
Andrew Reynolds | Expand definitions in theory datatypes, now has the... |
commit | commitdiff | tree |
2014-04-10 |
Morgan Deters | Boolean terms conversion fix for datatypes, fixes a... |
commit | commitdiff | tree |
2014-04-10 |
Tianyi Liang | Merge branch 'master' of github.com:tiliang/CVC4 |
commit | commitdiff | tree |
2014-04-10 |
Tianyi Liang | minor fix for strings |
commit | commitdiff | tree |
2014-04-10 |
Tianyi Liang | minor fix for strings |
commit | commitdiff | tree |
2014-04-10 |
Andrew Reynolds | Add support for cardinality constraints logic UFC.... |
commit | commitdiff | tree |
2014-04-10 |
Kshitij Bansal | refactor .travis.yml |
commit | commitdiff | tree |
2014-04-09 |
Kshitij Bansal | Merge pull request #24 from kbansal/sets-model |
commit | commitdiff | tree |
2014-04-09 |
Morgan Deters | Minor change to better support parameterized partial... |
commit | commitdiff | tree |
2014-04-09 |
Andrew Reynolds | Revert E-matching datatypes fix. |
commit | commitdiff | tree |
2014-04-09 |
Andrew Reynolds | Handle fmf.card as input from user, add support in... |
commit | commitdiff | tree |
2014-04-09 |
Kshitij Bansal | fix get-info error-behavior |
commit | commitdiff | tree |
2014-04-09 |
Kshitij Bansal | add tests |
commit | commitdiff | tree |
2014-04-09 |
Kshitij Bansal | fix |
commit | commitdiff | tree |
2014-04-09 |
Kshitij Bansal | prep for fix |
commit | commitdiff | tree |
2014-04-09 |
Kshitij Bansal | try foreach on CD datastructure |
commit | commitdiff | tree |
2014-04-09 |
Kshitij Bansal | inputs to trigger bug |
commit | commitdiff | tree |
2014-04-09 |
Kshitij Bansal | more |
commit | commitdiff | tree |
2014-04-09 |
Kshitij Bansal | some debugging changes |
commit | commitdiff | tree |
2014-04-06 |
Kshitij Bansal | Merge branch 'master' of https://github.com/CVC4/CVC4 |
commit | commitdiff | tree |
2014-04-06 |
Tim King | Reduced example from pcc's bug report. |
commit | commitdiff | tree |
2014-04-06 |
Tim King | Merge pull request #21 from pcc/ite-fix |
commit | commitdiff | tree |
2014-04-06 |
Kshitij Bansal | fix for hiding prompt/header in shell, error-behavior... |
commit | commitdiff | tree |
2014-04-04 |
Morgan Deters | For security, add --no-filesystem-access option, which... |
commit | commitdiff | tree |
2014-04-04 |
Morgan Deters | Allow turning off the interactive prompt while in inter... |
commit | commitdiff | tree |
2014-04-03 |
Morgan Deters | Properly quote symbols in SMT-LIB printer. |
commit | commitdiff | tree |
2014-04-03 |
Morgan Deters | Some incremental bugs for Boolean terms, fixed. Thanks... |
commit | commitdiff | tree |
2014-04-01 |
Tim King | Merge branch '1.3.x' |
commit | commitdiff | tree |
2014-04-01 |
Tim King | Fixing bug 552. There was a bug when integers are... |
commit | commitdiff | tree |
2014-04-01 |
Tianyi Liang | Merge branch 'master' of github.com:tiliang/CVC4 |
commit | commitdiff | tree |
2014-04-01 |
Tianyi Liang | windows build fix for UINT32_MAX |
commit | commitdiff | tree |
2014-04-01 |
Tianyi Liang | windows build fix for UINT32_MAX |
commit | commitdiff | tree |
2014-03-31 |
Morgan Deters | Travis-CI test for new-theory script, also related... |
commit | commitdiff | tree |
2014-03-31 |
Tianyi Liang | Merge branch 'master' of github.com:tiliang/CVC4 |
commit | commitdiff | tree |
2014-03-31 |
Tianyi Liang | add str to u16/u32, and u16/u32 to str |
commit | commitdiff | tree |
2014-03-31 |
Tianyi Liang | minor typo/bug fix |
commit | commitdiff | tree |
2014-03-31 |
Tianyi Liang | add str to u16/u32, and u16/u32 to str |
commit | commitdiff | tree |
2014-03-30 |
Kshitij Bansal | Merge pull request #23 from kbansal/sets-model |
commit | commitdiff | tree |
2014-03-28 |
Kshitij Bansal | rm old unused code |
commit | commitdiff | tree |
2014-03-28 |
Kshitij Bansal | get-antlr error on missing config.guess |
commit | commitdiff | tree |
2014-03-28 |
Kshitij Bansal | add construles, type_rules rm redundant, kinds cleanup |
commit | commitdiff | tree |
2014-03-28 |
Tianyi Liang | minor printer fix; intersection fix |
commit | commitdiff | tree |
2014-03-27 |
Tianyi Liang | Merge branch 'master' of github.com:tiliang/CVC4 |
commit | commitdiff | tree |
next |