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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.