|  | InteriorPointQPSolverParamsMaxIterations Property | 
            controls the maximum number of iterations performed by the solver.
            If the number of iterations is exceeded the solver status will
            be Interrupted. MaxIterations is less than zero implies 
            no limit on the number of iterations. This is the default.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int MaxIterations { get; set; }Public Property MaxIterations As Integer
	Get
	Set
public:
property int MaxIterations {
	int get ();
	void set (int value);
}member MaxIterations : int with get, set
Property Value
Int32 See Also
See Also