3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00
z3/src/cmd_context
Leonardo de Moura 9374a4e20a removed ini_file
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2012-12-01 16:30:39 -08:00
..
extra_cmds converted pp_params 2012-11-30 17:20:45 -08:00
basic_cmds.cpp working on new parameter framework 2012-12-01 15:54:34 -08:00
basic_cmds.h checkpoint 2012-10-21 18:32:35 -07:00
check_logic.cpp checkpoint 2012-10-21 18:32:35 -07:00
check_logic.h checkpoint 2012-10-21 18:32:35 -07:00
cmd_context.cpp removed ini_file 2012-12-01 16:30:39 -08:00
cmd_context.h working on new parameter framework 2012-12-01 15:54:34 -08:00
cmd_context_to_goal.cpp added support for named assertions 2012-11-02 14:00:43 -07:00
cmd_context_to_goal.h checkpoint 2012-10-21 18:32:35 -07:00
cmd_util.cpp checkpoint 2012-10-21 18:32:35 -07:00
cmd_util.h checkpoint 2012-10-21 18:32:35 -07:00
echo_tactic.cpp checkpoint 2012-10-21 18:32:35 -07:00
echo_tactic.h checkpoint 2012-10-21 18:32:35 -07:00
eval_cmd.cpp saved params work 2012-11-29 17:19:12 -08:00
eval_cmd.h checkpoint 2012-10-21 18:32:35 -07:00
parametric_cmd.cpp saved params work 2012-11-29 17:19:12 -08:00
parametric_cmd.h checkpoint 2012-10-21 18:32:35 -07:00
pdecl.cpp fixed bugs found in regression tests 2012-11-07 07:36:40 -08:00
pdecl.h fixed some warnings reported by clang++ 2012-11-02 17:28:27 -07:00
README checkpoint 2012-10-21 18:32:35 -07:00
simplify_cmd.cpp saved params work 2012-11-29 17:19:12 -08:00
simplify_cmd.h checkpoint 2012-10-21 18:32:35 -07:00
tactic_cmds.cpp saved params work 2012-11-29 17:19:12 -08:00
tactic_cmds.h checkpoint 2012-10-21 18:32:35 -07:00
tactic_manager.cpp checkpoint 2012-10-21 18:32:35 -07:00
tactic_manager.h checkpoint 2012-10-21 18:32: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.