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