mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 01:13:18 +00:00
parent
5c4f775b1b
commit
5dafd1fe25
3 changed files with 31 additions and 8 deletions
|
@ -371,7 +371,9 @@ private:
|
|||
SASSERT(m_gamma[target].is_neg());
|
||||
acc_assignment(target, gamma);
|
||||
|
||||
TRACE("arith", display(tout << id << "\n"););
|
||||
TRACE("arith", display(tout << id << " " << gamma << "\n");
|
||||
display_edge(tout, last_e);
|
||||
);
|
||||
|
||||
dl_var source = target;
|
||||
while (true) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue