This topic has not yet been rated - Rate this topic

IGoalModel.AddGoal Method

Solver Foundation 3.0

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

Identifies the specified row as a goal row.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
IGoal AddGoal(
	int vid,
	int pri,
	bool minimize
)

Parameters

vid
Type: System.Int32
A row index.
pri
Type: System.Int32
The priority of the goal. A lower value indicates a higher priority.
minimize
Type: System.Boolean
true to minimize the goal; otherwise, false.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.