summaryrefslogtreecommitdiff
path: root/src/theory
AgeCommit message (Expand)Author
2016-05-26Changed aig_bitblaster to work with cryptominisatlianah
2016-05-26Fix for aig_bitblaster.cppKshitij Bansal
2016-05-26Use term indexing in TheoryUF::computeCareGraph. Do not reject model value in...ajreynol
2016-05-24Merged cryptominisat from experimental branch.Liana Hadarean
2016-05-24Improvements to symmetry breaking in sygus search. Minor fix for getting inst...ajreynol
2016-05-23Fix related to parametric sorts whose interpretation is finite due to uninter...ajreynol
2016-05-21Minor fix for strings.ajreynol
2016-05-20Minor fix to strings, cleanup in datatypes.ajreynol
2016-05-20Improvements to theory combination + strings: do not return trivial care grap...ajreynol
2016-05-18Refactor modes for sygus+single invocation. Add option --inst-rlv-cond. Mino...ajreynol
2016-05-17Minor fix cbqi for constant monomials.ajreynol
2016-05-16Enable --sygus-direct-eval by default, limit to terms that do not induce Bool...ajreynol
2016-05-15Work on --sygus-direct-eval. Minor optimizations, updates to casc scripts. En...ajreynol
2016-05-12Add casc scripts. Improvements to qcf related to nested quantifiers and varia...ajreynol
2016-05-10Fix for --inst-max-levelajreynol
2016-05-10Add smt comp 2016 scripts. Fix for --relevant-triggers. Add minor optimizatio...ajreynol
2016-05-09Re-enabling ite simplification in incremental mode - no reason whyClark Barrett
2016-05-06Minor clean up, fixes related to sygus.ajreynol
2016-05-05Compute term indices lazily in TermDb. Optimization for qcf to recognize irre...ajreynol
2016-05-02Clean up issues related to compiled scc in LFSC. Refactor --partial-trigger, ...ajreynol
2016-04-28Workaround for a problem in clangClark Barrett
2016-04-28More work on inst propagate. Optimization for qcf to check instances eagerly...ajreynol
2016-04-15Rolling back the rewrite codeGuy
2016-04-14Merge branch 'master' of https://github.com/CVC4/CVC4Guy
2016-04-14Remove some no-longer-required rewrites of array lemmasGuy
2016-04-14Add option --snorm-infer-eq to infer equalities based on normalization in Ari...ajreynol
2016-04-14Add missing function for regexp to expr manager.ajreynol
2016-04-13Minor improvements for alpha equivalence and partial quantifier elimination i...ajreynol
2016-04-13Handle parametric datatypes with --quant-ind. Minor updates.ajreynol
2016-04-12Bug fixes related to parametric datatypes + theory combination + quantifiers....ajreynol
2016-04-12Optimizations for QCF to check relevant domain of variable argument positions...ajreynol
2016-04-11Minor fixes for inst match generators. Updates to qip.googleajreynol
2016-04-10More work on instantiation propagation. Enable external filtering of instanti...ajreynol
2016-04-09cardinality operation for finite sets (based on my thesis / ijcar16 paper)Kshitij Bansal
2016-04-09Minor refactoring of entailment tests and quantifiers util. Initial draft of ...ajreynol
2016-04-07Refactor trigger selection, revisions to --relational-trigger. Properly proce...ajreynol
2016-04-04New options for trigger selection, add option --strict-triggers. Do not infer...ajreynol
2016-04-03Updating the copyright headers and scripts.Tim King
2016-04-03Removed the theory-specific merge reason types. Instead, added a mechanism fo...Guy
2016-04-01Improvements to equality inference module: add missing cases for solvable var...ajreynol
2016-03-31Improvements to trigger selection, min triggers by default. Optimizations for...ajreynol
2016-03-30Updates to E-matching to avoid entailed instantiations earlier. Minor updates...ajreynol
2016-03-28Minor cleanup from last commit (quant util, equality infer). Do not set fmfBo...ajreynol
2016-03-28Implement equality inference module for arithmetic terms. Optimization for e...ajreynol
2016-03-24Merge branch 'master' of https://github.com/CVC4/CVC4Guy
2016-03-24Refactored the equality engine in order to remove theory-specific logic from ...Guy
2016-03-24Fixing a garbage collection issue in simplifyWithCare(). Bug 729.Tim King
2016-03-24Deleting allocated NodeVecs in ITESimplifier.Tim King
2016-03-24Freeing CegConjecture::d_ceg_si. Also making d_ceg_si a provate member of Ceg...Tim King
2016-03-24Fixing a memory leak in CDInstMatchTrie::d_data.Tim King
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback