summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-06-13Merge remote-tracking branch 'origin/master' into experimentalKshitij Bansal
2015-06-13Restricting TheoryArith to computeRelevantTerms.Tim King
2015-06-13Fixed bug in iteSimpClark Barrett
2015-06-13Fixed bug in iteSimpClark Barrett
2015-06-13Merge remote-tracking branch 'origin/master' into experimentalKshitij Bansal
2015-06-13Fix for assertion failure:Clark Barrett
smt_engine.cpp:1992: Rewriter::rewrite(d_assertions[i]) == d_assertions[i] when --ite-simp and --repeat-simp are on
2015-06-13Fix for sort inference involving mixed Int/Real equalities.ajreynol
2015-06-13A return value for an ApproxGLPK::loadVB() failure case was incorrect.Tim King
2015-06-13A return value for an ApproxGLPK::loadVB() failure case was incorrect.Tim King
2015-06-13Merge remote-tracking branch 'origin/master' into experimentalKshitij Bansal
2015-06-13Avoid instantiating with array constants.ajreynol
2015-06-13Ensure mkRep instantiation strategies do not violate types.ajreynol
2015-06-13Ensure mkRep instantiation strategies do not violate types.ajreynol
2015-06-12Merge remote-tracking branch 'origin/master' into experimentalKshitij Bansal
2015-06-12Fix crash in non-linear cbqi.ajreynol
2015-06-12Merge remote-tracking branch 'origin/master' into experimentalKshitij Bansal
Manually confirmed that runscripts were not touched during merge. - redoes Tim's bug fix - Andy's commits (mostly related to sygus)
2015-06-12In TheoryArithPrivate::vectorToIntHoleConflict, adding check for whether or ↵Tim King
not negBack is already in conflict. This is needed as it can be called multiple times on the same constraint.
2015-06-12Make sygus an output language. Parse declare-fun in sygus. Minor ↵ajreynol
improvements to robustness of sygus parsing.
2015-06-12Accelerate sygus solution reconstruction for constants and id functions. ↵ajreynol
Minor changes to sygus type registration. Print sygus let solutions assuming fixed variable names.
2015-06-12Adding missing new sendAtoms flag in OutputChannel::lemma() into the unit tests.Tim King
2015-06-11Ready to merge weak equivalence array decision procedure into experimental.Clark Barrett
2015-06-11Removed debugging codeClark Barrett
2015-06-11Passes regressionsClark Barrett
2015-06-11Working version of SMTInterpol algorithmClark Barrett
2015-06-11Added support for glucose, cryptominisat and riss as eager bit-blasting ↵Liana Hadarean
sat-solvers
2015-06-11Avoid naming conflicts in sygus, refactor. Add missing regression. Detect ↵ajreynol
Start grammar. Add regression.
2015-06-11Handle duplicate operators in sygus grammars. Parse sygus quoted literals. ↵ajreynol
Add regression.
2015-06-11Update experimental scripts. Support top-level non-terminals in sygus ↵ajreynol
grammars. Allow -N in sygus terms. Minor bug fix in datatypes_sygus. Add regression.
2015-06-10Bug fix parsing constant constructor sygus.ajreynol
2015-06-10Support for printing solutions involving LetGTerm sygus. Bug fix define-fun ↵ajreynol
within LetGTerm sygus. Bug fix sygus argument generalization. Add regressions.
2015-06-10Parse support for sygus LetGTerm.ajreynol
2015-06-09Bug fix instantiations for fmf-bound-int. Disable nested pre-skolemization ↵ajreynol
for non-UF logics. Update SMT COMP scripts accordingly.
2015-06-08make comment preciseKshitij Bansal
2015-06-08move delete beyond ifdef CVC4_COMPETITION_MODEKshitij Bansal
2015-06-04Minor changes to smt comp script for quantified arith. Add option ↵ajreynol
--cbqi-sat whether to disable sat for quantified arith.
2015-06-03Refactoring of sygus parsing, properly parse Constant/Variable constructors.ajreynol
2015-06-02Flatten sygus grammars during parsing. Remove duplicate operators from grammars.ajreynol
2015-06-02Add casc 25 tfn script. Change tff script to output instantiations. Work ↵ajreynol
towards parsing non-flattened sygus grammars.
2015-06-01When proof enabled, disable uf sym break. Add regression.ajreynol
2015-05-29Do not enforce dt fairness when single invocation sygus.ajreynol
2015-05-29changed resource step options to unsignedlianah
2015-05-28added options for controlling resource step-count for various solving stagesLiana Hadarean
2015-05-27Merge pull request #75 from Dunedune/masterlianah
Added missing LogicException to throws in method lemma.
2015-05-25Bug fix for CNF proofs (and/or case 1), thanks to Alain Mebsout for bug report.ajreynol
2015-05-22Added throw LogicException to method lemma.Jordy Ruiz
2015-05-15Fixes related to cbqi + E-matching.ajreynol
2015-05-15Avoid ensureLiteral on unpreprocessed formulas in cbqi.ajreynol
2015-05-13Refactor interface for incompleteness in quantifiers engine, cbqi. Minor fix ↵ajreynol
for sygus.
2015-05-12Merge pull request #74 from finnhaedicke/namespace_minisatbarrettcw
moved Minisat namespace into CVC4
2015-05-11Allow sygus with no syntactic restrictions for LIA. Add regressions.ajreynol
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback