cvc5.git
2020-09-18 yoni206bv2int: quantifiers support (#5080)
2020-09-18 Andres NoetzliFix muzzled builds (#5093)
2020-09-18 Haniel Barbosa[proof-new] Proof utilities for normalizing clauses...
2020-09-18 Andrew ReynoldsLogic exception for arrays indexed by arrays (#5073)
2020-09-18 Andres Noetzli[Strings] Fix extended equality rewriter (#5092)
2020-09-18 Andrew Reynolds(proof-new) Updates to proof node updater algorithm...
2020-09-18 Andrew Reynolds(proof-new) Rewrites involving operators in term conver...
2020-09-17 Andrew Reynolds(proof-new) Fixes for theory engine proof generator...
2020-09-17 Haniel Barbosa[proof-new] Have mkScope agnostic to True assumptions...
2020-09-17 Gereon Kremer(cad-solver) Fix square-free-basis computation (#5085)
2020-09-17 Andrew ReynoldsReduce recursion in term formula removal (#5052)
2020-09-17 Gereon KremerUse new inference manager in transcendental solver...
2020-09-17 Andrew V. JonesDo not allow to build Python bindings if building stati...
2020-09-17 Andrew ReynoldsFurther standardization of datatypes (#5076)
2020-09-17 yoni206Dumping internal define-funs with no arguments (#5077)
2020-09-16 Andres NoetzliOnly rewrite replace_re(_all) if regexp is const (...
2020-09-16 Abdalrhman... Dump commands in internal code using command printing...
2020-09-16 Andrew ReynoldsAdd buffered inference manager to TheorySep (#5038)
2020-09-16 Haniel Barbosa[proof-new] Adds Lazy CDProof chain data-structure...
2020-09-16 Andrew ReynoldsRefactor collectModelInfo in TheoryArith (#5027)
2020-09-16 yoni206bv2int: support models in tests (#5068)
2020-09-16 Haniel Barbosa[proof-new] Extending eqproof conversion to HO congruen...
2020-09-16 Haniel Barbosa[proof-new] Resolution rules and checkers (#5070)
2020-09-16 Haniel Barbosa[proof-new] A simple proof generator for buffered proof...
2020-09-16 Andrew Reynolds(proof-new) Make proofs mandatory in proof equality...
2020-09-15 Andrew ReynoldsMove sets member propagation to SolverState (#5045)
2020-09-15 Aina NiemetzRename system tests to api tests and remove obsolete...
2020-09-15 Andrew ReynoldsMove quantifiers engine private to own file (#5053)
2020-09-15 Andrew ReynoldsFix needsModel method for CEGQI (#5048)
2020-09-15 Andrew ReynoldsStandard equality engine notify class for Theory (...
2020-09-15 Andres NoetzliFix ABC build (#5061)
2020-09-15 Ying ShengInterpolation: Add implementation for SyGuS interpolati...
2020-09-14 yoni206bv2int: simpler translation for plus and times (#5055)
2020-09-14 Andrew ReynoldsRefactoring the rewriter of sets (#4856)
2020-09-14 Andres NoetzliFix type for Windows build (#5062)
2020-09-14 Andrew ReynoldsStandardize uses of inference manager in datatypes...
2020-09-12 Andrew Reynolds(proof-new) Add SMT proof manager (#5054)
2020-09-12 Andrew Reynolds(proof-new) Update TheoryEngine lemma and conflict...
2020-09-11 Andrew ReynoldsMove finite model minimization to UF last call effort...
2020-09-11 Andrew Reynolds(proof-new) Handle mismatched assumptions in proof...
2020-09-11 Andrew Reynolds(proof-new) Use deep copy for final lemma step in proof...
2020-09-11 Andrew ReynoldsAdd witness to cvc printer. (#5057)
2020-09-10 yoni206bv2int: refactoring the main translation loop (#5051)
2020-09-10 Andrew ReynoldsParser error for wrong number of datatypes (#5049)
2020-09-10 yoni206bv2int: improvement in lazy failures (#5020)
2020-09-10 Andrew ReynoldsUse state and inference manager in UF CardinalityExtens...
2020-09-09 Andrew Reynolds(proof-new) Minor changes to proof node updater (#5011)
2020-09-09 Andrew Reynolds(proof-new) Make proofs in term formula removal term...
2020-09-09 Andrew Reynolds(proof-new) Generalize single step helper in eager...
2020-09-09 Andrew ReynoldsFixes for regular expressions + sygus (#5044)
2020-09-09 mudathirmahgoubAdd is_singleton operator to the theory of sets (#5033)
2020-09-09 Andrew ReynoldsSplit term registry from theory state in sets (#5037)
2020-09-08 Mathias PreinerFix printing of fp values. (#5041)
2020-09-08 Andres NoetzliMake CVC/API BV div/mod semantics match SMT-LIB (#4997)
2020-09-08 Andrew ReynoldsEliminate a custom use of TheorySep in quantifiers...
2020-09-04 Andrew ReynoldsAdd asLemma flag to theory inference process (#5030)
2020-09-04 Haniel Barbosa[Regressions] Fix regression issues related to BV proof...
2020-09-04 Andrew Reynolds(new theory) Update TheoryBV to new standard for collec...
2020-09-04 Haniel BarbosaFix non-lib-poly-build issues (#5028)
2020-09-04 Abdalrhman... Use Result::Sat instead of BenchmarkStatus in printers...
2020-09-04 Gereon KremerUse arith::InferenceManager for CAD lemmas (#5015)
2020-09-04 Malte MuesChange the unavailable ABC mercury repository for the...
2020-09-04 Mathias PreinerSplit lazy bit-vector solver from TheoryBV (#5009)
2020-09-04 Andrew ReynoldsAdd interfaces for making trust nodes in TheoryInferenc...
2020-09-03 Andrew ReynoldsUpdate sets inference manager to inherit from Inference...
2020-09-03 Gereon KremerAdded a new rule to simplify (bvugt (bvurem T x) x...
2020-09-03 Andrew ReynoldsMinor cleanup of quantifiers engine (#4994)
2020-09-03 yoni206Changing the handled operators in bv2int preprocessing...
2020-09-03 Gereon KremerBasic integration of arith::InferenceManager (#4999)
2020-09-03 Gereon KremerMake nonlinear extension (more) deterministic (#4996)
2020-09-03 FabianWolffDrop {INCLUDE,LIBRARY,RUNTIME}_INSTALL_DIR variables...
2020-09-03 Andrew ReynoldsMake ExtTheory independent of Theory (#5010)
2020-09-03 Andrew Reynolds(proof-new) Support proofs of quantifier instantiation...
2020-09-03 Andrew Reynolds(proof-new) Improve debugging infrastructure for open...
2020-09-02 Andres NoetzliFix CryptoMiniSat build, regression (#5006)
2020-09-02 Andres Noetzli[Python API] Add missing methods to Datatype/Term ...
2020-09-02 Gereon KremerRemove #line directives from generated files. (#5005)
2020-09-02 Andrew Reynolds(proof-new) Updates to builtin proof checker (#4962)
2020-09-02 Andrew Reynolds(proof-new) Add proof support in TheoryUF (#5002)
2020-09-02 Andres NoetzliUse SMT-COMP configuration for competition build (...
2020-09-02 Andrew Reynolds(proof-new) Make term conversion proof generator option...
2020-09-02 Andrew V. JonesMigrating from using the 'glpk-cut-log' repo to using...
2020-09-02 Abdalrhman... Introduce an internal version of Commands. (#4988)
2020-09-02 Andrew ReynoldsMinor updates to theory inference manager (#5004)
2020-09-02 Andrew Reynolds(new theory) Update TheoryArrays to the new standard...
2020-09-02 Gereon KremerUse std::unique_ptr instead of std::shared_ptr for...
2020-09-02 Gereon KremerAdd ArithLemma and arith::InferenceManager (#4960)
2020-09-02 Andrew Reynolds(new theory) Update TheorySets to the new interface...
2020-09-02 Andres Noetzli[API] Fix Python Examples (#4943)
2020-09-01 Haniel BarbosaRemoves old proof code (#4964)
2020-09-01 Andrew Reynolds (new theory) Update TheoryDatatypes to the new standar...
2020-09-01 Andrew ReynoldsAdd TheoryInference base class (#4990)
2020-09-01 Aina NiemetzCMS: Update to version 5.8.0. (#4991)
2020-09-01 Alex OzdemirAdd arithmetic-specific, runtime, proof-macros. (#4992)
2020-09-01 FabianWolff'fix-install-headers.sh' should respect DESTDIR environ...
2020-09-01 Andrew ReynoldsAdd the inference manager for datatypes (#4968)
2020-09-01 FabianWolffFix spelling errors (#4977)
2020-08-31 Andrew Reynolds(new theory) Update TheoryStrings to new standard ...
2020-08-31 Gereon KremerFix --ackermann in the presence on syntactically differ...
2020-08-31 Andrew ReynoldsSimplify interface for computing relevant terms. (...
next