summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-06-10reverting portfolio hacklianah
2014-06-10Merging CAV14 paper bit-vector work.lianah
2014-06-09Disallow copy/assignment of SmtEngine.Morgan Deters
2014-06-09Merge pull request #29 from kbansal/alternatefixKshitij Bansal
Fix for emptyset in smt2 parser, sets translator to quantified logic, misc
2014-06-09Add missing set of braces, fixes --trace.Morgan Deters
Also ensure // commented Debug() lines don't get included in Debug/Trace_tags.
2014-06-08parseErrorHelper : factor out whole word matchingKshitij Bansal
catches some corner cases, more readable too
2014-06-08Previous "repeat" fix required extra lookahead (leading to assert-fails). ↵Morgan Deters
Fixed, at the cost of an antlr warning that's safe to ignore for now.
2014-06-08smt2 parser: tokenize emptyset only if theory enabledKshitij Bansal
2014-06-08Better error when there are \backslashes in |quoted symbols|.Morgan Deters
2014-06-08Allow 'repeat' as an SMT-LIB user symbol name (UFNIA/vcc-havoc does this).Morgan Deters
2014-06-06Merge pull request #28 from kbansal/setsKshitij Bansal
Sets translator, bug fixes
2014-06-06Patch for the subtype theoryof mode to make the equalities over disequal ↵Tim King
types get sent to the theory of the type. Adding a new test case for bug 569. Fixes to the normal form of arithmetic so that real terms are before integer terms.
2014-06-06sets: fix equality propagationKshitij Bansal
2014-06-06-{d,t} help => --show-{debug,trace}-tagsKshitij Bansal
2014-06-06option to hide stats which are zero (off by default), also some aliasesKshitij Bansal
2014-06-06Sets translate, and other short fixesKshitij Bansal
- $ is a simple symbol is smt2. - ever found yourself counting in kind.h? no longer. - expose parser "logic is set" state for smt/smt2 (any better way?) - a more helpful assertion message in smt_engine
2014-06-05When printing in SMT, print N-ary bvadd/bvmul/concat/bvand/bvor/bvxor as binary.Morgan Deters
2014-06-04Add operator support (resolves bug #563).Morgan Deters
2014-06-04SmtEngine::checkModel() now checks that model values are of the correct type ↵Morgan Deters
(related to bug #569).
2014-06-04Fix usability issue with tear-down incremental mode.Morgan Deters
2014-06-04SMT strict mode now disallows N-ary use of concat, bvadd, bvmul, bvand, ↵Morgan Deters
bvor, and bvxor.
2014-06-03Support E-matching/QCF for Set operators.ajreynol
2014-06-01Fix for Windows builds (rlimit doesn't exist on Windows).Morgan Deters
2014-05-30Bug fix for string-opt2 (copied from Tianyi's branch).Morgan Deters
2014-05-30Improve --dt-stc-ind for multi-variable datatype properties.ajreynol
2014-05-30Fixes for --inst-max-levelajreynol
2014-05-28Minor changes to script. Disable cbqi sat.ajreynol
2014-05-28Add option to avoid dumping partial models/proofs.Andrew Reynolds
2014-05-27Some fixes to GC order in Java.Morgan Deters
2014-05-27New --tear-down-incremental mode, useful for debugging and performance ↵Morgan Deters
profiling.
2014-05-27fix timespec printingKshitij Bansal
sorry prvs fix added some unrelated code
2014-05-27Revert "timespec printing bug"Kshitij Bansal
This reverts commit 9006b759cfa01c6006196e0716c2d67c760556a6.
2014-05-27timespec printing bugKshitij Bansal
2014-05-27Fix typo in Java destruction code; should fix some recent bug reports of ↵Morgan Deters
crashes in Java.
2014-05-27Improved type-checking for tuple and record selects.Morgan Deters
2014-05-26Fix bug 567Kshitij Bansal
This bug got introduced in 96eccb0d6134ccf4ead0134299b2e3750a890083. The backing Node didn't always exist because of the changes.
2014-05-26Fixing Tim's subtype/solving bug for arraysClark Barrett
2014-05-26Separating an implicit inclusion of smt_engine.h from theory.h.Tim King
2014-05-26Fixing a soundness bug due to the default implmentation of ↵Tim King
Theory::ppAssert() not respecting subtyping.
2014-05-25Improve quantifier instantiation: always use original terms when matching ↵Andrew Reynolds
(was missing for simple triggers). Minor updates to scripts.
2014-05-24Some cleanup, fix warnings raised by Debian packager.Morgan Deters
2014-05-23Fix bug in E-matching Real/Int terms.Andrew Reynolds
2014-05-21Safer swig-wrapping for unsigned long long in Java, which will throw an ↵Morgan Deters
exception if the argument is out of bounds for unsigned long long. Thanks to Steve Siegel for the report.
2014-05-20Fix compiler warning (missing virtual dtor)Morgan Deters
2014-05-18minor fix for string equality engine assertion.Tianyi Liang
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.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback