org.ddolibscala.modeling.FastLowerBound
Heuristic defining a fast lower bound for states
Type parameters
-
T
-
the type of the state
Attributes
-
Graph
-
-
Supertypes
-
trait FastLowerBound[T]
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
Returns a very rough estimation (lower bound) of the optimal value that could be reached if state were the initial state.
Returns a very rough estimation (lower bound) of the optimal value that could be reached if state were the initial state.
Value parameters
-
state
-
the state for which the estimate is to be computed
-
variables
-
the set of unassigned variables
Attributes
-
Returns
-
a very rough estimation (lower bound) of the optimal value that could be reached if state were the initial state
Used by the solver. Convert the input and output of lowerBound from Java to Scala and vice versa.
Used by the solver. Convert the input and output of lowerBound from Java to Scala and vice versa.
Attributes
-
Definition Classes
-
FastLowerBound