mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
Minor updates
This commit is contained in:
parent
905f230b8f
commit
e715ccbc98
3 changed files with 33 additions and 17 deletions
|
@ -1015,7 +1015,7 @@ bool theory_diff_logic<Ext>::maximize(theory_var v) {
|
|||
for (unsigned i = 0; i < objective.size(); ++i) {
|
||||
fin_numeral balance(objective[i].second);
|
||||
balances[objective[i].first] = balance;
|
||||
}
|
||||
}
|
||||
|
||||
network_flow<GExt> net_flow(m_graph, balances);
|
||||
bool is_optimal = net_flow.min_cost();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue