ILinearGoal Interface
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Provides the properties for a linear goal variable.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
| Name | Description | |
|---|---|---|
![]() | Enabled | Gets or sets a value that specifies whether a goal is enabled. (Inherited from IGoal.) |
![]() | Enabled | Gets or sets a value that indicates whether the linear goal variable is enabled. |
![]() | Index | Gets the variable index of a goal row. (Inherited from IGoal.) |
![]() | Index | Gets the index of the row variable for the goal. |
![]() | Key | Gets the key of the goal variable. (Inherited from IGoal.) |
![]() | Key | Gets the key of the goal variable. |
![]() | Minimize | Gets or sets a value that specifies whether the goal is to minimize the objective row. (Inherited from IGoal.) |
![]() | Minimize | Gets a value indicating whether the goal is to minimize the objective row. |
![]() | Priority | Gets or sets the goal priority. (Inherited from IGoal.) |
![]() | Priority | Gets or sets the priority of the goal. |
Show:
