summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2014-06-26Potential fix for bug 573.Morgan Deters
2014-06-26Ignore error result when an error is squelched via command verbosity.Morgan Deters
2014-06-26Remove leftover debugging output.Morgan Deters
2014-06-26Minor language bindings fixes.Morgan Deters
2014-06-26Add missing function definition.Morgan Deters
2014-06-25sets api exampleKshitij Bansal
2014-06-25Merge pull request #34 from mdeters/datatypes-kindsAndrew Reynolds
Datatypes kinds documentation
2014-06-25Merge pull request #37 from mdeters/quants-kindsAndrew Reynolds
Quantifiers kinds documentation
2014-06-25Merge pull request #38 from mdeters/uf-kindsAndrew Reynolds
UF kinds documentation
2014-06-25Turn strings-exp off by default (for the release)Morgan Deters
2014-06-25fix sets eager lemmasKshitij Bansal
2014-06-25cosmeticKshitij Bansal
2014-06-25mv default care graph function inside the theory implementationKshitij Bansal
2014-06-25make emptyset construction with no arguments privateKshitij Bansal
2014-06-25rename subseteq to subset in smtlib, all kinds and smt operator names are ↵Kshitij Bansal
now consistent
2014-06-25Merge pull request #43 from mdeters/threadstackKshitij Bansal
stack-size portfolio fix. boost 1.50 now required "The intended behavior is this. If Boost threading library is available and portfolio is requested, we do a try-link during configure that sees if we can set a thread attribute. If that compiles and links, we set a #define in cvc4autoconfig.h. There's a new option --thread-stack=N, with N given in megabytes. 0 is default for the platform (which can be based on ulimit I guess as I mentioned in an email). If --thread-stack=N is given to sequential CVC4, it's an error. If it's given to pcvc4 and N > 0 and there isn't support in that Boost version for it, it's an error."
2014-06-25BinaryHeap unit test and some usability/build fixes for the data structure ↵Morgan Deters
itself.
2014-06-25Fixing the previous bugfix.smtcomp2014-resubmissionTim King
2014-06-25Merge branch 'master' of github.com:CVC3/CVC4Tim King
2014-06-25Fixing the previous bugfix.Tim King
2014-06-25Stack-size portfolio fix. If using Boost 1.50, --thread-stack=MB is now ↵Morgan Deters
supported.
2014-06-25Fix some #line annotations.Morgan Deters
2014-06-25Don't allow libabc to load extensions at runtime.Morgan Deters
2014-06-24stack-size portfolio fix. boost 1.50 now requiredMorgan Deters
2014-06-24Alternative lazier heuristic for assertion rewriting.Tim King
2014-06-24Alternative lazier heuristic for assertion rewriting.Tim King
2014-06-24Fixing a soundness bug in arithmetic and a roubustness problem in rings.Tim King
2014-06-24Fix header check for glpk.h.Morgan Deters
2014-06-24Fixing a soundness bug in arithmetic and a roubustness problem in rings.Tim King
2014-06-24Merge pull request #41 from mdeters/tianyi-mergeTianyi Liang
Merge from Tianyi
2014-06-24Squashed commit of the following:Morgan Deters
* Fix a bug in intersection * merging... * add delayed length lemmas * PreRegisterTerm is changed. * Bug fix for string-opt2 * PreRegisterTerm is changed. * add delayed length lemmas * Bug fix for string-opt2 * PreRegisterTerm is changed. * Bug fix for string-opt2 * PreRegisterTerm is changed. * Bug fix for string-opt2 * PreRegisterTerm is changed.
2014-06-23Fix header check for glpk.h.Morgan Deters
2014-06-23Fatal error if --unconstrained-simp and --produce-models used together ↵Morgan Deters
(before it would just override the user and turn off models).
2014-06-23Make language explicit in casc scriptsajreynol
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback