SyGuS grammar refactor (#3100)
[cvc5.git] / src /
2019-03-22 Andrew ReynoldsFix instantiation stat for fmf (#2889)
2019-03-22 Andrew ReynoldsMore fixes for PBE with datatypes (#2882)
2019-03-22 Haniel Barbosafix help information on TPTP parsing (#2884)
2019-03-22 Andres NoetzliFix stripConstantEndpoints in strings rewriter (#2883)
2019-03-22 makaimannUse empty vector instead of false in query with null...
2019-03-21 Andrew Reynolds Fix bad comparison in RE solver's addMembership (...
2019-03-21 Andrew ReynoldsRewrite selectors correctly applied to constructors...
2019-03-20 Andrew ReynoldsSygus abduction feature (#2744)
2019-03-19 Andrew ReynoldsMake declare-datatype(s) a standard, non-extended comma...
2019-03-19 Andrew ReynoldsFix fairness issue with fast sygus enumerator (#2873)
2019-03-19 Aina NiemetzNew C++: Remove redundant mkBoundVar function.
2019-03-19 Aina NiemetzNew C++: Remove redundant mkVar function.
2019-03-18 Aina NiemetzBitVector: Allow base 10 in constructor. (#2870)
2019-03-16 Andres NoetzliLimit --solve-int-as-bv=X to QF_NIA/QF_LIA/QF_IDL ...
2019-03-16 Alex OzdemirEnable CryptoMiniSat-backed BV proofs (#2847)
2019-03-15 Haniel BarbosaNew beta-reduction for HOL solving (#2869)
2019-03-15 Haniel BarbosaAdding capture avoiding substitution (#2867)
2019-03-15 Andrew ReynoldsFix non-variable function head elimination in UF. ...
2019-03-14 Andrew ReynoldsFix function term set for theory strings compute care...
2019-03-14 Andrew ReynoldsUse zero slope tangent planes for transcendental functi...
2019-03-14 Andrew ReynoldsProperly handle lambdas in relevant domain (#2853)
2019-03-14 Andrew Reynolds Add getFreeVariables method to node algorithm (#2852)
2019-03-14 Andrew ReynoldsImplement proper semantics for TPTP predicate is_rat...
2019-03-14 Andrew Reynolds Fix substitution step in ho matching (#2825)
2019-03-14 Andrew ReynoldsGeneralize sygus-rr-verify for fast enumerator (#2829)
2019-03-14 makaimanncheck for null assumption in query and replace with...
2019-03-13 Andres NoetzliAdd statistics for proof gen./checking time, size ...
2019-03-13 Andrew ReynoldsRemove spurious data member. (#2857)
2019-03-13 Mathias PreinerFix public headers for make install. (#2856)
2019-03-12 Andrew ReynoldsAdd option --sygus-rr-synth-rec for considering all...
2019-03-12 Andrew Reynolds Move tuple/record update elimination from ppRewrite...
2019-03-01 Alex OzdemirErProof class with LFSC output (#2812)
2019-02-27 Andres NoetzliUse string stream for proofs instead of tmp files ...
2019-02-13 Aina NiemetzNew C++ API: Remove redundant declareFun function....
2019-02-13 Andres NoetzliRewrite simple regexp pattern to str.contains (#2827)
2019-02-13 Aina NiemetzNew C++ API: Remove redundant mkTerm function. (#2836)
2019-02-12 Andres NoetzliDelete temporary proof files when aborting CVC4 (#2834)
2019-02-11 Aina NiemetzNew C++ API: Unit tests for declare* functions. (#2831)
2019-02-05 Andres NoetzliMake stripConstantEndpoints() less aggressive (#2830)
2019-02-04 Andres NoetzliAdd rewrite for contains + const strings replace (...
2019-02-02 Andres NoetzliFix corner case in stripConstantEndpoints (#2824)
2019-01-29 Aina NiemetzNew C++ API: Fix checks for mkTerm. (#2820)
2019-01-29 Andres NoetzliStrings: Remove redundant replace rewrite (#2822)
2019-01-23 Andres NoetzliAvoid using ProofManager in non-proof CMS build (#2814)
2019-01-23 Andres NoetzliStrings: Strengthen multiset reasoning (#2817)
2019-01-22 Andrew Reynolds Fix tuple and record CVC printing (#2818)
2019-01-22 Andrew Reynolds Fix parsing of overloaded parametric datatype selector...
2019-01-19 Andres NoetzliFix missing-override warning (#2811)
2019-01-18 Alex OzdemirExtract DIMACS Printing (#2800)
2019-01-18 Andres NoetzliStrings: Introduce checkEntailContains() (#2809)
2019-01-18 Andres Noetzli Fix ABC build (#2808)
2019-01-17 Andres NoetzliAdd option to print BV constants in binary (#2805)
2019-01-16 Andrew ReynoldsFix constant contains ITOS rewrite (#2799)
2019-01-15 Andres NoetzliStrings: Add option to change loop process mode (#2794)
2019-01-15 Andrew Reynolds Fix unsound double abs rewrite rule for FP (#2792)
2019-01-15 Andrew Reynolds Only check disequal terms with sygus-rr-verify (#2793)
2019-01-14 Alex OzdemirClausalBitvectorProof (#2786)
2019-01-13 Alex OzdemirLFSC LRAT Output (#2787)
2019-01-12 Alex OzdemirLratInstruction inheritance (#2784)
2019-01-11 Alex OzdemirFixed linking against drat2er, and use drat2er (#2785)
2019-01-11 Aina NiemetzNew C++ API: Add unit tests for setInfo, setLogic,...
2019-01-10 Aina NiemetzNew C++ API: Get rid of mkConst functions (simplify...
2019-01-09 Andrew ReynoldsDo not rewrite 1-constructor sygus testers to true...
2019-01-09 Alex Ozdemir[BV Proofs] Option for proof format (#2777)
2019-01-09 Alex OzdemirClause proof printing (#2779)
2019-01-09 Alex OzdemirLFSC drat output (#2776)
2019-01-07 Aina NiemetzNew C++ API: Add missing getType() calls to kick off...
2019-01-06 Alex Ozdemir[DRAT] DRAT data structure (#2767)
2019-01-04 Alex Ozdemir[LRAT] A C++ data structure for LRAT. (#2737)
2019-01-04 Aina NiemetzNew C++ API: Add missing catch blocks for std::invalid_...
2019-01-03 Andres NoetzliAPI/Smt2 parser: refactor termAtomic (#2674)
2019-01-03 Andres NoetzliC++ API: Reintroduce zero-value mkBitVector method...
2019-01-03 Alex Ozdemir[LRA proof] Recording & Printing LRA Proofs (#2758)
2019-01-03 Aina NiemetzNew C++ API: Add tests for mk-functions in solver objec...
2018-12-20 Aina NiemetzClean up BV kinds and type rules. (#2766)
2018-12-20 Aina NiemetzAdd missing type rules for parameterized operator kinds...
2018-12-19 Andrew ReynoldsFix issues with REWRITE_DONE in floating point rewriter...
2018-12-18 Aina NiemetzRemove noop. (#2763)
2018-12-17 Alex Ozdemir Configured for linking against drat2er (#2754)
2018-12-17 Aina NiemetzNew C++ API: Add tests for term object. (#2755)
2018-12-15 Andres NoetzliRevert "Move ss-combine rewrite to extended rewriter...
2018-12-15 Alex Ozdemir [LRA Proof] Storage for LRA proofs (#2747)
2018-12-14 Aina NiemetzFixed typos.
2018-12-14 Aina NiemetzNew C++ API: Add tests for opterm object. (#2756)
2018-12-14 Andrew Reynolds Fix extended rewriter for binary associative operators...
2018-12-14 Andrew ReynoldsMake single invocation and invariant pre/post condition...
2018-12-13 Aina NiemetzNew C++ API: Add tests for sort functions of solver...
2018-12-13 Andrew ReynoldsRemove spurious map (#2750)
2018-12-13 Aina NiemetzFix compiler warnings. (#2748)
2018-12-11 Andrew ReynoldsRemove alternate versions of mbqi (#2742)
2018-12-10 makaimannBoolToBV modes (off, ite, all) (#2530)
2018-12-07 Andres NoetzliStrings: Make EXTF_d inference more conservative (...
2018-12-07 Alex OzdemirArith Constraint Proof Loggin (#2732)
2018-12-07 Alex OzdemirEnable BV proofs when using an eager bitblaster (#2733)
2018-12-06 Andres NoetzliFix use-after-free due to destruction order (#2739)
2018-12-06 Andrew Reynolds Take into account minimality and types for cached...
2018-12-04 Andrew ReynoldsApply extended rewriting on PBE static symmetry breakin...
2018-12-04 Andrew ReynoldsEnable regular expression elimination by default. ...
2018-12-03 Andrew Reynolds Skip non-cardinality types in sets min card inference...
2018-12-03 Alex OzdemirBit vector proof superclass (#2599)
next