#include <list>
#include <vector>
Include dependency graph for relax.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | problem |
The class problem stores the structure of a problem, namely, a vector with a position for each variable to consider, and for each variable, a list of initial weights for each possible label. More... | |
class | label |
The class label stores all information related to a variable label in the relaxation labelling algorithm. More... | |
class | constraint |
The class constraint implements a constraint for the relaxation labelling algorithm. More... | |
class | relax |
The class relax implements a generic solver for consistent labelling problems, using relaxation labelling algorithm. More... |