mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +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
|
@ -310,7 +310,7 @@ bool expr_context_simplifier::is_false(expr* e) const {
|
|||
// it occurs in the context (on the path) where it was inserted.
|
||||
//
|
||||
|
||||
expr_strong_context_simplifier::expr_strong_context_simplifier(front_end_params& p, ast_manager& m):
|
||||
expr_strong_context_simplifier::expr_strong_context_simplifier(smt_params& p, ast_manager& m):
|
||||
m_manager(m), m_params(p), m_arith(m), m_id(0), m_fn(0,m), m_solver(m, p) {
|
||||
sort* i_sort = m_arith.mk_int();
|
||||
m_fn = m.mk_func_decl(symbol(0xbeef101), i_sort, m.mk_bool_sort());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue