HybridLocalSearchModel.AddGoal Method

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

Specifies that a numerical term is a goal to minimize. Priorities are determined by the order in which the goals are added (first goals have higher priorities)

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

Syntax

'Declaration
Public Sub AddGoal ( _
    vid As Integer _
)
public void AddGoal(
    int vid
)
public:
void AddGoal(
    int vid
)
member AddGoal : 
        vid:int -> unit 
public function AddGoal(
    vid : int
)

Parameters

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace