InteriorPointSolver.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 the linear programming (LP) relaxation.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Services.LinearResult
The result of solving the LP relaxation, which is computed by solving the model without its integrality conditions.

Implements

ILinearSolution.LpResult

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

Microsoft.SolverFoundation.Solvers Namespace