ILinearSimplexStatistics.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.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
ReadOnly Property BranchCount As Integer
int BranchCount { get; }
property int BranchCount {
    int get ();
}
abstract 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 a mixed integer linear problem.

Remarks

If the model does not have any integer variables, the BranchCount property is zero.

.NET Framework Security

See Also

Reference

ILinearSimplexStatistics Interface

Microsoft.SolverFoundation.Services Namespace