Class SRFLPAcsMain

java.lang.Object
org.ddolib.examples.srflp.SRFLPAcsMain

public class SRFLPAcsMain extends Object
The Single-Row Facility Layout Problem (SRFLP) with Acs. Entry point for solving the Single-Row Facility Layout Problem (SRFLP) using the Anytime Column Search (ACS) algorithm.

Usage:


 java SRFLPAcsMain [instanceFile]
 
If no instance file is provided as an argument, a default instance located at data/SRFLP/simple will be used.

The ACS model requires the following components:

  • SRFLPProblem – the problem definition (distance/cost matrix, number of facilities, etc.),
  • SRFLPFastLowerBound – a fast lower-bound estimator for pruning or ranking states,
  • Optional column width for solution display formatting.

After the search is completed, the program prints:

See Also:
  • Constructor Details

    • SRFLPAcsMain

      public SRFLPAcsMain()
  • Method Details