mirror of
https://github.com/Z3Prover/z3
synced 2025-07-21 20:02:05 +00:00
This commit is contained in:
parent
18a76ab82c
commit
cab1076514
4 changed files with 35 additions and 16 deletions
|
@ -294,7 +294,9 @@ namespace mbp {
|
|||
}
|
||||
}
|
||||
fmls.shrink(j);
|
||||
TRACE("qe", tout << "formulas\n" << fmls << "\n";);
|
||||
TRACE("qe", tout << "formulas\n" << fmls << "\n";
|
||||
for (auto [e, id] : tids)
|
||||
tout << mk_pp(e, m) << " -> " << id << "\n";);
|
||||
|
||||
// fmls holds residue,
|
||||
// mbo holds linear inequalities that are in scope
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue