Instance 16_81 using the slack based filtering
NODES
TIME
avg
min
avg
min
d_l_l_o_f -- -- -- --
r_l_l_c_f 3827753.20 1521.00 257.64 0.11
s_l_l_c_f 3592664.80 1521.00 240.91 0.11
s_e_l_c_f 8162292.40 34445.00 961.75 2.90
s_l_l_o_f 189725.80 165313.00 19.82 16.81
l_l_l_o_f -- -- -- --
pq_s_l_c_f -- -- -- --
l_l_l_c_f 3470520.20 1485.00 234.08 0.11
pq_l_l_o_f -- -- -- --
d_s_l_c_f 3016035.20 258.00 296.54 0.04
mo_s_l_c_f -- -- -- --
s_s_l_c_f 8144737.20 34445.00 961.97 2.95
r_e_l_c_f 8482014.20 44663.00 961.72 3.67
d_l_l_c_f 630064.40 268.00 52.67 0.04
d_e_l_c_f 2948204.00 258.00 293.90 0.04
r_l_l_o_f 1510984.00 1510984.00 103.78 103.42
l_s_l_c_f 8127691.80 34131.00 962.07 2.92
r_s_l_c_f 8096590.40 34535.00 961.96 2.89
pq_l_l_c_f -- -- -- --
pq_e_l_c_f -- -- -- --
l_e_l_c_f 8259161.00 33972.00 961.72 2.86

Best configurations

['d_l_l_c_f', 'l_l_l_c_f', 'r_l_l_c_f', 'r_l_l_o_f', 's_l_l_c_f', 's_l_l_o_f']

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