summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-26Clarify some licensing-related things.Morgan Deters
2014-09-18cvc4terminate infinite loop fixKshitij Bansal
2014-09-17Fix fix. There are no unsat cores in 1.4Kshitij Bansal
2014-09-17Fix (push) and (pop). Thanks to Christoph Sticksel for the bug report.Kshitij Bansal
2014-08-28fixing bug580 caused by bad bv inequality explanationlianah
2014-08-22Fix incorrectly-labeled test.Morgan Deters
2014-08-22Fix operator-printing issue in SMT2.Morgan Deters
2014-08-22Fix SMT1 parser :extrasorts/:extrapreds.Morgan Deters
2014-08-19Produce error for bad indexed function names in SMT-LIB, remove antlr warning.Morgan Deters
2014-08-18Revert a8e0ce67 and add test case (resolves bug #578).Morgan Deters
This reverts commit a8e0ce673ba00533a663804cf74500e4d9a3a5cb.
2014-08-05fixed bug575 for bv modelslianah
2014-08-04Some fixes to symmetry breaker (resolves bug 576).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
2014-07-10Merge pull request #49 from kbansal/cvcparserKshitij Bansal
Cvcparser
2014-07-10rm warningKshitij Bansal
2014-07-10membership cvc token changed to `IS_IN' to avoid conflict with IN used for letKshitij Bansal
2014-07-10Merge remote-tracking branch 'origin/master' into segfaultfixKshitij Bansal
2014-07-10friendlyparser: go back upto 2 words looking for matchKshitij Bansal
2014-07-10reorganize friendlyparser, behavior unchangedKshitij Bansal
2014-07-09sets cvc parserKshitij Bansal
2014-07-09sets cvc printerKshitij Bansal
2014-07-04initialize variablesKshitij Bansal
2014-07-03change lemma generation behaviorKshitij Bansal
don't store lemmas in a pending queue, instead generate them right away doing with pending queue is tricky, needs rethinking to do it properly
2014-07-02Fix cut-release script for new configure rules.Morgan Deters
2014-07-02Minor.Morgan Deters
2014-07-01Update portfolio_util.cppKshitij Bansal
2014-07-01Fix path in CASC J7 scripts, and distribute them with tarball.Morgan Deters
2014-07-01Update copyrights.Morgan Deters
2014-07-01reword NEWSMorgan Deters
2014-07-01Merge pull request #44 from mdeters/prio-queue-updatesMorgan Deters
BinaryHeap unit test and some usability/build fixes for the data structu...
2014-07-01chat about thread creationKshitij Bansal
2014-06-30Merge pull request #45 from mdeters/turn-off-strings-expMorgan Deters
Turn strings-exp off by default (for the release)
2014-06-30Update NEWSKshitij Bansal
2014-06-30Merge pull request #47 from kbansal/setsKshitij Bansal
Sets theory operators in SMTLIB2 and kinds to use from API have changed. They now are: SMTLIB: emptyset, singleton*, insert*, union, intersection, setminus, member*, subset* API: EMPTYSET, SINGLETON*, INSERT*, UNION, INTERSECTION, SETMINUS, MEMBER, SUBSET (those marked with [*] have changed or been added, others are as earlier) In the set-logic string use FS to enable sets. A not-so-well-tested perl command for translating old benchmarks: perl -pi -e 's/\(set-logic (.+)_SETS\)/\(set-logic \1FS\)/; s/\(in\b/\(member/g; s/\(setenum\b/\(singleton/g; s/\(subseteq\b/\(subset/g; '
2014-06-30Use FS as the set-logic string for theory of setsKshitij Bansal
2014-06-29sets: "insert" operatorKshitij Bansal
new™! support for (insert (X (Set X)) (Set X) :right-associative) from the finte sets theory prosoal. e.g., (insert 1 2 3 4 (singleton 5))
2014-06-28Automatically make SMT options from command-line option names, warn when not ↵Morgan Deters
possible.
2014-06-28Fix bug in datatypes options specificationMorgan Deters
2014-06-27Another fix for 32-bit (amends commit b825605).Morgan Deters
2014-06-27Fix for bug543Clark Barrett
2014-06-27Updated run script for QF_ABVClark Barrett
2014-06-26Merge pull request #46 from mdeters/bug573Kshitij Bansal
Potential fix for bug 573.
2014-06-26Fix for 32-bit (esp. win32 failing build).Morgan Deters
2014-06-26Merge tag 'smtcomp2014-resubmission'Morgan Deters
Conflicts: src/main/portfolio.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback