36#ifndef GRAPHS_PRODUCT_H
37#define GRAPHS_PRODUCT_H
: Un produit de graphs
Definition graphs.product.h:47
vector< Graph * > graphs
Pointers to the graphs of the product.
Definition graphs.product.h:49
friend ostream & operator<<(ostream &o, const GraphsProduct &gp)
Definition graphs.product.cpp:48
GraphsProduct()
Definition graphs.product.cpp:25
vector< vector< short unsigned int > > createFootPrint()
Create a footprint for the graph. This footprint is used as a key for the map CoxIter....
Definition graphs.product.cpp:27
unsigned int rank
Rank of the product.
Definition graphs.product.h:50