Class ALPDdoMain

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

public final class ALPDdoMain extends Object
Aircraft Landing Problem (ALP) with Ddo. Main class to solve the Aircraft Landing Problem (ALP) using the Decision Diagram Optimization (DDO) algorithm.

This class demonstrates how to:

  • Load an ALP instance from a data file.
  • Define a DdoModel for the problem, including relaxation, ranking, width heuristic, and fast lower bound.
  • Solve the problem using the Solvers with the DDO algorithm.
  • Monitor and print intermediate incumbent solutions found during the search.
See Also:
  • Constructor Details

    • ALPDdoMain

      public ALPDdoMain()
  • Method Details