Skip to content
This repository was archived by the owner on Jun 14, 2020. It is now read-only.

Commit 37bdd17

Browse files
committed
fix documentation
1 parent cefa4d2 commit 37bdd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solver_interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ Where `Q` represents the matrix in CSC format.
352352
function get_quadratic_constraint end
353353

354354
"""
355-
get_quadratic_constraint(m, row::Int)::Float64
355+
get_quadratic_rhs(m, row::Int)::Float64
356356
357357
Get the right hand-side term of quadratic constraint in row `row` in model `m`.
358358
"""

0 commit comments

Comments
 (0)