assign Method
  Assigns an XPRBrelation relation as the current XPRBcut. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
Parameters
- cut
- 
   Type: 
   BCLXPRBrelation
   
 The XPRBrelation to assign as a new cut.
Return Value
Type: Int320 on success, 1 on failure.
 Examples
Examples
  XPRBprob prob = new XPRBprob("NewProb"); XPRBcut cut = new XPRBcut(); XPRBvar var = new XPRBvar("Variable"); ... cut.assign(var <= 2.5); 
 See Also
See Also
 
