ILinearSolver.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.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ILinearSolver Interface

Microsoft.SolverFoundation.Services Namespace