mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 08:15:47 +00:00
consolidate use of plugin by moving declarations up front (separate from constructor at this point)
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0ae246ad2b
commit
ec8e3f2aee
4 changed files with 56 additions and 67 deletions
|
@ -522,8 +522,9 @@ public:
|
|||
for (expr* e : m_lits) lits.push_back(e);
|
||||
flatten_and(lits);
|
||||
qe::term_graph tg(m);
|
||||
tg.set_vars(vars, false);
|
||||
tg.add_lits(lits);
|
||||
expr_ref_vector p = tg.project(vars, false);
|
||||
expr_ref_vector p = tg.project();
|
||||
ctx.regular_stream() << p << "\n";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue