예제 #1
0
 def __init__(self, variable, set):
     BasicConstraint.__init__(self, variable, set, _in )
예제 #2
0
 def __init__(self, variable):
     BasicConstraint.__init__(self, variable, None, None)
예제 #3
0
 def __init__(self, variable, reference):
     BasicConstraint.__init__(self, variable, reference, operator.ge)
 def __init__(self,variable):
     BasicConstraint.__init__(self,variable,None,None)