@@ -459,6 +459,8 @@ class Model:
459459 def chgVarObjDive (self , * args , ** kwargs ): ...
460460 def chgVarObjProbing (self , * args , ** kwargs ): ...
461461 def chgVarType (self , * args , ** kwargs ): ...
462+ def markDoNotAggrVar (self , * args , ** kwargs ): ...
463+ def markDoNotMultaggrVar (self , * args , ** kwargs ): ...
462464 def chgVarUb (self , * args , ** kwargs ): ...
463465 def chgVarUbDive (self , * args , ** kwargs ): ...
464466 def chgVarUbGlobal (self , * args , ** kwargs ): ...
@@ -1325,11 +1327,13 @@ class Variable(Expr):
13251327 def isDeletable (self , * args , ** kwargs ): ...
13261328 def isInLP (self , * args , ** kwargs ): ...
13271329 def isOriginal (self , * args , ** kwargs ): ...
1330+ def isActive (self , * args , ** kwargs ): ...
13281331 def isRelaxationOnly (self , * args , ** kwargs ): ...
13291332 def markRelaxationOnly (self , * args , ** kwargs ): ...
13301333 def ptr (self , * args , ** kwargs ): ...
13311334 def varMayRound (self , * args , ** kwargs ): ...
13321335 def vtype (self , * args , ** kwargs ): ...
1336+ def getStatus (self , * args , ** kwargs ): ...
13331337
13341338class _VarArray :
13351339 def __init__ (self , * args , ** kwargs ) -> None : ...
0 commit comments