Class TSAcsMain

java.lang.Object
org.ddolib.examples.talentscheduling.TSAcsMain

public class TSAcsMain extends Object
The talent scheduling problem (tsp) with Acs. Entry point for solving instances of the Talent Scheduling Problem (TSP) using an Anytime Column Search (Acs) strategy.

This class reads a problem instance from a file, initializes the corresponding TSProblem, and creates an AcsModel for TSState. It then runs the ACS solver to find a (near-)optimal schedule and prints both the solution and search statistics.

Usage:

 java TSAcsMain [instanceFile]
 
If no instanceFile argument is provided, the default instance data/TalentScheduling/film-12 will be used.
  • Constructor Details

    • TSAcsMain

      public TSAcsMain()
  • Method Details