getLim Method
  Retrieve the variable's integer limit for a partial integer or semi-continuous variable. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0
 Syntax
Syntax
 Examples
Examples
  XPRBprob prob = new XPRBprob("NewProb"); XPRBvar var = new XPRBvar("Variable"); double vLim; ... vLim = var.getLim(); 
 See Also
See Also
 
