Objective

WaterModels.objective_desMethod
objective_des(wm::AbstractWaterModel)

Sets the objective function for network design (des) problem specifications. By default, the cost of selecting discrete network resistances is minimized.

source
WaterModels.objective_owfMethod
objective_owf(wm::AbstractWaterModel)

Sets the objective function for optimal water flow (owf) problem specifications. By default, only feasibility must be satisfied.

source

Objective Functions

WaterModels.objective_owfFunction
objective_owf(wm::AbstractWaterModel)

Sets the objective function for optimal water flow (owf) problem specifications. By default, only feasibility must be satisfied.

source

Defines the objective for the owf problem is NLP formulations.

source