FreeLing
4.0
|
#include <list>
#include <vector>
Go to the source code of this file.
Classes | |
class | freeling::constraint |
The class constraint implements a constraint for the relaxation labelling algorithm. More... | |
class | freeling::label |
The class label stores all information related to a variable label in the relaxation labelling algorithm. More... | |
class | freeling::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 | freeling::relax |
The class relax implements a generic solver for consistent labelling problems, using relaxation labelling algorithm. More... | |
Namespaces | |
namespace | freeling |