Polymake Template Library (PTL): lib/core/include/Graph.h File Reference
Polymake Template Library (PTL)  4.2
Graph.h File Reference

Implementation of pm::graph::Graph class. More...

Classes

class  pm::graph::NodeMap< TDir, E, TParams >
 data structure to store data at the nodes of a Graph More...
 
class  pm::graph::EdgeMap< TDir, E, TParams >
 data structure to store data at the edges of a Graph More...
 
class  pm::graph::Graph
 Directed or undirected finite graphs. More...
 
class  pm::graph::NodeMap< TDir, E, TParams >
 data structure to store data at the nodes of a Graph More...
 
class  pm::graph::EdgeMap< TDir, E, TParams >
 data structure to store data at the edges of a Graph More...
 

Namespaces

 pm
 global namespace for all classes from the polymake project
 
 polymake
 namespace to be used for client code
 

Functions

graph::Graph pm::complete_graph (Int n_nodes)
 create complete graph on given number of nodes
 

Detailed Description

Implementation of pm::graph::Graph class.