#include <bin-packing.hh>
Public Member Functions | |
Clique (Region &r, int m) | |
Constructor for m nodes. More... | |
void | incl (int i, unsigned int w) |
Include node i with weight w. More... | |
void | excl (int i, unsigned int w) |
Exclude node i with weight w. More... | |
Public Attributes | |
NodeSet | n |
Nodes in the clique. More... | |
unsigned int | c |
Cardinality of clique. More... | |
unsigned int | w |
Weight of clique. More... | |
Clique information.
Definition at line 269 of file bin-packing.hh.
|
inline |
Constructor for m nodes.
Definition at line 131 of file conflict-graph.hpp.
|
inline |
Include node i with weight w.
Definition at line 134 of file conflict-graph.hpp.
|
inline |
Exclude node i with weight w.
Definition at line 138 of file conflict-graph.hpp.
NodeSet Gecode::Int::BinPacking::ConflictGraph::Clique::n |
Nodes in the clique.
Definition at line 272 of file bin-packing.hh.
unsigned int Gecode::Int::BinPacking::ConflictGraph::Clique::c |
Cardinality of clique.
Definition at line 274 of file bin-packing.hh.
unsigned int Gecode::Int::BinPacking::ConflictGraph::Clique::w |
Weight of clique.
Definition at line 276 of file bin-packing.hh.