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.
-
ClassDescriptionCutset type for the decision diagram compilation.Frontier<T>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
Frontierfor a solver, based on a plain priority queue.