 | IActiveSetQPSolverMaxSeconds Property |
Gets and sets the maximum number of seconds to spend in the inequality constrained QP solver.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic abstract double MaxSeconds { get; set; }
Public MustOverride Property MaxSeconds As Double
Get
Set
public:
virtual property double MaxSeconds {
double get () abstract;
void set (double value) abstract;
}
abstract MaxSeconds : float with get, set
Property Value
Double
See Also