English
Languages
English
Bengali
Japanese
Spanish



OptimizationResultStatus

class OptimizationResultStatus(value)[source]

Bases: Enum

Termination status of an optimization algorithm.

Attributes

SUCCESS

the optimization algorithm succeeded to find a feasible solution.

FAILURE

the optimization algorithm ended in a failure.

INFEASIBLE

the optimization algorithm obtained an infeasible solution.