3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-08-07 06:28:18 +00:00
z3/src/cmd_context
Nikolaj Bjorner 549ef0e052 fix typos #4573
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2020-07-20 10:22:57 -07:00
..
extra_cmds booyah 2020-07-04 15:56:30 -07:00
basic_cmds.cpp fix typos #4573 2020-07-20 10:22:57 -07:00
basic_cmds.h booyah 2020-07-04 15:56:30 -07:00
check_logic.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
check_logic.h booyah 2020-07-04 15:56:30 -07:00
CMakeLists.txt
cmd_context.cpp fix typos #4573 2020-07-20 10:22:57 -07:00
cmd_context.h fix #4524 2020-07-09 15:05:55 -07:00
cmd_context_to_goal.cpp
cmd_context_to_goal.h booyah 2020-07-04 15:56:30 -07:00
cmd_util.cpp
cmd_util.h booyah 2020-07-04 15:56:30 -07:00
context_params.cpp #4424 2020-05-21 21:04:48 -07:00
context_params.h booyah 2020-07-04 15:56:30 -07:00
echo_tactic.cpp
echo_tactic.h booyah 2020-07-04 15:56:30 -07:00
eval_cmd.cpp
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
simplify_cmd.cpp
simplify_cmd.h booyah 2020-07-04 15:56:30 -07:00
tactic_cmds.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
tactic_cmds.h booyah 2020-07-04 15:56:30 -07:00
tactic_manager.cpp
tactic_manager.h booyah 2020-07-04 15:56:30 -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.