SimplexSolver.MipBestBound Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the best result from the mixed integer programming solver (MIP) solver.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public ReadOnly Property MipBestBound As Rational
public Rational MipBestBound { get; }
public:
virtual property Rational MipBestBound {
Rational get () sealed;
}
abstract MipBestBound : Rational
override MipBestBound : Rational
final function get MipBestBound () : Rational
Property Value
Type: Microsoft.SolverFoundation.Common.Rational
The best result from the MIP solver.
Implements
.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.