3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-17 22:35:35 +00:00
z3/src/cmd_context
Nikolaj Bjorner 5d36578684 some unused variables reported by Caleb
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2020-06-22 19:04:10 -07:00
..
extra_cmds fix warnings 2020-01-23 12:14:34 -06:00
basic_cmds.cpp na 2020-01-21 10:29:42 -06: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 add SMTLIB2.6 names for QF_SLIA and string-int conversion operators (#4341) 2020-05-16 14:31:47 -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 some unused variables reported by Caleb 2020-06-22 19:04:10 -07:00
cmd_context.h fix #4404 2020-06-03 17:01:36 -07:00
cmd_context_to_goal.cpp fix #1577 again 2018-10-06 09:01:01 -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 #4424 2020-05-21 21:04:48 -07:00
context_params.h consolidate model.compact and model_compress #2704 2019-11-15 11:07:08 -08:00
echo_tactic.cpp mux 2019-06-05 09:06:17 +01: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 fix array regressions 2019-03-03 13:22:12 -08: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 fix #4534 2020-06-19 14:10:49 -07:00
pdecl.h fix #4534 2020-06-19 14:10:49 -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 #2007 2018-12-10 18:37:30 -08: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 Prefer using empty rather than size comparisons. 2018-11-27 21:42:04 +07:00
tactic_cmds.h reduce mem allocation in tactic API 2018-07-02 13:41:44 +01: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.