Constants

class cdd.LPObjType

Type of objective for a linear program.

NONE
MAX
MIN
class cdd.LPSolverType

Type of solver for a linear program.

CRISS_CROSS
DUAL_SIMPLEX
class cdd.LPStatusType

Status of a linear program.

UNDECIDED
OPTIMAL
INCONSISTENT
DUAL_INCONSISTENT
STRUC_INCONSISTENT
STRUC_DUAL_INCONSISTENT
UNBOUNDED
DUAL_UNBOUNDED
class cdd.RepType

Type of representation. Use INEQUALITY for H-representation and GENERATOR for V-representation.

UNSPECIFIED
INEQUALITY
GENERATOR