SimplexSolver.BranchCount Property
Solver Foundation 3.0
[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)
Property Value
Type: System.Int32The number of branches performed when the branch-and-bound algorithm is applied to the mixed integer linear problem.
Implements
ILinearSimplexStatistics.BranchCount- 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.
Show: