mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 04:13:38 +00:00
move network flow code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f6fd426c28
commit
f68eff3276
1 changed files with 1 additions and 1 deletions
|
@ -998,7 +998,7 @@ void theory_diff_logic<Ext>::get_implied_bound_antecedents(edge_id bridge_edge,
|
||||||
template<typename Ext>
|
template<typename Ext>
|
||||||
inf_eps_rational<inf_rational> theory_diff_logic<Ext>::maximize(theory_var v) {
|
inf_eps_rational<inf_rational> theory_diff_logic<Ext>::maximize(theory_var v) {
|
||||||
|
|
||||||
#ifdef 0
|
#if 0
|
||||||
// disabled until fixed.
|
// disabled until fixed.
|
||||||
|
|
||||||
objective_term const& objective = m_objectives[v];
|
objective_term const& objective = m_objectives[v];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue