Polymake Template Library (PTL) 4.13
|
Implementation of pm::graph::Graph class. More...
Classes | |
class | pm::graph::Graph< TDir > |
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... | |
class | polymake::Graph< TDir > |
Directed or undirected finite graphs. More... | |
class | polymake::NodeMap< TDir, E, TParams > |
data structure to store data at the nodes of a Graph More... | |
class | polymake::EdgeMap< TDir, E, TParams > |
data structure to store data at the edges of a Graph More... | |
Namespaces | |
namespace | pm |
global namespace for all classes from the polymake project | |
namespace | polymake |
namespace to be used for client code | |
namespace | std |
STL namespace. | |
Functions | |
graph::Graph | pm::complete_graph (Int n_nodes) |
create complete graph on given number of nodes | |
graph::Graph | polymake::complete_graph (Int n_nodes) |
create complete graph on given number of nodes | |
Implementation of pm::graph::Graph class.