3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-18 06:39:02 +00:00
z3/src/cmd_context
2013-02-20 13:41:08 -08:00
..
extra_cmds converted pp_params 2012-11-30 17:20:45 -08:00
basic_cmds.cpp Change unknown set-logic behavior in SMTLIB2 compliant mode (Thanks to David Cok) 2013-02-03 15:41:11 -08:00
basic_cmds.h checkpoint 2012-10-21 18:32:35 -07:00
check_logic.cpp Fix http://z3.codeplex.com/workitem/19 2013-01-24 12:51:03 -08:00
check_logic.h checkpoint 2012-10-21 18:32:35 -07:00
cmd_context.cpp Change unknown set-logic behavior in SMTLIB2 compliant mode (Thanks to David Cok) 2013-02-03 15:41:11 -08:00
cmd_context.h Change unknown set-logic behavior in SMTLIB2 compliant mode (Thanks to David Cok) 2013-02-03 15:41:11 -08: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 solver factories, cleanup solver API, simplified strategic solver, added combined solver 2012-12-11 17:47:27 -08:00
context_params.h solver factories, cleanup solver API, simplified strategic solver, added combined solver 2012-12-11 17:47:27 -08: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
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 uninterpreted sort definition. There was a mismatch in the behavior of the API and SMT front-ends. The SMT front-ends were using user_sorts to be able to support parametric uninterpreted sorts. After this fix, the API also creates user_sorts. 2013-02-12 14:34:31 -08:00
pdecl.h fixed some warnings reported by clang++ 2012-11-02 17:28:27 -07:00
README checkpoint 2012-10-21 18:32:35 -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 chasing parameter setting bug 2012-12-07 08:27:17 -08: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.