summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-22Unsat core infrastruture and API (SMT-LIB compliance to come).Morgan Deters
2014-08-22Merge branch '1.4.x'Morgan Deters
2014-08-22Fix incorrectly-labeled test.Morgan Deters
2014-08-22Merge branch '1.4.x'Morgan Deters
2014-08-22Fix operator-printing issue in SMT2.Morgan Deters
2014-08-22Fix SMT1 parser :extrasorts/:extrapreds.Morgan Deters
2014-08-21Avoid doing work in quantifiers engine when no quantifiers are asserted.ajreynol
2014-08-21Fix --inst-max-level for strategies that use arbitrary representative terms.ajreynol
2014-08-20Update bv proof signature and example, after discussions with Liana.ajreynol
2014-08-20Add option for inductive strengthening based on well-founded induction for ↵ajreynol
integers (default schema).
2014-08-19Merge branch '1.4.x'Morgan Deters
2014-08-19Produce error for bad indexed function names in SMT-LIB, remove antlr warning.Morgan Deters
2014-08-18Making getEqualityStatus more powerful for bit-vector theory.lianah
2014-08-18Merge branch '1.4.x'Morgan Deters
Conflicts: test/regress/regress0/Makefile.am
2014-08-18Revert a8e0ce67 and add test case (resolves bug #578).Morgan Deters
This reverts commit a8e0ce673ba00533a663804cf74500e4d9a3a5cb.
2014-08-18Add support for quantifier-specific instantiation levels. Add option for ↵ajreynol
setting inst-level 0 only for input terms.
2014-08-15Update smt_engine.cppKshitij Bansal
Code changed but comment didn't, might as well get rid of it.
2014-08-12To avoid confusion, permit --enable-staticbinary as an alias for ↵Morgan Deters
--enable-static-binary.
2014-08-09Fix a build issue for some configurations, thanks Tianyi.Morgan Deters
2014-08-08Add draft of BV proof signature (incomplete) and example proof.ajreynol
2014-08-07Another build fix.Morgan Deters
2014-08-07Fix win32 build.Morgan Deters
2014-08-06Fix double-linking issue (I think) by simplifying builds/ structure.Morgan Deters
2014-08-06First crack at fixing double-linking issues in build system.Morgan Deters
2014-08-05Fix for manpages.Morgan Deters
2014-08-05fixed bug575 for bv modelslianah
2014-08-05fixed bug575 for bv modelslianah
2014-08-05Minor fix : do not drop instantiation patterns when merging quantifiers.ajreynol
2014-08-04Some fixes to symmetry breaker (resolves bug 576).Morgan Deters
2014-08-04Some fixes to symmetry breaker (resolves bug 576).Morgan Deters
2014-08-04Better support for resource-limiting when there aren't any actual conflicts.Morgan Deters
2014-08-01Minor cleanup from previous commit. Better organization for how quantifiers ↵ajreynol
modules check (introduce QuantifiersEngine::QEffort).
2014-07-31New module for generating candidate equality conjectures used in inductive ↵ajreynol
proofs. Filtering currently includes: LHS generalizes a term from an active conjecture, terms must be canonical, conjecture must be confirmed by a ground witness, and cannot be falsified by a ground witness. Refactoring of term database. QcfEngine now uses central data structure for term indexing. Add two options for quantifier instantiation : trigger selection mode --trigger-sel=mode, and --inst-no-entail which blocks all quantifier instantiations that are currently entailed (using an incomplete check).
2014-07-26Minor bug fix for exhaustive instantiation in model_engine.ajreynol
2014-07-25bug fix for pierre 0717Tianyi Liang
2014-07-25fix for regexp union rewritingTianyi Liang
2014-07-25patch for regular expression intersection cachingTianyi Liang
2014-07-24merging...Tianyi Liang
2014-07-24add delayed length lemmasTianyi Liang
2014-07-21initialization in model_engineKshitij Bansal
2014-07-21run_regression using valgrind by setting VALGRIND=1Kshitij Bansal
2014-07-19Minor fix for explanations for co-datatypes. Bug fix for explanations in ↵ajreynol
FMF for quantifiers over arrays.
2014-07-13Versioning for master.Morgan Deters
2014-07-13New versioning for development version.Morgan Deters
2014-07-13Cutting release 1.4.1.4Morgan Deters
2014-07-12Status for new bug testcase.Morgan Deters
2014-07-12Fix a bug in Boolean terms and arrays. Thanks to Jean-Christophe Filliatre ↵Morgan Deters
for the report.
2014-07-11Spelling.Morgan Deters
2014-07-11fix for windows buildKshitij Bansal
2014-07-10Merge pull request #48 from kbansal/segfaultfixKshitij Bansal
Segfaultfix
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback