mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 17:30:23 +00:00
streamline pb solver interface and naming after removal of xor
This commit is contained in:
parent
13f05ae9dc
commit
026065ff71
73 changed files with 1131 additions and 1201 deletions
|
@ -316,7 +316,7 @@ namespace smt {
|
|||
CTRACE("bindings", f != nullptr,
|
||||
tout << expr_ref(q, m()) << "\n";
|
||||
for (unsigned i = 0; i < num_bindings; ++i) {
|
||||
tout << expr_ref(bindings[i]->get_owner(), m()) << " [r " << bindings[i]->get_root()->get_owner_id() << "] ";
|
||||
tout << expr_ref(bindings[i]->get_expr(), m()) << " [r " << bindings[i]->get_root()->get_owner_id() << "] ";
|
||||
}
|
||||
tout << "\n";
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue