Skip to content

Commit 3da8ae7

Browse files
MaxenceGollierdpo
authored andcommitted
Update src/qpmodel.jl
Co-authored-by: Dominique <[email protected]>
1 parent 0ae1256 commit 3da8ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qpmodel.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mutable struct QPData{
88
}
99
c0::T # constant term in objective
1010
c::S # linear term
11-
v::S # vector that stores products with the hessian v = H*
11+
v::S # vector that stores products with the hessian v = H*u
1212
H::M1
1313
A::M2
1414
end

0 commit comments

Comments
 (0)