Skip to content

Commit aa0a6aa

Browse files
committed
Update
1 parent 484019b commit aa0a6aa

2 files changed

Lines changed: 92 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
8×8 DataFrame
2+
Row │ p n alg solver result_count solve_time subproblem_count percent_time
3+
│ Int64 Int64 String String Float64 Int64 Float64 Float64
4+
─────┼───────────────────────────────────────────────────────────────────────────────────────────────────
5+
1 │ 2 200 Dichotomy Gurobi 34.7 1 68.9 88.1
6+
2 │ 2 200 Dichotomy HiGHS 34.9 6 68.1 98.3
7+
3 │ 2 200 EpsilonConstraint Gurobi 405.4 29 813.8 98.8
8+
4 │ 2 200 EpsilonConstraint HiGHS 405.4 351 813.8 100.0
9+
5 │ 2 200 TambyVanderpooten Gurobi 405.4 31 818.2 98.8
10+
6 │ 2 200 TambyVanderpooten HiGHS 405.4 366 818.6 99.9
11+
7 │ 3 100 TambyVanderpooten Gurobi 3956.3 768 15928.4 96.7
12+
8 │ 4 50 TambyVanderpooten Gurobi 2008.8 715 16857.9 67.3

0 commit comments

Comments
 (0)