projects
/
cvc5.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cvc5.git
2020-09-11
Andrew Reynolds
(proof-new) Handle mismatched assumptions in proof...
commit
|
commitdiff
|
tree
2020-09-11
Andrew Reynolds
(proof-new) Use deep copy for final lemma step in proof...
commit
|
commitdiff
|
tree
2020-09-11
Andrew Reynolds
Add witness to cvc printer. (#5057)
commit
|
commitdiff
|
tree
2020-09-10
yoni206
bv2int: refactoring the main translation loop (#5051)
commit
|
commitdiff
|
tree
2020-09-10
Andrew Reynolds
Parser error for wrong number of datatypes (#5049)
commit
|
commitdiff
|
tree
2020-09-10
yoni206
bv2int: improvement in lazy failures (#5020)
commit
|
commitdiff
|
tree
2020-09-10
Andrew Reynolds
Use state and inference manager in UF CardinalityExtens...
commit
|
commitdiff
|
tree
2020-09-09
Andrew Reynolds
(proof-new) Minor changes to proof node updater (#5011)
commit
|
commitdiff
|
tree
2020-09-09
Andrew Reynolds
(proof-new) Make proofs in term formula removal term...
commit
|
commitdiff
|
tree
2020-09-09
Andrew Reynolds
(proof-new) Generalize single step helper in eager...
commit
|
commitdiff
|
tree
2020-09-09
Andrew Reynolds
Fixes for regular expressions + sygus (#5044)
commit
|
commitdiff
|
tree
2020-09-09
mudathirmahgoub
Add is_singleton operator to the theory of sets (#5033)
commit
|
commitdiff
|
tree
2020-09-09
Andrew Reynolds
Split term registry from theory state in sets (#5037)
commit
|
commitdiff
|
tree
2020-09-08
Mathias Preiner
Fix printing of fp values. (#5041)
commit
|
commitdiff
|
tree
2020-09-08
Andres Noetzli
Make CVC/API BV div/mod semantics match SMT-LIB (#4997)
commit
|
commitdiff
|
tree
2020-09-08
Andrew Reynolds
Eliminate a custom use of TheorySep in quantifiers...
commit
|
commitdiff
|
tree
2020-09-04
Andrew Reynolds
Add asLemma flag to theory inference process (#5030)
commit
|
commitdiff
|
tree
2020-09-04
Haniel Barbosa
[Regressions] Fix regression issues related to BV proof...
commit
|
commitdiff
|
tree
2020-09-04
Andrew Reynolds
(new theory) Update TheoryBV to new standard for collec...
commit
|
commitdiff
|
tree
2020-09-04
Haniel Barbosa
Fix non-lib-poly-build issues (#5028)
commit
|
commitdiff
|
tree
2020-09-04
Abdalrhman...
Use Result::Sat instead of BenchmarkStatus in printers...
commit
|
commitdiff
|
tree
2020-09-04
Gereon Kremer
Use arith::InferenceManager for CAD lemmas (#5015)
commit
|
commitdiff
|
tree
2020-09-04
Malte Mues
Change the unavailable ABC mercury repository for the...
commit
|
commitdiff
|
tree
2020-09-04
Mathias Preiner
Split lazy bit-vector solver from TheoryBV (#5009)
commit
|
commitdiff
|
tree
2020-09-04
Andrew Reynolds
Add interfaces for making trust nodes in TheoryInferenc...
commit
|
commitdiff
|
tree
2020-09-03
Andrew Reynolds
Update sets inference manager to inherit from Inference...
commit
|
commitdiff
|
tree
2020-09-03
Gereon Kremer
Added a new rule to simplify (bvugt (bvurem T x) x...
commit
|
commitdiff
|
tree
2020-09-03
Andrew Reynolds
Minor cleanup of quantifiers engine (#4994)
commit
|
commitdiff
|
tree
2020-09-03
yoni206
Changing the handled operators in bv2int preprocessing...
commit
|
commitdiff
|
tree
2020-09-03
Gereon Kremer
Basic integration of arith::InferenceManager (#4999)
commit
|
commitdiff
|
tree
2020-09-03
Gereon Kremer
Make nonlinear extension (more) deterministic (#4996)
commit
|
commitdiff
|
tree
2020-09-03
FabianWolff
Drop {INCLUDE,LIBRARY,RUNTIME}_INSTALL_DIR variables...
commit
|
commitdiff
|
tree
2020-09-03
Andrew Reynolds
Make ExtTheory independent of Theory (#5010)
commit
|
commitdiff
|
tree
2020-09-03
Andrew Reynolds
(proof-new) Support proofs of quantifier instantiation...
commit
|
commitdiff
|
tree
2020-09-03
Andrew Reynolds
(proof-new) Improve debugging infrastructure for open...
commit
|
commitdiff
|
tree
2020-09-02
Andres Noetzli
Fix CryptoMiniSat build, regression (#5006)
commit
|
commitdiff
|
tree
2020-09-02
Andres Noetzli
[Python API] Add missing methods to Datatype/Term ...
commit
|
commitdiff
|
tree
2020-09-02
Gereon Kremer
Remove #line directives from generated files. (#5005)
commit
|
commitdiff
|
tree
2020-09-02
Andrew Reynolds
(proof-new) Updates to builtin proof checker (#4962)
commit
|
commitdiff
|
tree
2020-09-02
Andrew Reynolds
(proof-new) Add proof support in TheoryUF (#5002)
commit
|
commitdiff
|
tree
2020-09-02
Andres Noetzli
Use SMT-COMP configuration for competition build (...
commit
|
commitdiff
|
tree
2020-09-02
Andrew Reynolds
(proof-new) Make term conversion proof generator option...
commit
|
commitdiff
|
tree
2020-09-02
Andrew V. Jones
Migrating from using the 'glpk-cut-log' repo to using...
commit
|
commitdiff
|
tree
2020-09-02
Abdalrhman...
Introduce an internal version of Commands. (#4988)
commit
|
commitdiff
|
tree
2020-09-02
Andrew Reynolds
Minor updates to theory inference manager (#5004)
commit
|
commitdiff
|
tree
2020-09-02
Andrew Reynolds
(new theory) Update TheoryArrays to the new standard...
commit
|
commitdiff
|
tree
2020-09-02
Gereon Kremer
Use std::unique_ptr instead of std::shared_ptr for...
commit
|
commitdiff
|
tree
2020-09-02
Gereon Kremer
Add ArithLemma and arith::InferenceManager (#4960)
commit
|
commitdiff
|
tree
2020-09-02
Andrew Reynolds
(new theory) Update TheorySets to the new interface...
commit
|
commitdiff
|
tree
2020-09-02
Andres Noetzli
[API] Fix Python Examples (#4943)
commit
|
commitdiff
|
tree
2020-09-01
Haniel Barbosa
Removes old proof code (#4964)
commit
|
commitdiff
|
tree
2020-09-01
Andrew Reynolds
(new theory) Update TheoryDatatypes to the new standar...
commit
|
commitdiff
|
tree
2020-09-01
Andrew Reynolds
Add TheoryInference base class (#4990)
commit
|
commitdiff
|
tree
2020-09-01
Aina Niemetz
CMS: Update to version 5.8.0. (#4991)
commit
|
commitdiff
|
tree
2020-09-01
Alex Ozdemir
Add arithmetic-specific, runtime, proof-macros. (#4992)
commit
|
commitdiff
|
tree
2020-09-01
FabianWolff
'fix-install-headers.sh' should respect DESTDIR environ...
commit
|
commitdiff
|
tree
2020-09-01
Andrew Reynolds
Add the inference manager for datatypes (#4968)
commit
|
commitdiff
|
tree
2020-09-01
FabianWolff
Fix spelling errors (#4977)
commit
|
commitdiff
|
tree
2020-08-31
Andrew Reynolds
(new theory) Update TheoryStrings to new standard ...
commit
|
commitdiff
|
tree
2020-08-31
Gereon Kremer
Fix --ackermann in the presence on syntactically differ...
commit
|
commitdiff
|
tree
2020-08-31
Andrew Reynolds
Simplify interface for computing relevant terms. (...
commit
|
commitdiff
|
tree
2020-08-31
Andres Noetzli
[CI] Fix Cython installation (#4983)
commit
|
commitdiff
|
tree
2020-08-31
Andrew Reynolds
Basic proof support in inference manager (#4975)
commit
|
commitdiff
|
tree
2020-08-29
Andrew Reynolds
(proof-new) More term context utilities. (#4912)
commit
|
commitdiff
|
tree
2020-08-29
Mathias Preiner
New C++ API: Add REGEXP_{REPEAT,LOOP}_OP handling in...
commit
|
commitdiff
|
tree
2020-08-28
Andrew Reynolds
Replace Theory::Set with TheoryIdSet (#4959)
commit
|
commitdiff
|
tree
2020-08-28
yoni206
Incremental support for bv_to_int (#4967)
commit
|
commitdiff
|
tree
2020-08-28
Andrew Reynolds
(proof-new) Make CombinationEngine proof producing...
commit
|
commitdiff
|
tree
2020-08-28
Andrew Reynolds
(new theory) Update TheoryQuantifiers to the new interf...
commit
|
commitdiff
|
tree
2020-08-28
Andrew Reynolds
(proof-new) Add the SMT proof post processor (#4913)
commit
|
commitdiff
|
tree
2020-08-28
Andrew Reynolds
(new theory) Update TheoryFP to the new interface ...
commit
|
commitdiff
|
tree
2020-08-28
Gereon Kremer
(cad-solver) Fixed excluding lemma generation. (#4958)
commit
|
commitdiff
|
tree
2020-08-28
Andrew Reynolds
Do not delay processing equivalence class merges in...
commit
|
commitdiff
|
tree
2020-08-28
Andrew Reynolds
Add the buffered inference manager (#4954)
commit
|
commitdiff
|
tree
2020-08-28
Andrew Reynolds
(new theory) Update TheorySep to new interface (#4947)
commit
|
commitdiff
|
tree
2020-08-28
Gereon Kremer
Make iand lemmas use proper Inference types. (#4956)
commit
|
commitdiff
|
tree
2020-08-27
Andrew Reynolds
(proof-new) Add the proof equality engine (#4881)
commit
|
commitdiff
|
tree
2020-08-27
Andrew Reynolds
Add irrelevant kinds infrastructure to TheoryModel...
commit
|
commitdiff
|
tree
2020-08-27
Andrew Reynolds
Add the theory inference manager (#4948)
commit
|
commitdiff
|
tree
2020-08-27
Andrew Reynolds
(new theory) Update TheoryUF to new interface (#4944)
commit
|
commitdiff
|
tree
2020-08-26
Andrew Reynolds
Connect combination engine to theory engine (#4940)
commit
|
commitdiff
|
tree
2020-08-26
Andrew Reynolds
Replace Expr-level datatype with Node-level DType ...
commit
|
commitdiff
|
tree
2020-08-25
Haniel Barbosa
Eliminating spurious replay of commands for define...
commit
|
commitdiff
|
tree
2020-08-25
Andrew Reynolds
Add the combination engine (#4939)
commit
|
commitdiff
|
tree
2020-08-24
Andrew Reynolds
Add a few basic extensions for equality engine (#4937)
commit
|
commitdiff
|
tree
2020-08-24
Gereon Kremer
Fix memory issue in AntlrInput::parseError (#4873)
commit
|
commitdiff
|
tree
2020-08-24
Andrew Reynolds
Do not use relevance during non-linear check model...
commit
|
commitdiff
|
tree
2020-08-24
Mathias Preiner
Increase regress level to 2 for production build. ...
commit
|
commitdiff
|
tree
2020-08-24
Andrew Reynolds
Add the distributed model manager (#4934)
commit
|
commitdiff
|
tree
2020-08-24
Andrew Reynolds
Extend the standard Theory template based on equality...
commit
|
commitdiff
|
tree
2020-08-22
Andrew Reynolds
Remove unecessary theory model builder base class ...
commit
|
commitdiff
|
tree
2020-08-21
Andrew Reynolds
Dynamic allocation of model equality engine (#4911)
commit
|
commitdiff
|
tree
2020-08-21
Andrew Reynolds
Limit trigger terms to shared terms in arrays (#4932)
commit
|
commitdiff
|
tree
2020-08-21
Andrew Reynolds
Remove spurious theory methods calls (#4931)
commit
|
commitdiff
|
tree
2020-08-21
Andrew Reynolds
Connect the relevance manager to TheoryEngine and use...
commit
|
commitdiff
|
tree
2020-08-21
Andrew Reynolds
Simplify and fix care graph for ufHo (#4924)
commit
|
commitdiff
|
tree
2020-08-21
Andrew Reynolds
Remove BV equality slicer (#4928)
commit
|
commitdiff
|
tree
2020-08-20
Andrew Reynolds
Add TheoryState objects to each Theory (#4920)
commit
|
commitdiff
|
tree
2020-08-20
Andrew Reynolds
Split QuantElimSolver from SmtEngine (#4919)
commit
|
commitdiff
|
tree
2020-08-20
Andrew Reynolds
Simplify trigger notifications in equality engine ...
commit
|
commitdiff
|
tree
next