Skip to content

Commit 0b2f32c

Browse files
up tuto so that problem is not solved by presolve (#138)
1 parent 577dd2c commit 0b2f32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/introduction-to-ripqp/index.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ c = [-8.; -3; -3]
2020
A = [1. 0. 1.
2121
0. 2. 1.]
2222
b = [0.; 3]
23-
l = [0.;0;0]
23+
l = [-1.0;0;0]
2424
u = [Inf; Inf; Inf]
2525
QM = QuadraticModel(
2626
c,

0 commit comments

Comments
 (0)