3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-27 09:22:41 +00:00
z3/src/cmd_context
Nikolaj Bjorner 1a432529dd fix #5272
2021-05-17 11:10:05 -07:00
..
extra_cmds call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
basic_cmds.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
basic_cmds.h booyah 2020-07-04 15:56:30 -07:00
CMakeLists.txt debug arith/mbi 2020-11-02 12:13:19 -08:00
cmd_context.cpp fix #5272 2021-05-17 11:10:05 -07:00
cmd_context.h more #5164 2021-04-09 13:11:53 -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
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 call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
pdecl.h call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
README
simplify_cmd.cpp
simplify_cmd.h booyah 2020-07-04 15:56:30 -07:00
tactic_cmds.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
tactic_cmds.h booyah 2020-07-04 15:56:30 -07:00
tactic_manager.cpp
tactic_manager.h add command-line help descriptions on tactics 2020-08-14 19:29: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.