36 #ifndef GRAPHS_PRODUCT_H
37 #define GRAPHS_PRODUCT_H
60 vector<vector<short unsigned int>> createFootPrint();
: Un produit de graphs
Definition: graphs.product.h:47
vector< Graph * > graphs
Pointers to the graphs of the product.
Definition: graphs.product.h:49
unsigned int rank
Rank of the product.
Definition: graphs.product.h:50
ostream & operator<<(ostream &o, const Graph &g)
Definition: graph.cpp:36