Ejemplo n.º 1
0
 def __init__(self, variable, set):
     BasicConstraint.__init__(self, variable, set, _in )
Ejemplo n.º 2
0
 def __init__(self, variable):
     BasicConstraint.__init__(self, variable, None, None)
Ejemplo n.º 3
0
 def __init__(self, variable, reference):
     BasicConstraint.__init__(self, variable, reference, operator.ge)
 def __init__(self,variable):
     BasicConstraint.__init__(self,variable,None,None)