|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Protected Types | |
| using | Graph = List_Graph< Graph_Node< int >, Graph_Arc< int > > |
| using | Node = Graph::Node |
| using | Arc = Graph::Arc |
Protected Member Functions | |
| Node * | add_node (int val) |
| Arc * | add_edge (Node *n1, Node *n2) |
| void | build_complete_graph (int n) |
Protected Attributes | |
| Graph | g |
Definition at line 51 of file hamiltonian_test.cc.
|
protected |
Definition at line 56 of file hamiltonian_test.cc.
|
protected |
Definition at line 54 of file hamiltonian_test.cc.
|
protected |
Definition at line 55 of file hamiltonian_test.cc.
Definition at line 65 of file hamiltonian_test.cc.
References g, and Aleph::List_Graph< _Graph_Node, _Graph_Arc >::insert_arc().
Referenced by build_complete_graph().
Definition at line 60 of file hamiltonian_test.cc.
References g, and Aleph::List_Graph< _Graph_Node, _Graph_Arc >::insert_node().
Referenced by build_complete_graph().
Definition at line 71 of file hamiltonian_test.cc.
References add_edge(), add_node(), and nodes.
|
protected |
Definition at line 58 of file hamiltonian_test.cc.
Referenced by add_edge(), and add_node().