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

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimg committed Jun 12, 2018
1 parent cefa4d2 commit 37bdd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Where `Q` represents the matrix in CSC format.
function get_quadratic_constraint end

"""
get_quadratic_constraint(m, row::Int)::Float64
get_quadratic_rhs(m, row::Int)::Float64
Get the right hand-side term of quadratic constraint in row `row` in model `m`.
"""
Expand Down

0 comments on commit 37bdd17

Please sign in to comment.