ILinearGoal.Minimize Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value indicating whether the goal is to minimize the objective row.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Property Minimize As Boolean
bool Minimize { get; set; }
property bool Minimize {
    bool get ();
    void set (bool value);
}
abstract Minimize : bool with get, set
function get Minimize () : boolean
function set Minimize (value : boolean)

Property Value

Type: System.Boolean
true if the goal is to minimize the objective row; otherwise, false.

Implements

IGoal.Minimize

.NET Framework Security

See Also

Reference

ILinearGoal Interface

Minimize Overload

Microsoft.SolverFoundation.Services Namespace