Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
removed a line for a doctest solve cvxopt
Browse files Browse the repository at this point in the history
  • Loading branch information
ingolfured committed Jul 26, 2014
1 parent f123734 commit 6e95304
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/numerical/backends/cvxopt_backend.pyx
Expand Up @@ -448,7 +448,6 @@ cdef class CVXOPTBackend(GenericBackend):
sage: round(p.solve(), 2)
...
pcost dcost gap pres dres k/t
0: -7.3165e+00 -2.3038e+01 6e+00 0e+00 2e+00 1e+00
...
8.8
sage: #CVXOPT gives different values for variables compared to the other solvers.
Expand Down

0 comments on commit 6e95304

Please sign in to comment.