el0ps.solver.Status

class el0ps.solver.Status(value)

Solver status.

Attributes:
UNKNOWN: str

Unknown solver status.

ITER_LIMIT: str

The solver reached the iteration limit.

TIME_LIMIT: str

The solver reached the time limit.

MEMORY_LIMIT: str

The solver reached the memory limit.

RUNNING: str

The solver is running.

INFEASIBLE: str

The problem is infeasible.

UNBOUNDED: str

The problem is unbounded.

OPTIMAL: str

The solver found an optimal solution.

__init__(*args, **kwargs)

Attributes

UNKNOWN

ITER_LIMIT

TIME_LIMIT

MEMORY_LIMIT

RUNNING

INFEASIBLE

UNBOUNDED

OPTIMAL