ISimplexPivotInformation Interface

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

Defines information for solving a simplex pivot.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Interface ISimplexPivotInformation
public interface ISimplexPivotInformation
public interface class ISimplexPivotInformation
type ISimplexPivotInformation =  interface end
public interface ISimplexPivotInformation

The ISimplexPivotInformation type exposes the following members.

Properties

  Name Description
Public property ApproxCost Gets an approximation of the reduced cost.
Public property Determinant Gets the determinant of a transformation.
Public property IsDouble Get a value that indicates whether the current pivot is a double-based pivot.
Public property Scale Gets the difference between one entering variable and the next as the value changes.
Public property Sign Gets a value that indicates whether the entering variable is increasing or decreasing.
Public property VarEnter Gets the index of the entering variable.
Public property VarLeave Gets the index of the leaving variable.
Public property VvkEnter Gets the state of the variable before entering.
Public property VvkLeave Gets the state of the leaving variable after leaving.

Top

See Also

Reference

Microsoft.SolverFoundation.Solvers Namespace