summaryrefslogtreecommitdiff
path: root/src/printer/smt2/smt2_printer.cpp
AgeCommit message (Expand)Author
2021-10-20Unify abstract values and uninterpreted constantsabstractValsPRAndres Noetzli
2021-10-20Avoid escaping `double-quotes` twice. (#7409)Abdalrhman Mohamed
2021-10-06Avoid calling `quoteSymbol` multiple times. (#7307)Abdalrhman Mohamed
2021-09-30Rename files smt_engine.(cpp|h) to solver_engine.(cpp|h). (#7279)Aina Niemetz
2021-09-30Print `str.is_digit` and `int.pow2` correctly. (#7276)Abdalrhman Mohamed
2021-09-30[Printer] Only quote `set-info` value if necessary (#7262)Andres Noetzli
2021-09-29Remove support for extended `(check-sat <term>)` command. (#7270)Abdalrhman Mohamed
2021-09-29Update the syntax for tuples in smt2 (#7265)Andrew Reynolds
2021-09-23Use `|` to print quoted strings in `set-info` command. (#7240)Abdalrhman Mohamed
2021-09-22Minimal fixing version for tuple update parsing (#7228)Andrew Reynolds
2021-09-18Fix printer for datatype udpater (#7208)Andrew Reynolds
2021-09-14Add get-difficulty to the API (#7194)Andrew Reynolds
2021-09-14Support sygus version 2.1 command assume (#7081)Andrew Reynolds
2021-09-01Print response to get-model using the API (#7084)Andrew Reynolds
2021-08-30Add kind BAG_MAP and its type rule to bags (#6503)mudathirmahgoub
2021-08-27Add missing methods to Solver API for models (#7052)Andrew Reynolds
2021-08-26Consolidate language types (#7065)Gereon Kremer
2021-08-24Miscellaneous changes from proof-new (#7042)Andrew Reynolds
2021-08-22Simplify model printing modes (#7049)Andrew Reynolds
2021-08-04Refactor managed streams (#6934)Gereon Kremer
2021-07-30Simplify smt2 printer (#6954)Andrew Reynolds
2021-07-26Miscellaneous fixes from proof-new (#6914)Andrew Reynolds
2021-07-14Fix models for sequences of infinite element type (#6870)Andrew Reynolds
2021-07-02Fix rewriter for negative constant seq.nth (#6827)Andrew Reynolds
2021-06-28Rename internal string kinds to match API (#6797)Andrew Reynolds
2021-06-25pow2 -- final changes (#6800)yoni206
2021-06-09Fixes related to printing tuples, define-fun commands in smt2 (#6679)Andrew Reynolds
2021-06-02Fixes for printing define-fun-rec (#6673)Andrew Reynolds
2021-05-27Fix `str.replace_re` and `str.replace_re_all` (#6615)Andres Noetzli
2021-05-27FP: Rename FLOATINGPOINT_PLUS to FLOATINGPOINT_ADD. (#6628)Aina Niemetz
2021-05-26 More precise includes of `Node` constants (#6617)Andres Noetzli
2021-05-21BV: Rename BITVECTOR_PLUS to BITVECTOR_ADD. (#6589)Aina Niemetz
2021-05-18Fix smt2 printing (#6558)Andrew Reynolds
2021-05-07Add support for datatype update (#6449)Andrew Reynolds
2021-05-07Properly printing INST_PATTERN_LIST by itself (#6507)Haniel Barbosa
2021-04-27Add internal support for datatype update (#6450)Andrew Reynolds
2021-04-12Refactor and update copyright headers. (#6316)Aina Niemetz
2021-04-09Rename CVC4_ macros to CVC5_. (#6327)Aina Niemetz
2021-04-05New C++ Api: Rename and move headers. (#6292)Aina Niemetz
2021-04-01Rename namespace CVC5 to cvc5. (#6258)Aina Niemetz
2021-03-31Rename namespace CVC4 to CVC5. (#6249)Aina Niemetz
2021-03-30Fix printing for double patterns (#6235)Andrew Reynolds
2021-03-25FP: Refactor FloatingPointLiteral in preparation for MPFR. (#6206)Aina Niemetz
2021-03-15Letify quantifier bodies independently (#6112)Andrew Reynolds
2021-03-11Delete Expr layer. (#6117)Aina Niemetz
2021-03-09Update copyright headers to 2021. (#6081)Aina Niemetz
2021-03-05Remove partial UDIV/UREM operators. (#6069)Mathias Preiner
2021-03-06Remove SMT-LIB 2.5 and 2.0 support. (#6068)Mathias Preiner
2021-03-03Remove uses of SExpr class. (#6035)Abdalrhman Mohamed
2021-03-03Add tuple projection operator (#5904)mudathirmahgoub
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback