-
Notifications
You must be signed in to change notification settings - Fork 0
/
perfor-compare.py
35 lines (34 loc) · 1.05 KB
/
perfor-compare.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
import gurobipy as gp
from gurobipy import GRB
import numpy as np
import sys
# this is the performance of the s-b cut
# 1 | 105588 | 1092.43
# 2 | 17711.7 | 7548.43
# 3 | 18029.2 | 7850.54
# 4 | 26444.6 | 11788.4
# 5 | 28835.9 | 12804
# 6 | 25140.3 | 14091.7
# 7 | 23950.8 | 14176.8
# 8 | 18813.2 | 14263.2
# 9 | 26774.6 | 14508.4
# 10 | 19080.5 | 14721.1
# 11 | 17897.8 | 14734.3
# 12 | 18586.2 | 14790
# 13 | 18473.1 | 14910.4
# 14 | 18099.6 | 14968.9
# 15 | 27177.5 | 14995.3
# 16 | 18473.5 | 15007.4
# 17 | 19000.1 | 15063.4
# 18 | 18895.2 | 15084.6
# 19 | 18647.1 | 15105.2
# 20 | 17865.1 | 15117
# 21 | 19141.6 | 15118.9
# 22 | 18473.1 | 15119.2
# 23 | 19153.8 | 15122.8
# 24 | 19141.5 | 15125.2
# 25 | 18479.3 | 15126.6
# 26 | 19142.2 | 15132.7
# 27 | 19007.3 | 15134.5
# 28 | 19018.2 | 15134.1
# 29 | 18942.7 | 15134