fix deprecation of std::iterator (#7332)
[cvc5.git] / src / printer /
2021-10-06 Abdalrhman MohamedAvoid calling `quoteSymbol` multiple times. (#7307)
2021-10-01 Aina NiemetzRename SmtEngine to SolverEngine. (#7282)
2021-09-30 Aina NiemetzRename files smt_engine.(cpp|h) to solver_engine.(cpp...
2021-09-30 Abdalrhman MohamedPrint `str.is_digit` and `int.pow2` correctly. (#7276)
2021-09-30 Andres Noetzli[Printer] Only quote `set-info` value if necessary...
2021-09-29 Abdalrhman MohamedRemove support for extended `(check-sat <term>)` comman...
2021-09-29 Andrew ReynoldsUpdate the syntax for tuples in smt2 (#7265)
2021-09-23 Abdalrhman MohamedUse `|` to print quoted strings in `set-info` command...
2021-09-22 Mathias PreinerRemove CVC language support (#7219)
2021-09-22 Andrew ReynoldsMinimal fixing version for tuple update parsing (#7228)
2021-09-18 Andrew ReynoldsFix printer for datatype udpater (#7208)
2021-09-14 Andrew ReynoldsAdd get-difficulty to the API (#7194)
2021-09-14 Andrew ReynoldsSupport sygus version 2.1 command assume (#7081)
2021-09-14 Andrew ReynoldsUtilities in preparation for print benchmark utility...
2021-09-01 Andrew ReynoldsPrint response to get-model using the API (#7084)
2021-08-30 mudathirmahgoubAdd kind BAG_MAP and its type rule to bags (#6503)
2021-08-27 Andrew ReynoldsAdd missing methods to Solver API for models (#7052)
2021-08-26 Gereon KremerConsolidate language types (#7065)
2021-08-24 Andrew ReynoldsMiscellaneous changes from proof-new (#7042)
2021-08-22 Andrew ReynoldsSimplify model printing modes (#7049)
2021-08-04 Andrew ReynoldsAdd optional debug information for dumping instantiatio...
2021-08-04 Gereon KremerRefactor managed streams (#6934)
2021-07-30 Andrew ReynoldsSimplify smt2 printer (#6954)
2021-07-27 Andrew ReynoldsMiscellaneous fixes from proof-new (#6914)
2021-07-14 Andrew ReynoldsFix models for sequences of infinite element type ...
2021-07-02 Andrew ReynoldsFix rewriter for negative constant seq.nth (#6827)
2021-06-28 Andrew ReynoldsRename internal string kinds to match API (#6797)
2021-06-26 yoni206pow2 -- final changes (#6800)
2021-06-09 Andrew ReynoldsFixes related to printing tuples, define-fun commands...
2021-06-07 Gereon KremerRemove `Options::wasSetByUser()` (#6682)
2021-06-02 Andrew ReynoldsFixes for printing define-fun-rec (#6673)
2021-05-27 Andres NoetzliFix `str.replace_re` and `str.replace_re_all` (#6615)
2021-05-27 Aina NiemetzFP: Rename FLOATINGPOINT_PLUS to FLOATINGPOINT_ADD...
2021-05-26 Andres Noetzli More precise includes of `Node` constants (#6617)
2021-05-21 Andrew ReynoldsUpdate to sygus standard output for check-synth respons...
2021-05-21 Aina NiemetzBV: Rename BITVECTOR_PLUS to BITVECTOR_ADD. (#6589)
2021-05-18 Andrew ReynoldsFix smt2 printing (#6558)
2021-05-13 Mathias PreinerAdd std::hash overloads for Node, TNode and TypeNode...
2021-05-08 Andrew ReynoldsAdd support for datatype update (#6449)
2021-05-07 Haniel BarbosaProperly printing INST_PATTERN_LIST by itself (#6507)
2021-04-27 Andrew ReynoldsAdd internal support for datatype update (#6450)
2021-04-26 Gereon KremerFirst part of options refactoring (#6428)
2021-04-20 Andrew ReynoldsAdd instantiation pool feature to the API (#6358)
2021-04-20 Aina NiemetzRemove support for CVC3 language. (#6369)
2021-04-15 Aina NiemetzRename occurrences of CVC4 to CVC5. (#6351)
2021-04-14 Aina NiemetzRename public and private headers in src/include. ...
2021-04-12 Aina NiemetzRefactor and update copyright headers. (#6316)
2021-04-10 Aina NiemetzRename CVC4_ macros to CVC5_. (#6327)
2021-04-09 Aina NiemetzRename CVC4__ header guards to CVC5__. (#6326)
2021-04-06 Aina NiemetzNew C++ Api: Rename and move headers. (#6292)
2021-04-01 Aina NiemetzRename namespace CVC5 to cvc5. (#6258)
2021-03-31 Aina NiemetzRename namespace CVC4 to CVC5. (#6249)
2021-03-30 Andrew ReynoldsFix printing for double patterns (#6235)
2021-03-30 Andrew ReynoldsMake SEXPR simply typed (#6160)
2021-03-25 Aina NiemetzFP: Refactor FloatingPointLiteral in preparation for...
2021-03-18 Abdalrhman MohamedEliminate more uses of SExpr. (#6149)
2021-03-15 Andrew ReynoldsLetify quantifier bodies independently (#6112)
2021-03-11 Aina NiemetzDelete Expr layer. (#6117)
2021-03-09 Gereon KremerSome more cleanup of includes (#6083)
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2021-03-06 Mathias PreinerRemove partial UDIV/UREM operators. (#6069)
2021-03-06 Mathias PreinerRemove SMT-LIB 2.5 and 2.0 support. (#6068)
2021-03-03 Gereon KremerMore cleanup of includes to reduce compilation times...
2021-03-03 Abdalrhman MohamedRemove uses of SExpr class. (#6035)
2021-03-03 mudathirmahgoubAdd tuple projection operator (#5904)
2021-03-02 Gereon KremerClean up includes to reduce compile times (#6031)
2021-02-26 Andrew ReynoldsMinor improvement and fix to smt2 printer (#6009)
2021-02-22 Gereon Kremer(proof-new) Add new arithmetic kind INDEXED_ROOT_PREDIC...
2021-02-08 Andrew ReynoldsUse quantifiers inference manager for lemma management...
2021-01-24 Andrew Reynolds(proof-new) Instantiation list utility (#5768)
2021-01-11 Andrew ReynoldsFurther simplifications in preparation for removing...
2021-01-08 mudathirmahgoubAdd bags inference generator (#5731)
2021-01-05 Andrew ReynoldsRemove a few miscellaneous references to the expr layer...
2020-12-16 Andrew ReynoldsSimplify synth-fun printer (#5682)
2020-12-15 Andrew ReynoldsImprovements related to quantifiers printing (#5678)
2020-12-08 Abdalrhman MohamedFix a bug with synth-fun printer (#5512)
2020-12-03 yoni206Models as (#5581)
2020-12-03 Aina NiemetzUpdate copyright headers.
2020-12-02 Andrew ReynoldsRemove dagification visitor (#5574)
2020-12-02 Andrew ReynoldsUse new let binding for cvc printer (#5561)
2020-11-30 Andrew ReynoldsUse new let binding in AST printer (#5529)
2020-11-25 Andrew ReynoldsUse symbol manager for printing responses get-model...
2020-11-25 Andrew ReynoldsAllow printing of null node in let binder (#5523)
2020-11-20 Aina NiemetzRoundingMode: Rename enum values to conform to code...
2020-11-19 Andrew ReynoldsUse new let binding utility in smt2 printer (#5472)
2020-11-19 Andrew ReynoldsUse symbol manager for unsat cores (#5468)
2020-11-18 Andrew ReynoldsAdd let binding utility (#5444)
2020-11-18 Andrew ReynoldsUse symbol manager for get assignment (#5451)
2020-11-18 Aina NiemetzFloatingPoint: Clean up and document header, format...
2020-11-13 yoni206Model declarations printing options (#5432)
2020-11-12 yoni206Models standard (#5415)
2020-11-10 Andrew ReynoldsAdd proper support for the declare-heap command for...
2020-11-09 Andrew ReynoldsSimplify handling of subtypes in smt2 printer (#5401)
2020-11-06 Andrew ReynoldsSimplify printing with respect to expression types...
2020-11-03 Andres NoetzliAdd support for printing `re.loop` and `re.^` (#5392)
2020-10-30 Andrew ReynoldsUpdate api::Sort to use TypeNode instead of Type (...
2020-10-29 mudathirmahgoubAdd mkInteger to the API (#5274)
2020-10-28 Andrew ReynoldsRemove more uses of Expr (#5357)
2020-10-20 Abdalrhman MohamedRemove some Commands from the API. (#5268)
2020-10-16 Andrew ReynoldsRefactor SMT-level model object (#5277)
next