The class label stores all information related to a variable label in the relaxation labelling algorithm. More...
#include <relax.h>
Public Member Functions | |
label () | |
Constructor. | |
Protected Attributes | |
double | weight [2] |
label weigth at current and next iterations | |
std::list< constraint > | constraints |
list of constraints for the label | |
Friends | |
class | relax |
The class label stores all information related to a variable label in the relaxation labelling algorithm.
label::label | ( | ) |
Constructor.
friend class relax [friend] |
std::list<constraint> label::constraints [protected] |
list of constraints for the label
double label::weight[2] [protected] |
label weigth at current and next iterations