setID Method
  Set the cut ID value. This method changes the ID value of a previously defined cut. The cut ID can be chosen freely by the user to identify or classify (groups of) cuts. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
Parameters
- type
- 
   Type: 
   SystemInt32
   
 The integer value to assign as the cut ID.
Return Value
Type: Int320 on success, 1 on failure.
 Examples
Examples
  XPRBprob prob = new XPRBprob("NewProb"); XPRBcut cut = new XPRBcut(); ... cut.setID(300); 
 See Also
See Also
 
