newCut Method (XPRBrelation, Int32)
  Create a new cut. This method has to be called before XPRBcut.addTerm(XPRBvar, double) or XPRBcut.setTerm(XPRBvar, double) are used to add terms to the cut. Cuts are inequalities or equations. If no type is specified the type BCLconstant.XPRB.E is assumed, it can be changed with method XPRBcut.setType(int). 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
Parameters
- ac
- 
   Type: 
   BCLXPRBrelation
   
 The XPRBrelation relation.
- id
- 
   Type: 
   SystemInt32
   
 The identification number for cut classification.
Return Value
Type: XPRBcutThe new XPRBcut object.
 Examples
Examples
 xbelsc.cs in the Advanced Examples folder and xbcutex.cs in the User's Guide Examples folder. 
 See Also
See Also
 
