SimplexSolver.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
ILinearSolution.Result
ILinearSolver.Result
.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.