Click or drag to resize

StochasticHillClimbingParametersPresolve Property

Gets and sets a boolean indicating whether or not to perform presolve. For many problems, presolve rules can greatly reduce the size and complexity of a problem. The default is false, no presolve.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool Presolve { get; set; }

Property Value

Boolean
See Also