| SimplexSolverMixedIntParamsGenerateCuts Property |
Gets or sets a value that specifies whether to generate cuts.
Default is false.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public bool GenerateCuts { get; set; }
Public Property GenerateCuts As Boolean
Get
Set
public:
property bool GenerateCuts {
bool get ();
void set (bool value);
}
member GenerateCuts : bool with get, set
Property Value
BooleanSee Also