Package org.ddolib.ddo.core.frontier


package org.ddolib.ddo.core.frontier
This package contains the classes implementing solver frontiers.

In a first version of this library, and to keep things simple and easy, only one implementation will be provided: the simple frontier which is an almost direct mapping to a binary heap.

  • Class
    Description
    Cutset type for the decision diagram compilation.
    Defines the abstraction of a frontier (or open list) used by solvers to manage and prioritize the remaining subproblems that must be explored.
    A simple implementation of a Frontier for a solver, based on a plain priority queue.