NonlinearResult Enumeration

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

Specifies the results of solving a nonlinear model.

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

Syntax

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

Members

Member name Description
Invalid Incomplete solve process. The solver cannot finish solving.This result can occur because of inconsistent functions, a maximum iteration that is exceeded, or other causes.
Interrupted Incomplete solve process. The solver is interrupted.
LocalOptimal Completed solve process. A local optimal value is found.
Optimal Completed solve process. A global optimal value is found.
Feasible Incomplete solve process. The model is feasible but might not be optimal.
Unbounded Completed solve process. The model form is unbounded.
Infeasible Completed solve process. The model is infeasible.
InfeasibleOrUnbounded Completed solve process. The model is either infeasible or unbounded.
LocalInfeasible Completed solve process. A local infeasible value is found, but the solver cannot determine whether the model is globally infeasible.

See Also

Reference

Microsoft.SolverFoundation.Services Namespace