summaryrefslogtreecommitdiff
path: root/src/api
AgeCommit message (Expand)Author
2020-11-30Eliminate uses of SExpr from the parser. (#5496)Abdalrhman Mohamed
2020-11-25Fully decouple SmtEngine and the Expr layer (#5532)Andrew Reynolds
2020-11-20RoundingMode: Rename enum values to conform to code style guidelines. (#5494)Aina Niemetz
2020-11-20Updates to API in preparation for using symbol manager for model (#5481)Andrew Reynolds
2020-11-18Use symbol manager for get assignment (#5451)Andrew Reynolds
2020-11-17FloatingPoint: Clean up and document header, format. (#5453)Aina Niemetz
2020-11-12Make regular expression difference left associative (#5430)Andrew Reynolds
2020-11-10Add proper support for the declare-heap command for separation logic (#5405)Andrew Reynolds
2020-11-09Simplify handling of subtypes in smt2 printer (#5401)Andrew Reynolds
2020-11-05Remove mkSingleton from the API (#5366)mudathirmahgoub
2020-11-03Add scope methods constructing types in API (#5393)Andrew Reynolds
2020-10-29Update api::Sort to use TypeNode instead of Type (#5363)Andrew Reynolds
2020-10-29Add mkInteger to the API (#5274)mudathirmahgoub
2020-10-28Remove more uses of Expr (#5357)Andrew Reynolds
2020-10-28Convert symbol table from Expr-level to Term-level (#5355)Andrew Reynolds
2020-10-27Refactor DeclareSygusVarCommand and SynthFunCommand to use the API. (#5334)Abdalrhman Mohamed
2020-10-27Add missing methods involving datatype sorts to the API (#5290)Andrew Reynolds
2020-10-26Add DUPICATE_REMOVAL operator to bags (#5336)mudathirmahgoub
2020-10-21Add operator MakeBagOp for constructing bags (#5209)mudathirmahgoub
2020-10-20Remove some Commands from the API. (#5268)Abdalrhman Mohamed
2020-10-16Refactor SMT-level model object (#5277)Andrew Reynolds
2020-10-12Eliminate uses of Expr in SmtEngine interface (#5240)Andrew Reynolds
2020-10-10Provide API version of some SMT Commands. (#5222)Abdalrhman Mohamed
2020-10-08Get correct NodeManagerScope for toStrings in API (#5216)makaimann
2020-10-07New C++ API: Rename Term::isConst() to Term::isValue(). (#5211)Aina Niemetz
2020-10-06Add operators bag.from_set, bag.to_set to the theory of bags (#5186)mudathirmahgoub
2020-10-05Recover from some exceptions. (#5203)Abdalrhman Mohamed
2020-10-04Remove subtyping for sets theory (#5179)mudathirmahgoub
2020-09-25Restrict bvxnor to only allow two operands (was n-ary). (#5138)Aina Niemetz
2020-09-22New C++ API: Catch and throw recoverable exception. (#5122)Aina Niemetz
2020-09-22Refactor Commands to use the Public API. (#5105)Abdalrhman Mohamed
2020-09-22[Python API] Conversion to/from Unicode strings (#5120)Andres Noetzli
2020-09-22Add skeleton for theory of bags (multisets) (#5100)mudathirmahgoub
2020-09-22Add method to get Python object from constant value term in Python API (#5083)makaimann
2020-09-22Update copyright header script to support CMake and Python files (#5067)Mathias Preiner
2020-09-09Add is_singleton operator to the theory of sets (#5033)mudathirmahgoub
2020-09-08Make CVC/API BV div/mod semantics match SMT-LIB (#4997)Andres Noetzli
2020-09-02[Python API] Add missing methods to Datatype/Term (#4998)Andres Noetzli
2020-09-01[API] Fix Python Examples (#4943)Andres Noetzli
2020-08-31Fix spelling errors (#4977)FabianWolff
2020-08-28New C++ API: Add REGEXP_{REPEAT,LOOP}_OP handling in getIndices. (#4969)Mathias Preiner
2020-08-25Replace Expr-level datatype with Node-level DType (#4875)Andrew Reynolds
2020-08-18Refactor functions that print commands (Part 2) (#4905)Abdalrhman Mohamed
2020-08-18Split SygusSolver from SmtEngine (#4891)Andrew Reynolds
2020-08-11Split SmtEngineState from SmtEngine (#4855)Andrew Reynolds
2020-08-11New C++ API: Remove redundant API functions for mkReal. (#4870)Aina Niemetz
2020-08-06Split preprocessor from SmtEngine (#4854)Andrew Reynolds
2020-08-05Split Assertions from SmtEngine (#4788)Andrew Reynolds
2020-08-04Fixes for getInterpolant and getAbduct API methods (#4846)Andrew Reynolds
2020-08-04Modify the smt2 parser to use the Sygus grammar. (#4829)Abdalrhman Mohamed
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback