ConstraintSolverSolution.SolutionQuality Enumeration

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

Defines the result of the constraint solver.

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

Syntax

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

Members

Member name Description
Unknown The solver cannot find a solution or cannot prove that the model is infeasible. The solver may have been interrupted, or the solver cannot prove that the model has no solution.
Infeasible The model is infeasible.
Feasible The model is feasible, but the result is proved to be not optimal.
Optimal The result is optimal.

See Also

Reference

Microsoft.SolverFoundation.Solvers Namespace