Click or drag to resize

InteriorPointQPSolverParamsSymbolicOrdering Property

Linear systems can be solved more efficiently when the rows and columns are permuted according to a symbolic ordering. The interior point solver currently supports two symbolic ordering techniques: approximate minimum fill and approximate minimum degree. The former generally obtains better orderings but takes longer to run. The default is to let the solver chose the orderng automatically.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public InteriorPointQPSolverParamsSymbolicOrderingOption SymbolicOrdering { get; set; }

Property Value

InteriorPointQPSolverParamsSymbolicOrderingOption
See Also