MathProgExtensionsminimize0 Property

Creates a dummy objective function, 'minimize 0' so to say.

This is a shorthand for

C#
Objective obj = minimize | 0
to be used in mathematical programs without an objective function; where only the feasibility of the problem is of interest.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public static Objective minimize0 { get; }

Property Value

Objective

See Also