ConvexFlows.UbarFunction
Ubar(obj::Objective, ν)

Evaluates the 'conjugate' of the net flow utility function objective at ν. Specifically,

\[ \bar U(\nu) = \sup_y \left(U(y) - \nu^T y \right).\]

ConvexFlows.lower_limitFunction
lower_limit(obj)

Componentwise lower bound on argument ν for objective Ubar. Returns a vector with length length(ν) (number of nodes).

ConvexFlows.upper_limitFunction
upper_limit(obj)

Componentwise upper bound on argument ν for objective Ubar. Returns a vector with length length(ν) (number of nodes).