FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.varOrdering.linear.LinearOrdering< V extends Addable< V >, U extends Addable< U > >.Heuristic< T extends Comparable< T > &Serializable > Interface Template Reference

Variable ordering heuristic. More...

Public Member Functions

getScore (List< String > order, String var)
 Computes the score of a given variable.

Detailed Description

Variable ordering heuristic.

Note
All heuristics must have a constructor that takes in a ProblemInterface.
Parameters
<T>the type used for variable scores

Member Function Documentation

◆ getScore()

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.

Parameters
orderthe current partial order
varthe variable
Returns
the score for the variable

The documentation for this interface was generated from the following file: