Objective
WaterModels.objective_des — Methodobjective_des(wm::AbstractWaterModel)Sets the objective function for network design (des) problem specifications. By default, the cost of selecting discrete network resistances is minimized.
WaterModels.objective_owf — Methodobjective_owf(wm::AbstractWaterModel)Sets the objective function for optimal water flow (owf) problem specifications. By default, only feasibility must be satisfied.
WaterModels.objective_wf — Methodobjective_wf(wm::AbstractWaterModel)Sets the objective function for Water Flow (WF) problem specifications. By default, only feasibility must be satisfied.
Objective Functions
WaterModels.objective_owf — Functionobjective_owf(wm::AbstractWaterModel)Sets the objective function for optimal water flow (owf) problem specifications. By default, only feasibility must be satisfied.
Defines the objective for the owf problem is NLP formulations.