Click or drag to resize

IActiveSetQPSolverAlgorithmStatus Enumeration

Enum whose value indicate the status of the solution.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum AlgorithmStatus
Members
Member nameValueDescription
ConvergedToSolution0 The algorithm converged to a solution.
FailedToFindFeasibleStartPoint1 The algorithm failed to find an initial feasible point from which to begin the iterative search for a solution.
MaximumIterationsExceeded2 The algorithm did not terminate before reaching the specified maximum number of iterations.
MaximumTimeExceeded3 The algorithm did not terminate before reaching the specified maximum number of seconds.
UnexpectedException4 The algorithm encountered an unexpected error.
See Also