Class ALPAcsMain

java.lang.Object
org.ddolib.examples.alp.ALPAcsMain

public final class ALPAcsMain extends Object
Aircraft Landing Problem (ALP) with Acs. Main class to solve the Aircraft Landing Problem (ALP) using the Anytime Column Search (ACS) algorithm.

This class demonstrates how to:

  • Load an ALP instance from a file.
  • Define an AcsModel for the problem, including the fast lower bound.
  • Solve the problem using the Solvers with the ACS algorithm.
  • Track and display intermediate incumbent solutions during the search.
See Also:
  • Constructor Details

    • ALPAcsMain

      public ALPAcsMain()
  • Method Details