InteriorPointSolver.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

ILinearSolution.MipBestBound

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

Microsoft.SolverFoundation.Solvers Namespace