Gets the status of the qpSubproblemSolver_ for the most recent solution attempt.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public ActiveSetQPSolver..::.AlgorithmStatus Status { get; internal set; }
Visual Basic (Declaration)
Public Property Status As ActiveSetQPSolver..::.AlgorithmStatus
Visual C++
public:
property ActiveSetQPSolver..::.AlgorithmStatus Status {
	ActiveSetQPSolver..::.AlgorithmStatus get ();
	void set (ActiveSetQPSolver..::.AlgorithmStatus value);
}

See Also