InteriorPointSolver.Result 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 a solve attempt.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Services.LinearResult
The result of the solve attempt.

Implements

ILinearSolver.Result
ILinearSolution.Result

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

Microsoft.SolverFoundation.Solvers Namespace