mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 23:05:26 +00:00
removed front-end-params
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
288a96610f
commit
ffb7e26c75
91 changed files with 264 additions and 412 deletions
|
@ -45,7 +45,7 @@ Notes:
|
|||
#include"arith_decl_plugin.h"
|
||||
#include"for_each_expr.h"
|
||||
#include"extension_model_converter.h"
|
||||
#include"params2front_end_params.h"
|
||||
#include"params2smt_params.h"
|
||||
#include"ast_smt2_pp.h"
|
||||
|
||||
class vsubst_tactic : public tactic {
|
||||
|
@ -93,8 +93,8 @@ class vsubst_tactic : public tactic {
|
|||
throw tactic_exception("there are no real variables");
|
||||
}
|
||||
|
||||
front_end_params params;
|
||||
params2front_end_params(p, params);
|
||||
smt_params params;
|
||||
params2smt_params(p, params);
|
||||
params.m_model = false;
|
||||
flet<bool> fl1(params.m_nlquant_elim, true);
|
||||
flet<bool> fl2(params.m_nl_arith_gb, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue