ILinearSolution.MipResult Property

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

Gets the result from the mixed integer programming (MIP) solver after considering the integrality conditions.

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

Syntax

'Declaration
ReadOnly Property MipResult As LinearResult
LinearResult MipResult { get; }
property LinearResult MipResult {
    LinearResult get ();
}
abstract MipResult : LinearResult
function get MipResult () : LinearResult

Property Value

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

.NET Framework Security

See Also

Reference

ILinearSolution Interface

Microsoft.SolverFoundation.Services Namespace