Share via


SimplexSolver.BranchCount Property

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

Gets the number of branches performed when the branch-and-bound algorithm is applied to a mixed integer linear problem.

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

Syntax

'Declaration
Public Overridable ReadOnly Property BranchCount As Integer
public virtual int BranchCount { get; }
public:
virtual property int BranchCount {
    int get ();
}
abstract BranchCount : int
override BranchCount : int
function get BranchCount () : int

Property Value

Type: System.Int32
The number of branches performed when the branch-and-bound algorithm is applied to the mixed integer linear problem.

Implements

ILinearSimplexStatistics.BranchCount

.NET Framework Security

See Also

Reference

SimplexSolver Class

Microsoft.SolverFoundation.Solvers Namespace