LinearResult Enumeration

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

Defines the results of solving a linear model.

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

Syntax

'Declaration
Public Enumeration LinearResult
public enum LinearResult
public enum class LinearResult
type LinearResult
public enum LinearResult

Members

Member name Description
Invalid The solve process is incomplete; the model is not valid.
Interrupted The solve process is incomplete; the solver is interrupted.
Optimal The solve process is complete; the optimal value is found.
Feasible The solve process is complete; the model is feasible but might not be optimal.
UnboundedPrimal The solve process is complete; the primal form is unbounded.
UnboundedDual The solve process is complete; the dual form is unbounded.
InfeasiblePrimal The solve process is complete; the primal form is infeasible.
InfeasibleOrUnbounded The solve process is complete; the dual form is infeasible.

See Also

Reference

Microsoft.SolverFoundation.Services Namespace