| SimplexSolverMixedIntParamsGomoryCutRoundLimit Property |
Gets or sets the limit on generating cutting planes.
Default is 200.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public int GomoryCutRoundLimit { get; set; }
Public Property GomoryCutRoundLimit As Integer
Get
Set
public:
property int GomoryCutRoundLimit {
int get ();
void set (int value);
}
member GomoryCutRoundLimit : int with get, set
Property Value
Int32See Also