23#ifndef GRAPHSPRODUCTSET_H
24#define GRAPHSPRODUCTSET_H
48 set<Graph *, GraphPtrComp>
: Un produit de graphs
Definition graphs.product.h:47
Definition graphs.product.set.h:45
unsigned int rank
Rank of the graph.
Definition graphs.product.set.h:47
friend ostream & operator<<(ostream &o, const GraphsProductSet &gp)
Definition graphs.product.set.cpp:67
set< Graph *, GraphPtrComp > graphs
Pointeurs vers les graphes qui constituent le produit.
Definition graphs.product.set.h:49
bool areVerticesSubsetOf(const GraphsProductSet &gp) const
Test if the vertices appear in another Product.
Definition graphs.product.set.cpp:50
GraphsProductSet()
Definition graphs.product.set.cpp:25
vector< short unsigned int > get_vertices() const
Definition graphs.product.set.cpp:35