Instance pb_200_01 using AtMostSeqCard
NODES
TIME
avg
min
avg
min
r_l_l_c_am -- -- -- --
l_l_l_c_am -- -- -- --
l_l_m_o_am 5786073.60 5624744.00 1195.36 1171.78
pq_l_l_c_am -- -- -- --
pq_l_m_c_am -- -- -- --
d_e_l_c_am -- -- -- --
d_s_m_c_am -- -- -- --
d_l_l_c_am -- -- -- --
d_l_l_o_am -- -- -- --
l_l_m_c_am 5399301.00 1540453.00 1006.12 226.08
pq_l_l_o_am -- -- -- --
pq_l_m_o_am -- -- -- --
s_e_m_c_am 5375320.40 26503.00 961.80 3.66
s_s_m_c_am 5372784.20 26503.00 961.85 3.63
pq_e_m_c_am -- -- -- --
s_s_l_c_am -- -- -- --
d_l_m_c_am -- -- -- --
s_l_l_c_am -- -- -- --
d_s_l_c_am -- -- -- --
s_e_l_c_am -- -- -- --
s_l_l_o_am -- -- -- --
r_l_l_o_am -- -- -- --
r_e_m_c_am 4899639.20 25609.00 961.68 3.65
s_l_m_c_am 4582071.20 162.00 961.17 0.04
r_l_m_c_am 4455806.80 162.00 961.06 0.04
s_l_m_o_am -- -- -- --
l_e_m_c_am 5193384.00 167.00 961.47 0.03
pq_s_m_c_am -- -- -- --
pq_s_l_c_am -- -- -- --
l_s_l_c_am -- -- -- --
r_s_l_c_am -- -- -- --
r_e_l_c_am -- -- -- --
l_s_m_c_am 5193381.40 167.00 961.24 0.04
mo_s_l_c_am -- -- -- --
mo_s_m_c_am -- -- -- --
r_l_m_o_am -- -- -- --
l_l_l_o_am -- -- -- --
pq_e_l_c_am -- -- -- --
d_e_m_c_am -- -- -- --
d_l_m_o_am -- -- -- --
l_e_l_c_am -- -- -- --
r_s_m_c_am 4967138.40 28081.00 961.98 3.93

Best configurations

['l_e_m_c_am', 'l_l_m_c_am', 'l_l_m_o_am', 'l_s_m_c_am', 'r_e_m_c_am', 'r_l_m_c_am', 'r_s_m_c_am', 's_e_m_c_am', 's_l_m_c_am', 's_s_m_c_am']

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