3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-23 00:37:36 +00:00
z3/src/cmd_context
2023-02-14 11:09:11 -08:00
..
extra_cmds move bound_manager to simplifiers, add bound manager to extract_eqs for solve-eqs #6532 2023-01-12 12:42:28 -08:00
basic_cmds.cpp update proof formats for new core 2022-09-28 10:40:43 -07:00
basic_cmds.h
CMakeLists.txt Add simplification customization for SMTLIB2 2023-01-30 22:38:51 -08:00
cmd_context.cpp track assumptions when parsing into a solver. This enables solver.from_file/solver.from_string to support assumptions/cores #6587 2023-02-14 11:09:11 -08:00
cmd_context.h track assumptions when parsing into a solver. This enables solver.from_file/solver.from_string to support assumptions/cores #6587 2023-02-14 11:09:11 -08:00
cmd_context_to_goal.cpp
cmd_context_to_goal.h
cmd_util.cpp
cmd_util.h
echo_tactic.cpp
echo_tactic.h add missing tactic descriptions, add rewrite for tamagochi 2023-01-08 13:32:26 -08:00
eval_cmd.cpp
eval_cmd.h
parametric_cmd.cpp
parametric_cmd.h
pdecl.cpp Use = default for virtual constructors. 2022-08-05 18:11:46 +03:00
pdecl.h Use = default for virtual constructors. 2022-08-05 18:11:46 +03:00
README
simplifier_cmds.cpp add shortcut filter to avoid traversing model reconstruction trail if there are no intersections with model 2023-01-31 13:34:52 -08:00
simplifier_cmds.h Add simplification customization for SMTLIB2 2023-01-30 22:38:51 -08:00
simplify_cmd.cpp
simplify_cmd.h
tactic_cmds.cpp don't apply tactics in parse mode 2023-02-02 20:50:53 -08:00
tactic_cmds.h fix #6564 2023-01-31 09:32:34 -08:00
tactic_manager.cpp Add simplification customization for SMTLIB2 2023-01-30 22:38:51 -08:00
tactic_manager.h add API for creating and attaching simplifiers 2023-01-31 17:06:03 -08: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.