Skip to content

Commit 54c5eff

Browse files
committed
fix: do not solve dcp6 (from gp6), MOSEK error only in CI
1 parent 852ddf6 commit 54c5eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CvxLean/Test/PreDCP/DGP.lean

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ time_cmd reduction red6/dcp6 : gp6 := by
182182
-- h6 : rexp (u * 2 - v * (1 / 2)) + 3 * rexp (v * (1 / 2) - w) ≤ 5
183183
-- h7 : u + v = 2 * w
184184

185-
solve dcp6
185+
--solve dcp6
186186

187187
end GP6
188188

0 commit comments

Comments
 (0)