cvc5.git
2022-02-02 Andrew ReynoldsFix rewrite for eliminating constant factors of PI...
2022-02-02 Aina NiemetzRename kinds MINUS -> SUB and UMINUS -> NEG. (#8035)
2022-02-02 Gereon KremerUse proper filename in -o subs documentation (#8030)
2022-02-02 Andrew ReynoldsFix invalid rewrite involving iand (#8026)
2022-02-02 Aina Niemetzapi: Rename mk<Value> functions for FP for consistency...
2022-02-02 Andrew ReynoldsFix printing of re.loop as an operator in LFSC (#8029)
2022-02-02 Andrew ReynoldsMake LFSC side condition for concat unify robust to...
2022-02-02 Andrew ReynoldsAdd missing null terminators for regexp (#8027)
2022-02-02 Gereon KremerAdd additional check to avoid cyclic substitution ...
2022-02-02 mudathirmahgoubUpdate datatypes.rst (#8009)
2022-02-02 Andrew ReynoldsRemove more static calls to rewrite (#8025)
2022-02-02 Andrew ReynoldsExtend proof step buffer to optionally ensure unique...
2022-02-02 mudathirmahgoubFix parser issue with tuple_project operator (#8021)
2022-02-01 Andres Noetzli[BV] Fix strategy for `RewriteExtract` (#8011)
2022-02-01 Andres Noetzli[BV] Fix order of rewrites for `concat` (#8010)
2022-02-01 Gereon KremerAdd new ordering utility (#8008)
2022-02-01 Andrew ReynoldsAdd variant of get-difficulty for full effort lemmas...
2022-02-01 Andres Noetzli[Arrays] Fix response for `store` chains (#8015)
2022-02-01 mudathirmahgoubAdd bag.filter operator (#8006)
2022-02-01 Gereon KremerConsider RANs in variable ordering (#7964)
2022-01-31 Gereon KremerAdd utilities for flattening nodes (#7961)
2022-01-31 Andres NoetzliFix memory leak in quantifier info (#8005)
2022-01-29 Gereon KremerRename docs-releases to docs (#7999)
2022-01-28 Mathias PreinerStart post-release for 0.0.7
2022-01-28 Mathias PreinerBump version to 0.0.7
2022-01-28 Bruno DutertreTry a bit harder on the EQ_NCTN rewrite rule (#7998)
2022-01-28 Gereon KremerFix docs upload once again (#7997)
2022-01-28 Andres Noetzli[Rewrite Synthesis] Fix args for non-chaining ops ...
2022-01-27 Andrew ReynoldsDocument substitute in API (#7904)
2022-01-27 Aina NiemetzUpdate AUTHORS und copyright of docs configuration...
2022-01-27 Gereon KremerProperly recognize whether the current commit is a...
2022-01-26 Andrew ReynoldsInitial refactoring of conflict-based instantiation...
2022-01-26 mudathirmahgoubAdd Card solver to bags (#7986)
2022-01-26 Andrew ReynoldsMore fixes and improvements for query generator (#7988)
2022-01-25 Andrew ReynoldsAdd output -o post-asserts (#7987)
2022-01-25 Mathias PreinerStart post-release for 0.0.6
2022-01-25 Mathias PreinerBump version to 0.0.6
2022-01-25 Andres NoetzliSend `nth(unit(...), ...)` terms to array solver (...
2022-01-25 Andrew ReynoldsFixes and improvements to sygus satisfiable query gener...
2022-01-25 Andres Noetzli[Strings] Avoid trivial explanation (#7982)
2022-01-25 Andres Noetzli[Strings] Remove redundant call to rewriter (#7978)
2022-01-25 Andres Noetzli[FP] Fix unused variable warning (#7977)
2022-01-24 Gereon KremerDisable regression if poly is not available (#7981)
2022-01-24 Gereon KremerAlways compile RANs (#7979)
2022-01-24 Gereon KremerUse proper RAN nodes for nl model (#7939)
2022-01-24 Gereon KremerRefactor how arith rewriting checks for mult-by-zero...
2022-01-24 Abdalrhman... Enable dump tester. (#7884)
2022-01-24 Gereon KremerHave RAN fall back to RANs (#7976)
2022-01-21 Andrew ReynoldsRef count nodes in trigger trie (#7972)
2022-01-21 Andrew ReynoldsFix trivial explantions in sequences array solver ...
2022-01-20 Andres NoetzliFix `Nth-Update` rule, add `Update-Bound` rule (#7968)
2022-01-20 Andrew ReynoldsFix proofs for trivial cases of datatypes tester merge...
2022-01-20 Gereon KremerRefactor abs rewriting (#7935)
2022-01-20 Andres NoetzliFix CI build for macOS (#7970)
2022-01-19 Andres NoetzliAdd rewrites for `seq.update`/`seq.nth` (#7966)
2022-01-19 Gereon KremerFix a subtle issue with double negations in coverings...
2022-01-19 Gereon KremerMake tracing for arithmetic rewriter more consistent...
2022-01-19 Gereon KremerUpdate to latest libpoly version (#7963)
2022-01-18 Andrew ReynoldsDistinguish purification types for strings proof recons...
2022-01-18 Gereon KremerSome random documentation issues (#7921)
2022-01-18 Andres Noetzli[API] Add missing arity check (#7905)
2022-01-18 Matthew SotoudehFix CMake script for static, auto-download, cln configu...
2022-01-18 Andrew ReynoldsPrint original form for substitutions and learned liter...
2022-01-17 Andrew ReynoldsRefactor options related to rewriting and symmetry...
2022-01-17 Andres Noetzli[Strings] Fix rewriter for `re.loop` (#7956)
2022-01-15 Gereon KremerChange how RANs are printed (#7955)
2022-01-15 Andrew ReynoldsAdd inverse inference for update-over-concat (#7954)
2022-01-14 Andrew ReynoldsImprove names for sygus enumeration option (#7945)
2022-01-14 Andrew ReynoldsClean enumerative instantiation options (#7947)
2022-01-14 Andrew ReynoldsImplement -o subs to show learned top-level substitutio...
2022-01-14 Alex OzdemirRename python APIs (#7950)
2022-01-14 Gereon KremerPreprare central model building for RANs (#7951)
2022-01-14 Gereon Kremerrefactor div rewriter, add support for ran (#7941)
2022-01-14 Andrew ReynoldsFix learned rewrite pass for non-real equalties (#7936)
2022-01-14 Gereon KremerAdd operator<<(RewriteStatus) (#7952)
2022-01-14 Andrew ReynoldsWeaken assertion in relevance manager (#7943)
2022-01-14 Gereon KremerRefactor arithmetic pre-rewriter for multiplication...
2022-01-14 Gereon KremerAdd support for RANs in rewriter for `MULT` (#7940)
2022-01-14 Gereon KremerAdd RAN support in UMINUS rewriter (#7933)
2022-01-13 Gereon KremerAdd arithmetic rewriter for RAN (#7929)
2022-01-13 Andrew ReynoldsFix bug in evaluator for division by zero (#7942)
2022-01-13 Andres NoetzliUnify abstract values and uninterpreted constants ...
2022-01-13 Gereon KremerRefactor post rewriter for addition (#7931)
2022-01-13 Gereon KremerFix check whether we have a tag (#7901)
2022-01-12 Andrew ReynoldsAdd -o learned-lits to output learned literals (#7934)
2022-01-12 Gereon KremerRefactor atom rewriting to be RAN-aware (#7928)
2022-01-12 Gereon KremerRefactor rewriteMinus (#7932)
2022-01-12 Andrew ReynoldsEnsure configuration of shared selectors is consistent...
2022-01-12 Gereon KremerAlways enable RAN, but disable its implementation witho...
2022-01-12 Gereon KremerAdd mkRealAlgebraicNumber (#7923)
2022-01-12 Andrew ReynoldsAlways use partial function for sqrt (#7926)
2022-01-12 Andrew ReynoldsEliminate use of subtyping from results of quantifier...
2022-01-11 Gereon KremerAdds a kind to hold RealAlgebraicNumber constants ...
2022-01-11 Abdalrhman... Disable filtering of shapes in sygus-rcons pool. (...
2022-01-11 Andres NoetzliFix `TypeNode::substitute()` for type constants (#7920)
2022-01-11 Aina Niemetzapi: Fix formatting of docs for Term::getSetValue(...
2022-01-11 Gereon KremerRemove static accesses to options (#7913)
2022-01-11 Andrew ReynoldsTighten policy for unsat cores in sygus core connective...
2022-01-11 Andrew ReynoldsGuard use of unsat core mode pp-only (#7899)
2022-01-11 Andres NoetzliFix `TypeNode::substitute()` (#7916)
next