1 parent a0c6f8f commit 0e1b00fCopy full SHA for 0e1b00f
1 file changed
src/Nonlinear/qp_block_data.jl
@@ -66,8 +66,9 @@ A data structure holding an affine or quadratic objective and a block of
66
affine and quadratic constraints, together with methods to evaluate them
67
following the [`MOI.AbstractNLPEvaluator`](@ref) callback conventions.
68
69
-This is the storage behind [`ModelWithQuad`](@ref); it is not typically used
70
-directly.
+This is a helper for solvers that pass affine and quadratic constraints to
+the solver through the same callbacks as an [`MOI.AbstractNLPEvaluator`](@ref)
71
+(for example, Ipopt and MadNLP).
72
73
## Parameters
74
0 commit comments