|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
Variable ordering heuristic. More...
Public Member Functions | |
| T | getScore (List< String > order, String var) |
| Computes the score of a given variable. | |
Variable ordering heuristic.
| <T> | the type used for variable scores |
| T frodo2.algorithms.varOrdering.linear.LinearOrdering< V extends Addable< V >, U extends Addable< U > >.Heuristic< T extends Comparable< T > &Serializable >.getScore | ( | List< String > | order, |
| String | var ) |
Computes the score of a given variable.
| order | the current partial order |
| var | the variable |