#include <maxclique.h>
Inheritance diagram for CliqueConfiguration:
Public Member Functions | |
CliqueConfiguration (int nbvar, int cliquesize) | |
void | copy_element (Configuration *config2) |
Public Attributes | |
int | cliquesize |
int * | clique |
int * | remainvariables |
|
copy a configuration config2 into this Reimplemented from FullincrCSPConfiguration. |
|
the variables in the configuration trying to form a clique : the number of missing edges to form a clique is the evaluation of the configuration |
|
remainvariables array : the variables in configuration not in clique array |