Gets and sets the Lagrangian Hessian updater object used by the solver.

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

Syntax

C#
public ActiveSetLineSearchSQP..::.Options SolverOptions { get; set; }
Visual Basic (Declaration)
Public Property SolverOptions As ActiveSetLineSearchSQP..::.Options
Visual C++
public:
property ActiveSetLineSearchSQP..::.Options^ SolverOptions {
	ActiveSetLineSearchSQP..::.Options^ get ();
	void set (ActiveSetLineSearchSQP..::.Options^ value);
}

See Also