mirror of
https://github.com/Z3Prover/z3
synced 2025-05-15 03:34:44 +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
|
@ -248,7 +248,7 @@ namespace smt {
|
|||
TRACE("opt",
|
||||
tout << "costs: ";
|
||||
for (unsigned i = 0; i < m_costs.size(); ++i) {
|
||||
tout << mk_pp(get_enode(m_costs[i])->get_owner(), get_manager()) << " ";
|
||||
tout << pp(get_enode(m_costs[i]), get_manager()) << " ";
|
||||
}
|
||||
tout << "\n";
|
||||
//ctx.display(tout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue