OptimizationResultStatus
class OptimizationResultStatus(value)
Bases: enum.Enum
Termination status of an optimization algorithm.
Attributes
FAILURE
Default value: 1
the optimization algorithm ended in a failure.
INFEASIBLE
Default value: 2
the optimization algorithm obtained an infeasible solution.
SUCCESS
Default value: 0
the optimization algorithm succeeded to find an optimal solution.
Was this page helpful?
Report a bug or request content on GitHub.