SimplexProperties Class

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

Defines properties that can be retrieved by simplex solver events.

Inheritance Hierarchy

System.Object
  Microsoft.SolverFoundation.Services.SimplexProperties

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

Syntax

'Declaration
Public NotInheritable Class SimplexProperties
public static class SimplexProperties
public ref class SimplexProperties abstract sealed
[<AbstractClass>]
[<Sealed>]
type SimplexProperties =  class end
public final class SimplexProperties

The SimplexProperties type exposes the following members.

Fields

  Name Description
Public fieldStatic member BranchCount Represents the number of branches performed when the branch and bound algorithm is applied to a mixed integer linear problem.
Public fieldStatic member FactorCount Represents the number of basis matrix LU factorizations performed.
Public fieldStatic member MipGap Represents the difference between an integer solution and a relaxed solution.
Public fieldStatic member PivotCount Represents the number of simplex pivots performed.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SolverFoundation.Services Namespace