MathProgExtensionsminimize0 Property
Creates a dummy objective function, 'minimize 0' so to say.
This is a shorthand for
Objective obj = minimize | 0
to be used in mathematical programs without an objective function; where only the feasibility of the problem is of interest.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public static Objective minimize0 { get; }
Property Value
Objective