Fix issues with unsat cores and reset-assertions (#4159)
[cvc5.git] / src / expr /
2020-03-27 Andrew ReynoldsDo not require that function sorts are first class...
2020-03-19 Andrew ReynoldsExplicitly handle isFinite for rounding modes (#4115)
2020-03-18 Alex OzdemirMove node visitor class from smt_util/ to expr/ (#4110)
2020-03-06 Andrew ReynoldsRemove tester name from APIs (#3929)
2020-03-05 Mathias PreinerEnable -Wshadow and fix warnings. (#3909)
2020-03-02 Andrew Reynolds Split collect model info by types in strings (#3847)
2020-02-29 Andrew ReynoldsConvert more uses of string to word (#3834)
2020-02-27 Andres NoetzliFix -Wshadow warnings in common headers (#3826)
2020-02-27 Andrew ReynoldsMove fix for vacuous sygus types out of the parser...
2020-02-27 Andrew ReynoldsInitial work towards -Wshadow (#3817)
2020-02-26 Andrew ReynoldsInfrastructure for tautological literals in nonlinear...
2020-02-26 Andrew ReynoldsEmbed mkAssociative utilities within the API. (#3801)
2020-02-20 Andrew ReynoldsRemove front-end support for Chain (#3767)
2020-02-20 Andres NoetzliRemove unused code (#3782)
2020-02-20 Andrew ReynoldsMinor removals (#3786)
2020-02-20 Andres NoetzliRemove parser from bindings (#3779)
2020-02-20 Mathias Preinerresource manager: Add statistic for every resource...
2020-02-19 Andrew ReynoldsChange Record to shared_ptr (#3778)
2020-02-14 Andrew ReynoldsUpdate sygus v1 parser to use ParseOp utility (#3756)
2020-02-12 Andres NoetzliRename Java package to edu.stanford.CVC4 (#3752)
2020-02-06 Andrew ReynoldsGeneralize containsQuantifiers to hasClosure (#3722)
2020-02-03 Andrew ReynoldsUtility function for getting component types (#3703)
2020-01-13 Andres NoetzliSupport arbitrary unsigned integer attributes (#3591)
2019-12-17 Mathias PreinerGenerate code for options with modes. (#3561)
2019-12-16 Andrew ReynoldsMove Datatype management to ExprManager (#3568)
2019-12-15 Andrew ReynoldsSimple optimizations for the core rewriter (#3569)
2019-12-13 Andrew ReynoldsEliminate Expr-level calls in TypeNode (#3562)
2019-12-13 Andrew ReynoldsAdd support for set comprehension (#3312)
2019-12-12 Andrew ReynoldsUse the node-level datatypes API (#3556)
2019-12-12 Andrew ReynoldsActivate node-level datatype API (#3540)
2019-12-06 Andrew ReynoldsAdd ExprManager as argument to Datatype (#3535)
2019-12-06 Andrew ReynoldsIntroduce the Node-level Datatypes API (#3462)
2019-12-05 Andrew ReynoldsFix the subtyping relation for functions (#3494)
2019-11-30 Haniel Barbosaimproving parsing error messages related to HOL (#3510)
2019-11-18 Andrew ReynoldsImprove interface for sygus datatype, fix utilities...
2019-11-16 Andrew ReynoldsUse standard interface for sygus default grammar constr...
2019-11-15 Andrew ReynoldsIntroduce SyGuS datatype API (#3465)
2019-11-11 Andrew ReynoldsAdd missing utilities for Node-level Datatype API ...
2019-11-11 Andres NoetzliFix mkConst<RoundingMode>() for Python bindings (#3447)
2019-11-06 Andrew ReynoldsMigrate more datatype methods to the Node level (#3443)
2019-11-05 Andrew ReynoldsRefactor type matcher utility (#3439)
2019-11-01 Andrew ReynoldsFix non-termination in datatype type enumerator (#3369)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-10-22 Aina NiemetzNodeValue: Eliminate redundant NBITS macros. (#3400)
2019-10-20 Andrew V. JonesCleaning-up the declaration of wrapped functions/method...
2019-10-15 Andres NoetzliFix line numbers in templates (#3391)
2019-10-11 Aina NiemetzMake order of theories explicit in the source code...
2019-10-09 Aina NiemetzNodeValue: Use 'using' instead of 'typedef'. (#3374)
2019-10-09 Aina NiemetzNodeValue: Use fixed width return type for getRefCount...
2019-10-09 Aina NiemetzReorder NodeValue class according to our code style...
2019-10-08 Piotr Trojanekpass parameters by reference where it affects performance
2019-10-08 Aina NiemetzNew C++ API: Add Term::getId(). (#3360)
2019-09-29 Andres NoetzliIntroduce template classes for simple type rules (...
2019-09-28 Andrew ReynoldsSupport smt2 language "match" term (#3258)
2019-09-25 Andrew ReynoldsAdd isParameterized function to Expr (#3303)
2019-09-18 Andrew ReynoldsMinor cleaning (#3295)
2019-09-17 Andrew ReynoldsAvoid computing cardinality when constructing models...
2019-09-17 Andrew ReynoldsRemove parameterized check (#3290)
2019-09-13 Andrew ReynoldsDisallow let in sygus grammars, check for free variable...
2019-09-12 Andrew ReynoldsUpdate to standard implementation of contains term...
2019-09-11 Ken MatsuiFix not to output all warnings (#2778)
2019-09-07 Andrew ReynoldsRemove portfolio (#3236)
2019-09-04 yoni206More details in substitution function documentation...
2019-08-24 Piotr Trojanekfix misuse of iterator with a different container ...
2019-08-10 Andrew ReynoldsSimplify how defined functions are tracked during parsi...
2019-08-03 Andrew ReynoldsFix printing issue related to nested quotes (#3154)
2019-08-01 Andrew ReynoldsMove some generic utilities out of quantifiers (#3139)
2019-07-23 yoni206Get operators in node (#3094)
2019-07-01 Andrew ReynoldsSupport sygus version 2 format (#3066)
2019-06-22 Andres NoetzliAdd floating-point support in the Java API (#3063)
2019-06-12 Andres NoetzliRefactor parser to define fewer tokens for symbols...
2019-06-05 Andres NoetzliPrevent letification from shadowing variables (#3042)
2019-06-03 Andres NoetzliAdd check for limit of number of node children (#3035)
2019-05-16 Andres NoetzliFix iterators in Java API (#3000)
2019-04-30 Andrew ReynoldsEliminate APPLY kind (#2976)
2019-04-24 Mathias PreinerDo not use __ prefix for header guards. (#2974)
2019-04-17 Andrew ReynoldsMore use of isClosure (#2959)
2019-03-29 Andres NoetzliFix freeing nodes with maxed refcounts (#2903)
2019-03-26 Aina NiemetzUpdate copyright headers.
2019-03-26 Andres NoetzliFix warnings about wrong line numbers (#2899)
2019-03-23 Andres NoetzliFix memory leak when using subsolvers (#2893)
2019-03-15 Haniel BarbosaAdding capture avoiding substitution (#2867)
2019-03-14 Andrew ReynoldsProperly handle lambdas in relevant domain (#2853)
2019-03-14 Andrew Reynolds Add getFreeVariables method to node algorithm (#2852)
2019-01-29 Aina NiemetzNew C++ API: Fix checks for mkTerm. (#2820)
2019-01-22 Andrew Reynolds Fix parsing of overloaded parametric datatype selector...
2018-12-18 Aina NiemetzRemove noop. (#2763)
2018-12-17 Aina NiemetzNew C++ API: Add tests for term object. (#2755)
2018-11-27 Andrew ReynoldsMake (T)NodeTrie a general utility (#2489)
2018-10-19 Mathias PreinerRemove autotools build system. (#2639)
2018-10-12 Andrew ReynoldsImprovements to rewrite rules from inputs (#2625)
2018-10-11 Andres NoetzliFix compiler warnings (#2602)
2018-10-11 Andrew ReynoldsSynthesize rewrite rules from inputs (#2608)
2018-10-04 Aina NiemetzNew C++ API: Add checks for Sorts. (#2519)
2018-10-04 Andrew ReynoldsSimplify datatypes printing (#2573)
2018-09-27 Andrew ReynoldsFix bug in getSymbols. (#2544)
2018-09-25 Mathias Preinercmake: Fix dependencies for code generation. (#2524)
2018-09-25 Mathias PreinerFix wiki urls. (#2504)
2018-09-24 Mathias Preinercmake: Fix theory order #2. (#2522)
2018-09-23 Aina Niemetz New C++ API: Add checks for Terms/OpTerms. (#2455)
next