summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-20fix a sharing issues with setsKshitij Bansal
2014-03-20push subtyping for sets to the element typeKshitij Bansal
for eg, (Set Int) is subtype of (Set Real) if Int is subtype of Real
2014-03-20enable check-models for sets/ regressionsKshitij Bansal
2014-03-20work on set modelKshitij Bansal
2014-03-20testlemma regressionsKshitij Bansal
2014-03-07Merge branch 'master' of github.com:tiliang/CVC4Tianyi Liang
2014-03-07remove unrolling depthTianyi Liang
2014-03-07bring back D-NormTianyi Liang
2014-03-07Fix strings-exp setting.Morgan Deters
2014-03-07remove unrolling depthTianyi Liang
2014-03-07bring back D-NormTianyi Liang
2014-03-07Fix strings-exp setting.Morgan Deters
2014-03-07Add swig renames for new Z3STR language.Thomas Hunger
Signed-off-by: Morgan Deters <mdeters@cs.nyu.edu>
2014-03-06Merge branch 'master' of github.com:tiliang/CVC4Tianyi Liang
2014-03-06adds incremental for strings; clean-up codesTianyi Liang
2014-03-06adds incremental for strings; clean-up codesTianyi Liang
2014-03-05Merge pull request #14 from kbansal/sets-parserchangesKshitij Bansal
Sets parserchanges
2014-03-05Array smtlib compliance testsKshitij Bansal
2014-03-05Revert "fix naming conflicts in benchmarks"Kshitij Bansal
This reverts commit 4cac1b63f76a0a973a015ea6f8e21ad31d84d971.
2014-03-05Don't tokenize SET_THEORY operators in smt2 parserKshitij Bansal
2014-03-05Improving support for POW in arithmetic. Resolves bug 549.Tim King
2014-03-04Guard java-specific swig code with SWIGJAVA.Thomas Hunger
Without this building just the python bindings will fail. Signed-off-by: Morgan Deters <mdeters@cs.nyu.edu>
2014-03-04Don't theory-preprocess under quantifiers; but DO theory-preprocess lemmas ↵Morgan Deters
(resolves bug #548).
2014-03-04More useful error message when someone tries mkExpr(VARIABLE).Morgan Deters
2014-02-28Merge branch 'master' of github.com:tiliang/CVC4Tianyi Liang
2014-02-28add re.nostr for the empty regular expression; add re.allchar for the ↵Tianyi Liang
regular expresssion containing all charactors
2014-02-28minor clean-up, bring back derivativesTianyi Liang
2014-02-28a new regular expression engine for solving both positive and negative ↵Tianyi Liang
membership constraints
2014-02-28add re.nostr for the empty regular expression; add re.allchar for the ↵Tianyi Liang
regular expresssion containing all charactors
2014-02-28minor clean-up, bring back derivativesTianyi Liang
2014-02-28a new regular expression engine for solving both positive and negative ↵Tianyi Liang
membership constraints
2014-02-28Merge pull request #12 from kbansal/in-to-memberKshitij Bansal
rename the kind IN to MEMBER
2014-02-28theory/sets: cleanupKshitij Bansal
2014-02-28rename kind::IN to kind::MEMBER (fixes some windows build conflicts)Kshitij Bansal
2014-02-27Merge pull request #11 from kbansal/improve-stats-every-queryKshitij Bansal
--stats-every-query option: print increment in addition to cumulative va...
2014-02-27--stats-every-query option: print increment in addition to cumulative value ↵Kshitij Bansal
of each stat the increment is printed in parantheses at the end, e.g. sat::decisions, 100 (50)
2014-02-27Bug fix for QCF algorithm, was missing instantiations. Make prop-eq the ↵Andrew Reynolds
default QCF setting. Bug fix to prevent non-ground terms from entering relevant domains.
2014-02-26sorry for the missing fileTianyi Liang
2014-02-26bug fix (caused by merge), move cardinality option to expert optionTianyi Liang
2014-02-26Merge branch 'master' of github.com:tiliang/CVC4Tianyi Liang
2014-02-26add a new fileTianyi Liang
2014-02-26for mergingTianyi Liang
2014-02-26smt-lib syntax change: str.contain -> str.contains; add some prefix syntax ↵Tianyi Liang
for cvc format
2014-02-26for mergingTianyi Liang
2014-02-25Minor code clean up in parser.Morgan Deters
2014-02-25New translation work, support Z3-str-style string constraints.Morgan Deters
2014-02-25Fix quotes in string constants.Morgan Deters
2014-02-25Add options --full-saturate-quant and --mbqi=trust. Other minor changes.Andrew Reynolds
2014-02-24smt-lib syntax change: str.contain -> str.contains; add some prefix syntax ↵Tianyi Liang
for cvc format
2014-02-24bug fix: strings preprocess for the orignal term, causing unknown in some casesTianyi Liang
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback