mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 08:15:47 +00:00
merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1ff08c45ce
commit
9566d379d6
13 changed files with 423 additions and 86 deletions
|
@ -519,6 +519,7 @@ public:
|
|||
model_ref mdl;
|
||||
s->get_model(mdl);
|
||||
qe::euf_arith_mbi_plugin plugin(s.get(), se.get());
|
||||
plugin.set_shared(vars);
|
||||
plugin.project(mdl, lits);
|
||||
ctx.regular_stream() << lits << "\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue