Remove a few miscellaneous references to the expr layer (#5661)
[cvc5.git] / src / printer / cvc / cvc_printer.cpp
2021-01-05 Andrew ReynoldsRemove a few miscellaneous references to the expr layer...
2020-12-03 Aina NiemetzUpdate copyright headers.
2020-12-02 Andrew ReynoldsUse new let binding for cvc printer (#5561)
2020-11-25 Andrew ReynoldsUse symbol manager for printing responses get-model...
2020-11-18 Andrew ReynoldsUse symbol manager for get assignment (#5451)
2020-11-13 yoni206Model declarations printing options (#5432)
2020-11-06 Andrew ReynoldsSimplify printing with respect to expression types...
2020-10-30 Andrew ReynoldsUpdate api::Sort to use TypeNode instead of Type (...
2020-10-29 mudathirmahgoubAdd mkInteger to the API (#5274)
2020-10-16 Andrew ReynoldsRefactor SMT-level model object (#5277)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-16 Abdalrhman MohamedDump commands in internal code using command printing...
2020-09-11 Andrew ReynoldsAdd witness to cvc printer. (#5057)
2020-09-04 Abdalrhman MohamedUse Result::Sat instead of BenchmarkStatus in printers...
2020-09-02 Abdalrhman MohamedIntroduce an internal version of Commands. (#4988)
2020-08-26 Andrew ReynoldsReplace Expr-level datatype with Node-level DType ...
2020-08-18 Abdalrhman MohamedRefactor functions that print commands (Part 2) (#4905)
2020-08-06 Andrew ReynoldsUpdates not related to creation for eliminating Expr...
2020-08-06 Andrew ReynoldsSplit preprocessor from SmtEngine (#4854)
2020-07-14 Andres NoetzliUse TypeNode/Node in ArrayStoreAll (#4728)
2020-07-13 Andres NoetzliRemove ExprSequence (#4724)
2020-07-06 Andrew ReynoldsFront end support for sequences (#4690)
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-03-27 Andrew ReynoldsSupport unicode internal representation and escape...
2020-03-18 Alex OzdemirMove node visitor class from smt_util/ to expr/ (#4110)
2020-03-08 Ying ShengExplicit end marker for models printed in the CVC langu...
2020-03-06 Andrew ReynoldsSimplify DatatypeDeclarationCommand command (#3928)
2020-03-05 Mathias PreinerEnable -Wshadow and fix warnings. (#3909)
2020-02-27 Andres NoetzliFix -Wshadow warnings in common headers (#3826)
2020-02-20 Andrew ReynoldsRemove front-end support for Chain (#3767)
2019-12-16 Andrew ReynoldsMove Datatype management to ExprManager (#3568)
2019-12-13 Andrew ReynoldsEliminate Expr-level calls in TypeNode (#3562)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-09-27 Andrew ReynoldsCVC print support for recoverable failure (#3323)
2019-04-30 Andrew ReynoldsEliminate APPLY kind (#2976)
2019-03-26 Aina NiemetzUpdate copyright headers.
2019-01-22 Andrew Reynolds Fix tuple and record CVC printing (#2818)
2019-01-03 Alex Ozdemir[LRA proof] Recording & Printing LRA Proofs (#2758)
2018-06-26 Andres NoetzliMinor improvements in SMT2 and CVC printers (#2089)
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-06-25 Andres NoetzliRemove parentheses for prefix ops without args (#2082)
2018-05-05 Andrew ReynoldsFix handling of TO_REAL in cvc printer (#1876)
2018-05-05 Andrew ReynoldsRemove special case for record selector printing. ...
2018-05-04 Andres NoetzliFix printing of multiple datatypes (#1872)
2018-05-03 Andrew ReynoldsFix cvc printer for nullary constructors (#1856)
2018-03-05 Aina NiemetzAdd support for check-sat-assuming. (#1637)
2018-02-05 Tim KingCleaning up the printing of theory model representative...
2017-11-28 Tim KingRemoving throw specifiers from internal Printer hierarc...
2017-10-27 Andrew ReynoldsRefactor theory model (#1236)
2017-07-13 Aina NiemetzMerge pull request #188 from aniemetz/cx11
2017-07-12 ajreynolMake type rules more strict for operators whose type...
2017-07-10 ajreynolMerge datatype shared selectors/sygus comp 2017 branch...
2017-07-07 Mathias PreinerUpdate copyright headers.
2017-04-20 Andrew ReynoldsMerge pull request #149 from PaulMeng/master
2017-04-20 Paul MengSupport for relational operators identity and join...
2017-04-14 ajreynolFix nullary operator printers, minor.
2017-04-04 Clark BarrettMerge pull request #141 from 4tXJ7f/remove_def
2017-04-03 Andrew ReynoldsMerge pull request #142 from timothy-king/nlAlgMerge
2017-04-03 Tim KingAdding a model based axiom instantiation scheme for...
2017-03-20 Andrew ReynoldsMerge pull request #135 from PaulMeng/master
2017-03-20 Paul Mengfixed cvc4 parser for set complement
2017-03-07 ajreynolMore fixes for printing/parsing sets, fix kind name.
2017-03-06 ajreynolSupport for set compliment and universe set. Simplify...
2017-03-02 ajreynolEliminate Boolean term conversion. Generalizes removeIT...
2017-01-18 Andrew ReynoldsMerge pull request #128 from 4tXJ7f/fix_lfsc_perf
2017-01-14 Clark BarrettMerge pull request #130 from chadbrewbaker/master
2017-01-11 Clark BarrettMerge pull request #129 from timothy-king/regression...
2017-01-11 Tim KingAdding regression test scrubbing.
2016-12-07 ajreynolAdded cardinality to cvc language, fixes bug 753. Throw...
2016-11-28 Clark BarrettMerge pull request #112 from 4tXJ7f/fix_mult_distrib
2016-11-22 ajreynolFix smt2 and cvc printers for testers when output and...
2016-11-01 ajreynolMake tuple and record names unique. Do not print intern...
2016-11-01 ajreynolWorking memory leak free version, changes interface...
2016-10-26 Andrew ReynoldsMerge pull request #98 from 4tXJ7f/fix_dist_build
2016-10-26 ajreynolNew implementation of sets+cardinality. Merge Paul...
2016-10-13 Tim KingRevert "Merge branch 'origin' of https://github.com...
2016-10-11 Paul MengMerge branch 'origin' of https://github.com/CVC4/CVC4.git
2016-08-24 PaulMengMerge remote-tracking branch 'origin/master'
2016-08-20 Clark BarrettFixed two bugs
2016-07-05 PaulMengMerge branch 'master' of https://github.com/CVC4/CVC4.git
2016-04-20 PaulMengupdate from the master
2016-04-15 PaulMengchange transitive closure operator name to TCLOUSRE
2016-04-09 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-04-09 Kshitij Bansalcardinality operation for finite sets (based on my...
2016-04-04 Tim KingUpdating the copyright headers and scripts.
2016-02-15 PaulMengMerge remote-tracking branch 'origin/master'
2016-02-15 ajreynolEliminate most of the internal representation infrastru...
2016-02-09 PaulMeng- extend cvc4 frontend parser to accept relational...
2016-02-02 Tim KingMoving dump.*, command.*, model.*, and ite_removal...
2015-12-15 Tim KingBreaking the include cycle between Record and Expr.
2015-12-15 Tim KingRefactoring Options Handler & Library Cycle Breaking
2014-11-27 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-11-17 Liana HadareanResource-limiting work.
2014-11-10 Morgan DetersMerge branch '1.4.x'
2014-11-07 Morgan DetersMerge branch '1.4.x'
2014-11-07 Morgan DetersMerge branch '1.4.x'
2014-11-07 Morgan DetersMerge branch '1.4.x'
2014-11-05 Morgan DetersMerge branch '1.4.x'
2014-10-23 Morgan DetersParsing and infrastructure support for SMT-LIBv2.5...
2014-10-17 Morgan DetersMerge branch '1.4.x'
next