3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-10 21:09:00 +00:00
z3/src/cmd_context
Nikolaj Bjorner ece5ad90e0 fix model conversion bugs
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2018-01-20 17:09:43 -08:00
..
extra_cmds
basic_cmds.cpp fix bugs related to model-converter 2018-01-17 12:25:24 -08:00
basic_cmds.h
check_logic.cpp
check_logic.h
CMakeLists.txt
cmd_context.cpp fix model conversion bugs 2018-01-20 17:09:43 -08:00
cmd_context.h fix model conversion bugs 2018-01-20 17:09:43 -08:00
cmd_context_to_goal.cpp
cmd_context_to_goal.h
cmd_util.cpp
cmd_util.h
context_params.cpp add parameter to specify the file into which dot proofs are to be printed 2017-10-24 10:16:56 +02:00
context_params.h add parameter to specify the file into which dot proofs are to be printed 2017-10-24 10:16:56 +02:00
echo_tactic.cpp remove also cores as arguments to tactics 2017-11-19 12:18:50 -08:00
echo_tactic.h
eval_cmd.cpp fix bugs related to model-converter 2018-01-17 12:25:24 -08:00
eval_cmd.h
interpolant_cmds.cpp
interpolant_cmds.h
parametric_cmd.cpp
parametric_cmd.h
pdecl.cpp fix model conversion bugs 2018-01-20 17:09:43 -08:00
pdecl.h
README
simplify_cmd.cpp
simplify_cmd.h
tactic_cmds.cpp remove also cores as arguments to tactics 2017-11-19 12:18:50 -08:00
tactic_cmds.h
tactic_manager.cpp
tactic_manager.h

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.