mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
add capabilities to python API, fix model extraction for qsat
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
70094d5213
commit
e0490450f3
2 changed files with 24 additions and 8 deletions
|
@ -1266,9 +1266,9 @@ namespace qe {
|
|||
in->reset();
|
||||
in->inc_depth();
|
||||
result.push_back(in.get());
|
||||
if (in->models_enabled()) {
|
||||
if (in->models_enabled()) {
|
||||
model_converter_ref mc;
|
||||
mc = model2model_converter(m_model.get());
|
||||
mc = model2model_converter(m_model_save.get());
|
||||
mc = concat(m_pred_abs.fmc(), mc.get());
|
||||
in->add(mc.get());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue