ILinearSolution.LpResult Property

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

Gets the result of solving a linear programming (LP) relaxation.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Services.LinearResult
The result of solving the LP relaxation.

Remarks

The LP relaxation result is the result of solving the model with its integrality conditions ignored.

.NET Framework Security

See Also

Reference

ILinearSolution Interface

Microsoft.SolverFoundation.Services Namespace