summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-19More documentation fixes. Apologies for multiple commits.Tim King
2014-05-19Fixing documentation for glpk configuration.Tim King
2014-05-18minor fix for string equality engine assertion.Tianyi Liang
2014-05-17Merge pull request #26 from kbansal/setsKshitij Bansal
Sets
2014-05-16lfsc_checker: fix some warnings reported by _both_ gcc and clangKshitij Bansal
2014-05-16sets: fix a bug in model building, another in handling set of setsKshitij Bansal
2014-05-16minor improvements (fixes) to did-you-mean suggestionsKshitij Bansal
2014-05-15Minor fixes. Add SMTCOMP 2014 script.Andrew Reynolds
2014-05-14Finish --dump-instantiations option. Update scripts.Andrew Reynolds
2014-05-13Reject native extended ASCII characters. It requires user to use escaped ↵Tianyi Liang
sequence for an extended ASCII character.
2014-05-13Reject un-escaped extended ASCII charactersTianyi Liang
2014-05-13Add lazy strategy for bounded integers to avoid non-terminating unsat cases. ↵ajreynol
Add regressions.
2014-05-12Merge branch 'master' of github.com:tiliang/CVC4Tianyi Liang
2014-05-12Fix a bug in the IndexOf function.Tianyi Liang
2014-05-12Fix a bug in the IndexOf function.Tianyi Liang
2014-05-12Minor updates/fix to --cbqi-recurseAndrew Reynolds
2014-05-12Merge remote-tracking branch 'timothy-king/master'Tim King
2014-05-12Merging in additional glpk options and statistics from CAV submission.Tim King
2014-05-12Add a benchmark that detects a bug in parsing. Thank Vijay for his bug report.Tianyi Liang
2014-05-11Merge branch 'master' of github.com:tiliang/CVC4Tianyi Liang
2014-05-11Replace lemma sending with EQ assertions. Fix a typo in hex_to_int function.Tianyi Liang
2014-05-11Replace lemma sending with EQ assertions. Fix a typo in hex_to_int function.Tianyi Liang
2014-05-11More preparation for CASC proofs. Minor fix for sort inference (rewrite new ↵Andrew Reynolds
assertions). Bug fix for ambqi : simplify correctly for multi-sorted case. Bug fix for fmc : only do exh-simplification for uninterpreted sorts, ensure reps are enumerated for quantification over Real.
2014-05-10Bug fixes to CBQI. Add first draft of CASC j7 TFF script. Add regression, ↵Andrew Reynolds
minor changes.
2014-05-09Fix for example installation.Morgan Deters
2014-05-09Initial draft of run scripts for CASC j7Andrew Reynolds
2014-05-09Add variable ordering to ambqi. Bug fix to macros. More preparation for ↵Andrew Reynolds
CASC proofs.
2014-05-08Major simplifications to macros module.ajreynol
2014-05-08Fixes to quantifiers rewriter to prevent miniscoping nested quantifiers. ↵Andrew Reynolds
Minor fixes to ambqi. Preparation for CASC proof output. Add NNF option.
2014-05-08Basic optimizations for ambqi : only normalize UF applied to variables, ↵Andrew Reynolds
direct handling of NOT
2014-05-07Adding encoding of sha1 collision for the hashing exampleDejan Jovanovic
2014-05-07patch to the last commit: add a single character caseTianyi Liang
2014-05-07fix a bug in containTianyi Liang
2014-05-07Merge branch 'master' of github.com:tiliang/CVC4Tianyi Liang
2014-05-07add splitsTianyi Liang
2014-05-07add splitsTianyi Liang
2014-05-07Fixes to ambqi, now solution-sound.Andrew Reynolds
2014-05-06First draft of ambqi_builder (new implementation of MBQI based on disjoint ↵Andrew Reynolds
sets).
2014-05-05fix a bug in replace and containsTianyi Liang
2014-05-05add constant regular expression check for intersection.Tianyi Liang
2014-05-05Improving documentation for glpk-cut-log switch.Tim King
2014-05-05Valuation::entailmentCheck() proxy for TheoryEngine version. Signature and ↵Morgan Deters
contract is the same as for TheoryEngine version.
2014-05-02Fix typo in bitvectors example; thanks to Adam Gashlin for reporting the issue.Morgan Deters
2014-05-02Simplification of EqualityEngine::areDisequal. Comparison for production : ↵Andrew Reynolds
http://church.cims.nyu.edu/regress-results/compare_jobs.php?job_id=6444&reference_id=6445&p=5. Comparison for debug : http://church.cims.nyu.edu/regress-results/compare_jobs.php?job_id=6449&reference_id=6446&p=5.
2014-05-02Fix assertion from previous commit.ajreynol
2014-05-02Add option --dt-stc-ind for strengthening skolemization. Refactor ↵Andrew Reynolds
skolemization.
2014-05-02More minor optimizations for datatypes.ajreynol
2014-05-01Minor optimizations to datatypes, revert to checkClash not mod eq. Minor ↵ajreynol
clean up.
2014-05-01Merge remote-tracking branch 'upstream/master' into setsKshitij Bansal
2014-04-30decision engine: cache start index for and/or nodesKshitij Bansal
This is done only in "hard" case. Limited testing has not shown improvement in the "easy" case. This was triggerred by a benchmark sent by andy/viktor. performance comparison notes for the change on wiki http://church.cims.nyu.edu/wiki/User:Kshitij/decisioncacheindex
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback