ILinearGoal Interface
[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)
Syntax
'Declaration
Public Interface ILinearGoal _
Inherits IGoal
public interface ILinearGoal : IGoal
public interface class ILinearGoal : IGoal
type ILinearGoal =
interface
interface IGoal
end
public interface ILinearGoal extends IGoal
Properties
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. |
Top
Remarks
The Simplex solver supports multiple goals, and each goal can have a priority.