ILinearSolver Properties

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

The ILinearSolver type exposes the following members.

Properties

  Name Description
Public property CoefficientCount Gets the number of nonzero coefficients in a linear model. (Inherited from ILinearModel.)
Public property GoalCount Gets the number of goals in a linear model. (Inherited from ILinearModel.)
Public property Goals Gets the goal collection of a linear model. (Inherited from ILinearModel.)
Public property Indices Gets the variable index collection of a linear model, inclusive of rows. (Inherited from ILinearModel.)
Public property IntegerIndexCount Gets the number of integer variables in a linear model. (Inherited from ILinearModel.)
Public property IsQuadraticModel Gets a value that indicates whether a model has a quadratic term on the objective function. (Inherited from ILinearModel.)
Public property IsSpecialOrderedSet Gets a value that indicates whether a linear model is a special ordered set. (Inherited from ILinearModel.)
Public property KeyComparer Gets the key that is used to compare rows or variables. (Inherited from ILinearModel.)
Public property KeyCount Gets the number of keys in a linear model, inclusive of rows and variables. (Inherited from ILinearModel.)
Public property Keys Gets the variable and row key collection of a linear model. (Inherited from ILinearModel.)
Public property Result Gets the result of a solve attempt.
Public property RowCount Gets the number of rows in a linear model. (Inherited from ILinearModel.)
Public property RowIndices Gets the collection of row indexes for a linear model. (Inherited from ILinearModel.)
Public property RowKeys Gets the collection of row keys for a linear model. (Inherited from ILinearModel.)
Public property VariableCount Gets the number of variables in a linear model. (Inherited from ILinearModel.)
Public property VariableIndices Gets the collection of variable indexes for a linear model. (Inherited from ILinearModel.)
Public property VariableKeys Gets the collection of variable keys for linear model. (Inherited from ILinearModel.)

Top

See Also

Reference

ILinearSolver Interface

Microsoft.SolverFoundation.Services Namespace