Merge pull request #7895 from soesau/Shape_regularization-doc_fix-GF

Shape Regularization: Documented missing dependency to OSQP when default solver is used
This commit is contained in:
Laurent Rineau 2023-12-11 13:55:57 +01:00
commit 1c5a914c59
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ namespace Segments {
that should be addressed. The function is based on the class `QP_regularization`.
Please refer to that class and these concepts for more information.
This class requires a `QPSolver` model which defaults to the \ref thirdpartyOSQP "OSQP"
library, which must be available on the system.
\tparam InputRange
a model of `ConstRange` whose iterator type is `RandomAccessIterator`