pyepo.EPO

Constants

Attributes

Classes

ModelSense

Optimization direction for the objective.

VarType

Decision-variable type.

Module Contents

class pyepo.EPO.ModelSense

Bases: enum.IntEnum

Optimization direction for the objective.

MINIMIZE = 1
MAXIMIZE = -1
class pyepo.EPO.VarType(*args, **kwds)

Bases: enum.Enum

Decision-variable type.

BINARY = 'B'
INTEGER = 'I'
CONTINUOUS = 'C'
pyepo.EPO.MINIMIZE
pyepo.EPO.MAXIMIZE
pyepo.EPO.BINARY
pyepo.EPO.INTEGER
pyepo.EPO.CONTINUOUS