Package cplex :: Module constant_class :: Class ConstantClass
 

Class ConstantClass


A base class for classes that contain groups of constants.
Instance Methods
 
__getitem__(self, item)
Converts a constant to a string.
 
__init__(self)
Creates a new ConstantClass.
 
__iter__(self)
Iterate over the constants in this class.
Method Details

__init__(self)
(Constructor)

 

Creates a new ConstantClass.

This constructor is not meant to be used externally.