Skip to content

Commit 8e52f0e

Browse files
geoffroylecontedpo
andcommitted
Apply suggestions from code review
Co-authored-by: Dominique <[email protected]>
1 parent d229b49 commit 8e52f0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qpmodel.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ abstract type AbstractQuadraticModel <: AbstractNLPModel end
1919
2020
qp = QuadraticModel(c, H; A = A, lcon = lcon, ucon = ucon, lvar = lvar, uvar = uvar)
2121
22-
Creates a Quadratic model ``min ~\\tfrac{1}{2} x^T Q x + c^T x + c_0`` with optional bounds
22+
Create a Quadratic model ``min ~\\tfrac{1}{2} x^T Q x + c^T x + c_0`` with optional bounds
2323
`lvar ≦ x ≦ uvar` and optional linear constraints `lcon ≦ Ax ≦ ucon`.
2424
2525
You can also use [`QPSReader.jl`](https://github.com/JuliaSmoothOptimizers/QPSReader.jl) to
26-
create a Quadratic model:
26+
create a Quadratic model from a QPS file:
2727
2828
using QPSReader
2929
qps = readqps("QAFIRO.SIF")

0 commit comments

Comments
 (0)