IGoal.Minimize Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets a value that specifies 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.