mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
Remove m_final from spanning tree representation
This commit is contained in:
parent
cf75a7743e
commit
034b33b6da
5 changed files with 55 additions and 74 deletions
|
@ -115,7 +115,7 @@ namespace opt {
|
|||
verbose_stream() << m_lower[i] << " ";
|
||||
}
|
||||
verbose_stream() << "\n";
|
||||
// model_pp(verbose_stream(), *md);
|
||||
model_pp(verbose_stream(), *md);
|
||||
);
|
||||
expr_ref_vector disj(m);
|
||||
expr_ref constraint(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue