3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-18 06:39:02 +00:00
z3/src/cmd_context
Alex Horn e6ffa5d2a5 Enable datalog plugin for AST extensions
Signed-off-by: Alex Horn <t-alexh@microsoft.com>
2015-06-10 19:59:57 +01:00
..
extra_cmds converted pp_params 2012-11-30 17:20:45 -08:00
basic_cmds.cpp Formatting, mostly tabs 2015-01-08 17:54:44 +00:00
basic_cmds.h checkpoint 2012-10-21 18:32:35 -07:00
check_logic.cpp modify offset check to accept linear expressions over numerals. Codeplex issue 81 2014-03-02 17:50:29 -08:00
check_logic.h checkpoint 2012-10-21 18:32:35 -07:00
cmd_context.cpp Enable datalog plugin for AST extensions 2015-06-10 19:59:57 +01:00
cmd_context.h print pareto model in check-sat too 2015-05-29 08:55:44 -07:00
cmd_context_to_goal.cpp added support for named assertions 2012-11-02 14:00:43 -07:00
cmd_context_to_goal.h checkpoint 2012-10-21 18:32:35 -07:00
cmd_util.cpp checkpoint 2012-10-21 18:32:35 -07:00
cmd_util.h checkpoint 2012-10-21 18:32:35 -07:00
context_params.cpp pull unstable 2015-04-01 14:57:11 -07:00
context_params.h replaced check_interpolants option with interp.check 2014-10-22 10:43:04 -07: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 checkpoint 2012-10-21 18:32:35 -07:00
eval_cmd.cpp saved params work 2012-11-29 17:19:12 -08:00
eval_cmd.h checkpoint 2012-10-21 18:32:35 -07:00
interpolant_cmds.cpp tabs 2015-05-19 11:01:15 +01:00
interpolant_cmds.h re-indenting interp and duality 2015-04-15 12:22:50 -07:00
parametric_cmd.cpp fixed more problems in the new param framework 2012-12-03 15:02:34 -08:00
parametric_cmd.h checkpoint 2012-10-21 18:32:35 -07:00
pdecl.cpp fix AV in debug assertion, address warnings 2014-05-16 09:45:32 -07:00
pdecl.h generate error on duplicated data-type accessors. Issue 85 2014-03-02 17:10:48 -08:00
README remove hassel table from unstable: does not compile under other plantforms 2013-05-31 17:48:19 -07:00
simplify_cmd.cpp saved params work 2012-11-29 17:19:12 -08:00
simplify_cmd.h checkpoint 2012-10-21 18:32:35 -07:00
tactic_cmds.cpp enable modular parameters from the parser 2014-10-09 10:18:46 -07:00
tactic_cmds.h checkpoint 2012-10-21 18:32:35 -07:00
tactic_manager.cpp checkpoint 2012-10-21 18:32:35 -07:00
tactic_manager.h checkpoint 2012-10-21 18:32: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.