Package org.ddolib.examples.srflp


package org.ddolib.examples.srflp
This package implements the acs, astar and ddo models for the Single Row Facility Layout Problem (SRFLP). For more details and this problem and its model see Coppé, V., Gillard, X., and Schaus, P. (2022). Solving the constrained single-row facility layout problem with decision diagrams. In 28th International Conference on Principles and Practice of Constraint Programming (CP 2022) (pp. 14-1). Schloss Dagstuhl–Leibniz-Zentrum für Informatik.

In this model:

  • Each variable/layer represent the position of the next department to be placed.
  • The domain of each variable is the set of the remaining not placed department.
  • Class
    Description
    The Single-Row Facility Layout Problem (SRFLP) with Acs.
    The Single-Row Facility Layout Problem (SRFLP) with AsTar.
    The Single-Row Facility Layout Problem (SRFLP) with Ddo.
    Provides a fast lower-bound estimation for the Single-Row Facility Layout Problem (SRFLP) based on the current state of the solution.
    Entry point for solving the Single Row Facility Layout Problem (SRFLP) using a Large Neighborhood Search (LNS) approach.
    A Single-Row Facility Layout Problem (SRFLP) instance.
    Implements a ranking between two SRFLPState instances for use in decision diagram or search-based algorithms.
    Implementation of a relaxation for the Single Row Facility Layout Problem (SRFLP).
    Represents a state in a Single Row Facility Layout Problem (SRFLP) instance.