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
Public property Enabled Gets or sets a value that specifies whether a goal is enabled. (Inherited from IGoal.)
Public property Enabled Gets or sets a value that indicates whether the linear goal variable is enabled.
Public property Index Gets the variable index of a goal row. (Inherited from IGoal.)
Public property Index Gets the index of the row variable for the goal.
Public property Key Gets the key of the goal variable. (Inherited from IGoal.)
Public property Key Gets the key of the goal variable.
Public property Minimize Gets or sets a value that specifies whether the goal is to minimize the objective row. (Inherited from IGoal.)
Public property Minimize Gets a value indicating whether the goal is to minimize the objective row.
Public property Priority Gets or sets the goal priority. (Inherited from IGoal.)
Public property Priority Gets or sets the priority of the goal.

Top

Remarks

The Simplex solver supports multiple goals, and each goal can have a priority.

See Also

Reference

Microsoft.SolverFoundation.Services Namespace