HybridLocalSearchModel.Goal.Minimize Property

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

Specifies whether the goal is to minimize the objective row

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

Syntax

'Declaration
Public Property Minimize As Boolean
public bool Minimize { get; set; }
public:
virtual property bool Minimize {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract Minimize : bool with get, set
override Minimize : bool with get, set
final function get Minimize () : boolean
final function set Minimize (value : boolean)

Property Value

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

Implements

IGoal.Minimize

.NET Framework Security

See Also

Reference

HybridLocalSearchModel.Goal Class

Microsoft.SolverFoundation.Solvers Namespace