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 af4346f16a expose arith reflection, get rid of long m_manager attribute in asserted fromulas
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2017-05-23 10:04:29 -07:00
..
extra_cmds Added rewriter.ignore_patterns_on_ground_qbody option to disable simplification of quantifiers that have their universals appear only in patterns, but otherwise have a ground body. 2017-04-07 21:19:20 +01:00
basic_cmds.cpp return box model based on index. Issue #955 2017-03-31 08:12:53 -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 deal with subtraction that manages to sneak in. Issue #996 2017-05-01 15:22:06 -07:00
check_logic.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
cmd_context.cpp theory_str static features and cmd_context 2017-04-28 14:14:28 -04:00
cmd_context.h expose arith reflection, get rid of long m_manager attribute in asserted fromulas 2017-05-23 10:04:29 -07:00
cmd_context_to_goal.cpp removing warnings for unused variables, #579 2016-05-17 15:59:06 -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 Fix spelling errors 2016-07-09 11:46:43 +02:00
cmd_util.h Fix spelling errors 2016-07-09 11:46:43 +02:00
context_params.cpp moving to resource managed cancellation 2015-12-11 17:46:22 -08:00
context_params.h Added checks for uint parameter values in context_params 2015-11-14 17:25:18 +00:00
echo_tactic.cpp Add new probes for arithmetic. Check for LIA and LRA (and activate qe if applicable). Modify echo tactic to send results to the regular stream. 2013-02-20 13:41:08 -08: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 add index option to 'eval' command for box objectives. Issue #955 2017-03-31 09:22:56 -07:00
eval_cmd.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
interpolant_cmds.cpp add option for prettier proof printing, Issue #706 2016-08-20 03:52:45 -07:00
interpolant_cmds.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
parametric_cmd.cpp fixed more problems in the new param framework 2012-12-03 15:02:34 -08:00
parametric_cmd.h address other warnings per input from delcypher 2016-12-10 17:23:59 +01:00
pdecl.cpp fix AV in debug assertion, address warnings 2014-05-16 09:45:32 -07:00
pdecl.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -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 set solver on simplify command 2016-07-27 15:35:44 -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 expose bounds as vector expressions instead of containing ad-hoc expressions. Issue #911 2017-02-24 11:07:40 -08:00
tactic_cmds.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
tactic_manager.cpp checkpoint 2012-10-21 18:32:35 -07:00
tactic_manager.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -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.