mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 17:38:45 +00:00
remove simplify dependencies
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b16a4ac452
commit
2897b98ed2
23 changed files with 62 additions and 80 deletions
|
@ -2205,7 +2205,7 @@ namespace smt {
|
|||
args.push_back(monomial2expr(eq->get_monomial(i), is_int));
|
||||
}
|
||||
context & ctx = get_context();
|
||||
simplifier & s = ctx.get_simplifier();
|
||||
th_rewriter& s = ctx.get_rewriter();
|
||||
expr_ref pol(get_manager());
|
||||
SASSERT(!args.empty());
|
||||
pol = mk_nary_add(args.size(), args.c_ptr());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue