#include <WeightedDegree.h>
Inheritance diagram for WeightedDegree:

Public Types | |
| enum | Preference { Minimum, Maximum } |
Public Member Functions | |
| WeightedDegree (Decomposition &decomposition, const vector< pair< double, double > > &intervals, double quality=1, Preference preference=Maximum) | |
| virtual void | select (vlist_type &selectable, vlist_type &selected) |
|
|
|
|
||||||||||||||||||||
|
Constructor.
|
|
||||||||||||
|
Select the variables with the best weighted degree, according to the current preference.
Implements VariableOH. |
1.3.9.1