Add utilities for flattening nodes (#7961)
[cvc5.git] / src / printer /
2022-01-24 Abdalrhman MohamedEnable dump tester. (#7884)
2022-01-15 Gereon KremerChange how RANs are printed (#7955)
2022-01-13 Andres NoetzliUnify abstract values and uninterpreted constants ...
2022-01-04 mudathirmahgoubAdd bag.member operator to theory of bags (#7857)
2021-12-22 Andrew ReynoldsAdd support for incremental + interpolants (#7853)
2021-12-21 Andrew ReynoldsSupport get-abduct-next (#7850)
2021-12-20 Andrew ReynoldsAllow SyGuS subsolver to be reused in incremental mode...
2021-12-02 mudathirmahgoubadd bag.fold operator (#7718)
2021-11-23 Gereon KremerPush output language inside the printing code (#7683)
2021-11-17 Andrew ReynoldsPreparations for eliminating arithmetic subtyping ...
2021-11-16 Andres NoetzliRefactor `metakind` (#7639)
2021-11-13 mudathirmahgoubAdd operator set.map to theory of sets (#7641)
2021-11-12 mudathirmahgoubbags: Rename kinds with a more consistent naming scheme...
2021-11-11 Abdalrhman MohamedAdd an API method to get the raw name of a term. (...
2021-11-10 Aina Niemetzsets: Rename set.intersection to set.inter. (#7622)
2021-11-09 Aina Niemetzregex: Rename REGEXP_EMPTY and REGEXP_SIGMA to match...
2021-11-08 Aina Niemetzsets: Rename kinds with a more consistent naming scheme...
2021-11-04 Andrew ReynoldsAdd -o sygus-grammar to print auto-generated SyGuS...
2021-11-04 Andrew ReynoldsReplace the old dump infrastructure (#7572)
2021-11-02 Abdalrhman MohamedMove `fmf.card` printing code. (#7559)
2021-11-02 Abdalrhman MohamedAdd printing methods for some commands. (#7557)
2021-10-28 Abdalrhman MohamedFix `(set-info <sexpr>)` parsing and printing bugs...
2021-10-21 Andrew ReynoldsMake cardinality constraint a nullary operator (#7333)
2021-10-20 Abdalrhman MohamedAvoid escaping `double-quotes` twice. (#7409)
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)
next