Replace Expr-level datatype with Node-level DType (#4875)
[cvc5.git] / test / unit / theory /
2020-08-26 Andrew ReynoldsReplace Expr-level datatype with Node-level DType ...
2020-08-13 Andrew ReynoldsSplit SmtSolver from SmtEngine (#4880)
2020-08-12 Andrew ReynoldsSplit SmtEngineState from SmtEngine (#4855)
2020-08-11 Andrew ReynoldsUpdate Expr-level unit tests that depend on datatypes...
2020-08-06 Andrew Reynolds(proof-new) Refactor regular expression operation ...
2020-07-28 Andrew ReynoldsUse lemma property enum for OutputChannel::lemma (...
2020-07-15 Andres NoetzliUse TypeNode in UninterpretedConstant (#4748)
2020-07-14 Andres NoetzliUse TypeNode in EmptySet (#4740)
2020-07-14 Andres NoetzliUse TypeNode/Node in ArrayStoreAll (#4728)
2020-07-11 Andrew Reynolds(proof-new) Update Theory interface for proof-new ...
2020-07-07 Andrew ReynoldsTransfer ownership of internal Options from NodeManager...
2020-06-29 Andres NoetzliMake ExprManager constructor private (#4669)
2020-06-19 Andrew ReynoldsConvert more uses of strings to words (#4584)
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-06-10 Andres NoetzliAdd support for str.replace_re/str.replace_re_all ...
2020-06-01 Andrew ReynoldsIncorporate sequences into the word interface (#4543)
2020-04-30 Andrew ReynoldsRemove skolem share involving pre_first_ctn. (#4423)
2020-04-21 Andrew ReynoldsMake option names related to CEGQI consistent (#4316)
2020-04-03 Andres NoetzliUpdate theory rewriter ownership, add stats to strings...
2020-04-03 Andrew ReynoldsSplit sequences rewriter (#4194)
2020-04-02 Andres NoetzliInitialize theory rewriters in theories (#4197)
2020-03-27 Andrew ReynoldsMove string utility file (#4164)
2020-03-20 Andrew ReynoldsSplit string-specific operators from TheoryStringsRewri...
2020-03-19 Andres NoetzliOnly apply testConstStringInRegExp to const regexp...
2020-03-17 Aina NiemetzSmtEngine: Convert members owned by SmtEngine to unique...
2020-03-16 Andres NoetzliCreate master equality engine at context level 0 (...
2020-03-03 mudathirmahgoubRefactoring and cleaning the type enumerator for sets...
2020-02-29 Andres NoetzliAdd support for str.from_code (#3829)
2020-02-24 Andrew ReynoldsUtilities for words (#3797)
2020-02-20 Mathias Preinerresource manager: Add statistic for every resource...
2020-01-31 Andres NoetzliFix arithmetic rewriter for exponential (#3688)
2019-12-16 Ying ShengSupport ackermannization on uninterpreted sorts in...
2019-12-07 Andres NoetzliSimplify rewrite for character matching (#3545)
2019-12-06 Andrew ReynoldsAdd ExprManager as argument to Datatype (#3535)
2019-12-03 Andres NoetzliRewrite `str.contains` used for character matching...
2019-12-01 Andres NoetzliPrevent ref count from reaching zero in BV instantiator...
2019-11-18 Andres NoetzliUse -Wimplicit-fallthrough (#3464)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-09-30 Andres NoetzliAdd rewrite for splitting equalities (#2957)
2019-08-30 Andres NoetzliInfer conflicts based on regular expression inclusion...
2019-08-13 Andrew ReynoldsProperly implement logic info for separation logic...
2019-06-04 Andres NoetzliEnable proof checking for QF_LRA benchmarks (#2928)
2019-05-18 Andres NoetzliFix BV ITE rewrite (#3004)
2019-04-01 Andres NoetzliFix RewriteITEBv to ensure rewrite to fixpoint (#2878)
2019-03-26 Aina NiemetzUpdate copyright headers.
2019-03-23 Andres NoetzliStrip non-matching beginning from indexof operator...
2019-03-22 Andres NoetzliFix stripConstantEndpoints in strings rewriter (#2883)
2019-02-13 Andres NoetzliRewrite simple regexp pattern to str.contains (#2827)
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 Andres NoetzliStrings: Remove redundant replace rewrite (#2822)
2019-01-23 Andres NoetzliStrings: Strengthen multiset reasoning (#2817)
2018-11-28 Andres NoetzliImprove skolem caching by normalizing skolem args ...
2018-11-22 Andres NoetzliAdd rewrite for (str.substr s x y) --> "" (#2695)
2018-11-08 Andres NoetzliEvaluator: add support for str.code (#2696)
2018-11-07 Andres NoetzliFix collectEmptyEqs in string rewriter (#2692)
2018-10-20 Andres NoetzliAdd substr, contains and equality rewrites (#2665)
2018-10-19 Andres NoetzliAdd helper to detect length one string terms (#2654)
2018-10-15 Andrew ReynoldsDelay initialization of theory engine (#2621)
2018-10-15 Andres NoetzliAdd more (str.replace x y z) rewrites (#2628)
2018-10-12 Andres Noetzli Add rewrites for str.replace in str.contains (#2623)
2018-10-11 Andres NoetzliImprove reasoning about empty strings in rewriter ...
2018-10-10 Andres NoetzliAdd length-based rewrites for (str.substr _ _ _) (...
2018-10-09 Aina NiemetzBV instantiator: Factor out util functions. (#2604)
2018-10-09 Aina Niemetz BV inverter: Factor out util functions. (#2603)
2018-10-02 Andres NoetzliFix "catching polymorphic type by value" warnings ...
2018-09-28 Andres NoetzliRewrites for (= "" _) and (= (str.replace _) _) (#2546)
2018-09-24 Andres NoetzliUnify rewrites related to (str.contains x y) --> (...
2018-09-24 Andres NoetzliMake string rewriter unit tests more robust (#2520)
2018-09-22 Aina Niemetzcmake: Refactor cvc4_add_unit_test macro to support...
2018-09-22 Aina Niemetzcmake: Add support for CxxTest.
2018-09-22 Aina Niemetzcmake: Added initial build infrastructure.
2018-09-19 Andres NoetzliAdd rewrites for str.contains + str.replace/substr...
2018-09-18 Andres NoetzliFix issue with str.idof in evaluator (#2493)
2018-09-10 Andres NoetzliAdd (str.replace (str.replace y w y) y z) rewrite ...
2018-08-23 Andres NoetzliAdd missing overrides in unit tests (#2362)
2018-08-17 Andrew ReynoldsRemove support for flipDecision (#2319)
2018-07-30 Mathias PreinerAdd support for incremental eager bit-blasting. (#1838)
2018-07-05 Andres NoetzlisygusComp2018: Improve string rewriter (#2141)
2018-06-28 Andrew ReynoldsSplit and document ceg theory instantiators (#2094)
2018-06-26 Andres NoetzlisygusComp2018: Add evaluator (#2090)
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-06-05 Andres NoetzliOnly enable transcendentals if logic is N[I]RAT (#2052)
2018-04-11 Aina NiemetzRefactored BVGauss preprocessing pass. (#1766)
2018-04-02 Mathias PreinerReorganize bitblaster code. (#1695)
2018-03-27 Andres NoetzliBetter normalization of string concatenation (#1719)
2018-03-26 Andres Noetzli Add reasoning for inequalities in str rewriter (#1713)
2018-03-26 Andres NoetzliRewrites for substr of strings of length one (#1712)
2018-03-09 Mathias PreinerFix Travis for unit test compilation errors. (#1651)
2018-02-14 Andrew ReynoldsQuantifiers subdirectories (#1608)
2018-02-08 Aina NiemetzUpdated copyright
2018-01-25 Aina NiemetzAdded unit tests for PLUS, NEG, NOT ICs for CBQI BV...
2018-01-22 Aina NiemetzRefactor and fix solveBvLit for CBQI BV. (#1526)
2018-01-10 Mathias PreinerFix linearization for terms where the solve variable...
2018-01-05 Mathias PreinerAdd UGT/SGT side conditions for AND/OR + other fixes...
2018-01-03 Aina NiemetzAdd side conditions for inequalities over BITVECTOR_UDI...
2018-01-03 Mathias PreinerFix handling for UGT/SGT. (#1467)
2017-12-30 Aina NiemetzAdd side conditions for inequalities over BITVECTOR_URE...
2017-12-29 Aina NiemetzFix unit tests for ineq for CBQI BV. (#1456)
next