summaryrefslogtreecommitdiff
path: root/src/main/command_executor.cpp
AgeCommit message (Expand)Author
2021-06-02Move public wrapper functions out of options class (#6600)Gereon Kremer
2021-04-14Refactor / reimplement statistics (#6162)Gereon Kremer
2021-04-12Refactor and update copyright headers. (#6316)Aina Niemetz
2021-04-02cmake: Do not link against main object library. (#6269)Mathias Preiner
2021-04-02Minor refactoring (#6273)Gereon Kremer
2021-04-01Rename namespace CVC5 to cvc5. (#6258)Aina Niemetz
2021-03-31Rename namespace CVC4 to CVC5. (#6249)Aina Niemetz
2021-03-22Move statistics from the driver into the SmtEngine (#6170)Gereon Kremer
2021-03-11First refactoring of statistics classes (#6105)Gereon Kremer
2021-03-10Use Assert instead of assert. (#6095)Mathias Preiner
2021-03-09Update copyright headers to 2021. (#6081)Aina Niemetz
2021-03-04New C++ API: Clean up usage of internal Result. (#6043)Aina Niemetz
2020-12-23Dumping unsat cores after check-sat-assuming/QUERY (#5724)Haniel Barbosa
2020-12-11Flush statistics through NodeManager in SmtEngine (#5652)Andrew Reynolds
2020-12-02Update copyright headers.Aina Niemetz
2020-11-18Fix asan issues related to solver and symbol manager (#5457)Andrew Reynolds
2020-11-11Move symbol manager to src/expr/ (#5420)Andrew Reynolds
2020-11-11Pass symbol manager to commands (#5410)Andrew Reynolds
2020-11-09Add symbol manager (#5380)Andrew Reynolds
2020-09-22Refactor Commands to use the Public API. (#5105)Abdalrhman Mohamed
2020-09-22Update copyright header script to support CMake and Python files (#5067)Mathias Preiner
2020-07-15Fixes memory leak when an exception goes through runCvc4(). (Fixes #4590) (#4...Gereon Kremer
2020-06-16Update copyright headers.Aina Niemetz
2020-04-08Fix dump models and dump proofs (#4230)Andrew Reynolds
2020-03-31Remove replay and use-theory options and idl (#4186)Andrew Reynolds
2020-03-12New C++ API: Remove support for (reset). (#4037)Aina Niemetz
2019-12-17Generate code for options with modes. (#3561)Mathias Preiner
2019-08-14Remove option --continued-execution. (#3189)Mathias Preiner
2019-03-26Update copyright headers.Aina Niemetz
2018-08-08Plug solver API object into parser. (#2240)Aina Niemetz
2018-06-25Updated copyright headers.Aina Niemetz
2018-03-06Make statistics output consistent. (#1647)Mathias Preiner
2018-02-02Restoring ostream format. Resolves a few CIDs 1362780. (#1543)Tim King
2017-09-20Fix issue #1081, memory leak in cmd executor (#1109)Andres Noetzli
2017-08-24Add include to fix buildAndres Noetzli
2017-07-07Update copyright headers.Mathias Preiner
2017-01-08With reference to Bug 679, this commit integrates part of the patch proposed,...Cristian Mattarei
2016-11-18Add support for set-logic ALL, fix compiler error in GCC 6.1Clark Barrett
2016-09-25Deleting the intermediate command singleton.Tim King
2016-04-03Updating the copyright headers and scripts.Tim King
2016-03-08Extend synthesis solver to handle single invocation with additional universal...ajreynol
2016-02-02Moving dump.*, command.*, model.*, and ite_removal.* from smt_util/ to smt/. ...Tim King
2016-01-28Adding listeners to Options.Tim King
2015-12-30Shuffling around public vs. private headersTim King
2015-12-14Refactoring Options Handler & Library Cycle BreakingTim King
2015-01-26Output solutions for synthesis conjectures with --dump-synth. Minor refactor...ajreynol
2014-10-08Some minor cleanup.Morgan Deters
2014-09-03Work on conjecture generator : do not generalize subterms with concrete value...ajreynol
2014-08-26Improved SMT-LIBv2 language support for unsat cores.Morgan Deters
2014-08-23Unsat core printing.Morgan Deters
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback