#include "sgm/Graph_Interface.hh"#include "sgm/Match.hh"#include <climits>#include <iostream>#include <iomanip>

Go to the source code of this file.
Data Structures | |
| class | sgm::Pattern_Interface::Match_Constraint |
| class | sgm::Pattern |
| class | sgm::Pattern_Interface |
| Pattern description to be matched. More... | |
Namespaces | |
| namespace | sgm |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const sgm::Pattern &g) |
| std::ostream& operator<< | ( | std::ostream & | out, |
| const sgm::Pattern & | g | ||
| ) |
Prints a Pattern instance to stream. For each node its label and the adjancent nodes including the edge label is printed.
| out | the stream to write to |
| g | the graph to write |