3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-29 08:49:51 +00:00
z3/src/cmd_context
2024-10-22 09:59:20 -07:00
..
extra_cmds QEL: Fast Approximated Quantifier Elimination (#6820) 2023-08-02 09:34:06 -07:00
basic_cmds.cpp Add support for initializing variable values in solver and optimize contexts in Z3 2024-09-20 18:28:26 +03:00
basic_cmds.h
CMakeLists.txt Add simplification customization for SMTLIB2 2023-01-30 22:38:51 -08:00
cmd_context.cpp add slice solver option to command context 2024-10-08 09:24:52 -07:00
cmd_context.h optimize var_subst 2024-10-03 18:14:47 -07: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 fix non-termination bug in elim-unconstrained, add parameter validation to fix #7432 2024-10-22 09:59:20 -07:00
pdecl.h fix #6792, add scaffolding for type variables 2023-07-07 17:22:56 -07:00
README
simplifier_cmds.cpp add unconstrained elimination for sequences 2023-03-20 17:07:04 +01:00
simplifier_cmds.h Add simplification customization for SMTLIB2 2023-01-30 22:38:51 -08:00
simplify_cmd.cpp Remove empty leaf destructors. (#6211) 2022-07-30 10:07:03 +01:00
simplify_cmd.h
tactic_cmds.cpp remove default destructors 2024-10-02 22:20:12 +01:00
tactic_cmds.h remove default destructors 2024-10-02 22:20:12 +01: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.