Click or drag to resize

ConstrainedOptimizerORToolsSolveResult Enumeration

Enum whose value indicate the status of the solution.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum SolveResult
Members
Member nameValueDescription
Optimal0 The algorithm converged to an optimal solution.
Feasible1 Feasible but not optimal soltuion. All constraints are satisfied.
Infeasible2 Indicates that the feasible region is empty — there is no assignment of values to the soliution variables that satisfies all the constraints and domain conditions.
Unbounded3 The feasible region is unbounded and the goal strictly improves along some half line that is contained in the feasible region.
Abnormal4 Abnormal exit to linear solver.
NotSolved5 Solver failed to find a feasable solution.
See Also