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