3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-08 00:05:46 +00:00
z3/src/cmd_context
Nikolaj Bjorner cd890bd993 fix bug in order for model conversion in normalize_bounds
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2018-06-18 09:34:53 -07:00
..
extra_cmds fixing eufi 2018-06-14 16:08:52 -07:00
basic_cmds.cpp first eufi example running 2018-06-14 16:08:52 -07:00
basic_cmds.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
check_logic.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
check_logic.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
CMakeLists.txt remove interpolation and duality dependencies 2018-05-24 08:33:48 -07:00
cmd_context.cpp fix bug in order for model conversion in normalize_bounds 2018-06-18 09:34:53 -07:00
cmd_context.h merge with master 2018-03-25 14:57:01 -07:00
cmd_context_to_goal.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
cmd_context_to_goal.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
cmd_util.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
cmd_util.h Fix spelling errors 2016-07-09 11:46:43 +02:00
context_params.cpp fix #1604 2018-04-29 10:04:42 -07:00
context_params.h fix #1599. fix #1600 2018-04-27 17:48:04 +02:00
echo_tactic.cpp merge with master 2018-03-25 14:57:01 -07:00
echo_tactic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
eval_cmd.cpp merge with master 2018-03-25 14:57:01 -07:00
eval_cmd.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
parametric_cmd.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
parametric_cmd.h Use nullptr. 2018-02-12 14:05:55 +07:00
pdecl.cpp merge with master 2018-03-25 14:57:01 -07:00
pdecl.h Use nullptr. 2018-02-12 14:05:55 +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 Use nullptr. 2018-02-12 14:05:55 +07:00
simplify_cmd.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
tactic_cmds.cpp merge 2018-04-30 09:30:43 -07:00
tactic_cmds.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
tactic_manager.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
tactic_manager.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -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.