SimpleFrontier

org.ddolibscala.tools.ddo.frontier.SimpleFrontier

Factory for SimpleFrontier

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[T](ranking: StateRanking[T]): SimpleFrontier[T]

Returns a simple frontier using a Frontier cutset

Returns a simple frontier using a Frontier cutset

Type parameters

T

the type of states

Value parameters

ranking

the ordering used to determine which subproblem is most promising and should be explored first

Attributes

Returns

a simple frontier using a Frontier cutset

See also
def lastExactLayer[T](ranking: StateRanking[T]): SimpleFrontier[T]

Returns a simple frontier using a LastExactLayer cutset

Returns a simple frontier using a LastExactLayer cutset

Type parameters

T

the type of states

Value parameters

ranking

the ordering used to determine which subproblem is most promising and should be explored first

Attributes

Returns

a simple frontier using a LastExactLayer cutset

See also