We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577dd2c commit 0b2f32cCopy full SHA for 0b2f32c
tutorials/introduction-to-ripqp/index.jmd
@@ -20,7 +20,7 @@ c = [-8.; -3; -3]
20
A = [1. 0. 1.
21
0. 2. 1.]
22
b = [0.; 3]
23
-l = [0.;0;0]
+l = [-1.0;0;0]
24
u = [Inf; Inf; Inf]
25
QM = QuadraticModel(
26
c,
0 commit comments