3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 08:35:31 +00:00
z3/src/cmd_context
Nikolaj Bjorner ab199dedf9 debug arith/mbi
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2020-11-02 12:13:19 -08:00
..
extra_cmds adding dt-solver () 2020-10-18 15:28:21 -07:00
basic_cmds.cpp fix typos 2020-07-20 10:22:57 -07:00
basic_cmds.h booyah 2020-07-04 15:56:30 -07:00
CMakeLists.txt debug arith/mbi 2020-11-02 12:13:19 -08:00
cmd_context.cpp na 2020-10-22 11:31:47 -07:00
cmd_context.h debug arith/mbi 2020-11-02 12:13:19 -08:00
cmd_context_to_goal.cpp fix again 2018-10-06 09:01:01 -07:00
cmd_context_to_goal.h booyah 2020-07-04 15:56:30 -07:00
cmd_util.cpp make include paths uniformly use path relative to src. 2017-07-31 13:24:11 -07:00
cmd_util.h booyah 2020-07-04 15:56:30 -07:00
echo_tactic.cpp mux 2019-06-05 09:06:17 +01:00
echo_tactic.h booyah 2020-07-04 15:56:30 -07:00
eval_cmd.cpp fix array regressions 2019-03-03 13:22:12 -08:00
eval_cmd.h booyah 2020-07-04 15:56:30 -07:00
parametric_cmd.cpp fix a couple hundred deref-after-free bugs due to .c_str() on a temporary string 2020-07-11 20:24:45 +01:00
parametric_cmd.h booyah 2020-07-04 15:56:30 -07:00
pdecl.cpp fix a couple hundred deref-after-free bugs due to .c_str() on a temporary string 2020-07-11 20:24:45 +01:00
pdecl.h booyah 2020-07-04 15:56:30 -07:00
README remove hassel table from unstable: does not compile under other plantforms 2013-05-31 17:48:19 -07:00
simplify_cmd.cpp fix 2018-12-10 18:37:30 -08:00
simplify_cmd.h booyah 2020-07-04 15:56:30 -07:00
tactic_cmds.cpp add command-line help descriptions on tactics 2020-08-14 19:29:35 -07:00
tactic_cmds.h booyah 2020-07-04 15:56:30 -07:00
tactic_manager.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
tactic_manager.h add command-line help descriptions on tactics 2020-08-14 19:29:35 -07:00

Command context provides the infrastructure for executing commands in front-ends such as SMT-LIB 2.0.
It is also provides the solver abstraction to plugin solvers in this kind of front-end.