Instance 4_72 using the Global Sequencing Constraint
NODES
TIME
avg
min
avg
min
s_l_l_c_gs 73.00 73.00 0.18 0.18
r_e_l_c_gs -- -- -- --
pq_e_m_c_gs -- -- -- --
R_s_m_c_gs 25045.60 61.00 13.84 0.12
L_e_m_c_gs 42971.80 442.00 29.49 0.49
R_l_m_c_gs 264502.40 660.00 137.63 0.41
L_l_m_o_gs 82.80 82.00 0.16 0.16
d_s_m_c_gs 579346.60 333.00 361.75 0.30
d_l_l_c_gs 95.20 92.00 0.20 0.19
d_e_l_c_gs 181.60 93.00 0.25 0.19
s_l_m_c_gs -- -- -- --
s_l_m_o_gs -- -- -- --
S_l_l_o_gs 1318538.40 1222992.00 1180.64 1097.35
l_l_l_c_gs 91.00 91.00 0.20 0.19
l_l_m_c_gs 226.20 65.00 0.22 0.12
s_s_l_c_gs -- -- -- --
L_s_l_c_gs -- -- -- --
r_s_l_c_gs -- -- -- --
R_e_m_c_gs 25381.00 61.00 13.94 0.12
R_l_l_c_gs 73.00 73.00 0.18 0.18
S_e_m_c_gs -- -- -- --
S_l_m_o_gs -- -- -- --
r_l_l_o_gs 18433.00 18433.00 17.01 16.83
l_e_m_c_gs 227.40 65.00 0.22 0.12
pq_s_m_c_gs -- -- -- --
pq_l_m_c_gs -- -- -- --
l_l_m_o_gs 83.00 83.00 0.16 0.16
S_e_l_c_gs -- -- -- --
d_l_m_o_gs 94.20 85.00 0.22 0.22
s_l_l_o_gs 1319533.20 1222992.00 1181.05 1096.37
mo_s_m_c_gs 62.80 58.00 0.13 0.13
S_s_l_c_gs -- -- -- --
S_s_m_c_gs -- -- -- --
pq_s_l_c_gs -- -- -- --
r_l_m_c_gs -- -- -- --
s_e_m_c_gs -- -- -- --
R_e_l_c_gs -- -- -- --
L_s_m_c_gs 43145.40 442.00 29.66 0.49
pq_l_m_o_gs -- -- -- --
L_e_l_c_gs -- -- -- --
d_s_l_c_gs 276.00 69.00 0.31 0.17
d_e_m_c_gs 843663.80 335.00 513.04 0.30
r_e_m_c_gs -- -- -- --
R_l_l_o_gs 154.00 154.00 0.45 0.44
R_l_m_o_gs 2184095.80 104.00 962.11 0.25
d_l_m_c_gs 848467.40 336.00 513.77 0.30
pq_l_l_o_gs -- -- -- --
L_l_l_o_gs 149.60 149.00 0.37 0.37
s_s_m_c_gs -- -- -- --
s_e_l_c_gs -- -- -- --
S_l_l_c_gs 73.00 73.00 0.18 0.18
d_l_l_o_gs 233125.20 232028.00 365.34 360.82
r_l_l_c_gs 73.00 73.00 0.18 0.18
l_s_m_c_gs 227.40 65.00 0.22 0.12
l_s_l_c_gs -- -- -- --
l_e_l_c_gs -- -- -- --
mo_s_l_c_gs 126.80 63.00 0.20 0.15
pq_l_l_c_gs -- -- -- --
S_l_m_c_gs -- -- -- --
pq_e_l_c_gs -- -- -- --
r_l_m_o_gs -- -- -- --
L_l_l_c_gs 74.00 74.00 0.18 0.18
L_l_m_c_gs 36438.60 440.00 25.31 0.49
r_s_m_c_gs -- -- -- --
l_l_l_o_gs 159.00 156.00 0.37 0.37
R_s_l_c_gs -- -- -- --

Best configurations

['L_e_m_c_gs', 'L_l_l_c_gs', 'L_l_l_o_gs', 'L_l_m_c_gs', 'L_l_m_o_gs', 'L_s_m_c_gs', 'R_e_m_c_gs', 'R_l_l_c_gs', 'R_l_l_o_gs', 'R_l_m_c_gs', 'R_s_m_c_gs', 'S_l_l_c_gs', 'd_e_l_c_gs', 'd_e_m_c_gs', 'd_l_l_c_gs', 'd_l_l_o_gs', 'd_l_m_c_gs', 'd_l_m_o_gs', 'd_s_l_c_gs', 'd_s_m_c_gs', 'l_e_m_c_gs', 'l_l_l_c_gs', 'l_l_l_o_gs', 'l_l_m_c_gs', 'l_l_m_o_gs', 'l_s_m_c_gs', 'mo_s_l_c_gs', 'mo_s_m_c_gs', 'r_l_l_c_gs', 'r_l_l_o_gs', 's_l_l_c_gs']

Description

Each table represents some statics related to given configuration. A configuration is denoted by A_B_C_D_E where :
  1. A is the selection criteria. We denote by
    • mo : Max option
    • pq : The capacity q\p
    • d : The residual demand
    • l : The load
    • s : The slack
    • r : The usage rate
  2. B is the aggregation function. We denote by
    • l : Lexicographic order
    • s : Sum of the elements
    • e : Euclidean norm
  3. C is the exploration criteria. We denote by
    • l : Lexicographic exploration
    • m : Middle towars sides
  4. D is the Branching parameter. We denote by
    • o : Option
    • c : Class
  5. E is the filtering model. We denote by
    • n : The default model using sum constraints
    • am : The model using the AtMostSeqCard Constraint
    • gs : The model using the Global Sequencing Constraint (GSC)
    • gsam : The model combining AtMostSeqCard+GSC
    • f : The model using the new filtering algorithm