Skip to content
  • Gauthier Quesnel's avatar
    solver-z: rewrite runtime solver selection · d58c1819
    Gauthier Quesnel authored
    Previously, only the exhaustive solver was used and could lead to NOEM.
    This patch allows to switches from B&B solver, exhaustive solver and a
    local greedy solver according to the complexity of the constraint.
    
    (Reference: #35).
    d58c1819