Class ALPAstarMain

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

public final class ALPAstarMain extends Object
Aircraft Landing Problem (ALP) with AsTar. Main class to solve the Aircraft Landing Problem (ALP) using the A* search algorithm.

This class demonstrates how to:

  • Load an ALP instance from a data file.
  • Define a Model for the problem, including the fast lower bound.
  • Solve the problem using the Solvers with the A* algorithm.
  • Monitor and print intermediate incumbent solutions found during the search.
See Also: