Initializing help system before first use

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: 4.8.14.0
Syntax
C#
VB
public int setCutMode(
	int mode
)

Parameters

mode
Type:  SystemInt32
The choice of parameter settings. Possible values:
  • 0 - Standard settings.
  • 1 - Parameter settings required for cuts.

Return Value

Type:  Int32
0 on success, 1 otherwise.
Examples
xbelsc.cs in the Advanced Examples folder and xbcutex.cs in the User's Guide Examples folder.
See Also