setCutMode Method
Parameter settings for cuts. This methods sets certain Xpress-Optimizer control parameters to enable the addition of cuts defined in BCL during the MIP search.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 37.1.1.0

Parameters
- mode
-
Type:
SystemInt32
The choice of parameter settings. Possible values:- 0 - Standard settings.
- 1 - Parameter settings required for cuts.
Return Value
Type: Int320 on success, 1 otherwise.

xbelsc.cs in the Advanced Examples folder and xbcutex.cs in the User's Guide Examples folder.
