Skip to content

Commit 0e1b00f

Browse files
committed
Fix reference to a type of another PR in the QPBlockData docstring
1 parent a0c6f8f commit 0e1b00f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/Nonlinear/qp_block_data.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ A data structure holding an affine or quadratic objective and a block of
6666
affine and quadratic constraints, together with methods to evaluate them
6767
following the [`MOI.AbstractNLPEvaluator`](@ref) callback conventions.
6868
69-
This is the storage behind [`ModelWithQuad`](@ref); it is not typically used
70-
directly.
69+
This is a helper for solvers that pass affine and quadratic constraints to
70+
the solver through the same callbacks as an [`MOI.AbstractNLPEvaluator`](@ref)
71+
(for example, Ipopt and MadNLP).
7172
7273
## Parameters
7374

0 commit comments

Comments
 (0)