InteriorPointSolver.MipResult Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a result after considering the integrality conditions.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property MipResult As LinearResult
public virtual LinearResult MipResult { get; }
public:
virtual property LinearResult MipResult {
    LinearResult get ();
}
abstract MipResult : LinearResult
override MipResult : LinearResult
function get MipResult () : LinearResult

Property Value

Type: Microsoft.SolverFoundation.Services.LinearResult
The result after considering the integrality conditions.

Implements

ILinearSolution.MipResult

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

Microsoft.SolverFoundation.Solvers Namespace