Click or drag to resize

InteriorPointQPSolverParamsSymbolicOrderingOption Enumeration

Options for symbolic ordering for the interior point quadratic programming solver.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum SymbolicOrderingOption
Members
Member nameValueDescription
ApproximateMinDegree0 Generally better orderings, but takes longer.
MinimumFill1 Quicker than ApproximateMinDegree.
Automatic2 Symbolic ordering will be chosen automatically by the algorithm.
See Also