Skip to content

Commit 3f9b753

Browse files
committed
Added Mosek to mini benchmark
1 parent 1cf81e8 commit 3f9b753

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,15 @@ I would say there are two major advantages:
5757

5858
1. It does not require any commercial solvers, in fact it works fastest with
5959
the free glpk solver that already comes together with cobrapy. For instance
60-
for the small central metabolism model included in data/ the reconstruction
61-
uses the following times:
62-
- cglpk: 0.04 s
63-
- cplex: 0.53 s
64-
- gurobi: 0.21 s
60+
for the small central metabolism model (101 irreversible reactions) included
61+
together with CORDA the reconstruction uses the following times:
62+
63+
- cglpk: 0.02 s
64+
- cplex: 0.30 s
65+
- gurobi: 0.12 s
66+
- mosek: 0.23 s
67+
68+
6569
2. It's fast. CORDA for Python uses a strategy similar to FastFVA, where a previous
6670
solution basis is recycled repeatedly (speed-up of ~4-10 times). A normal
6771
reconstruction for Recon 1 with mCADRE can take several hours. With the original

0 commit comments

Comments
 (0)