#include <graph.h>
Public Member Functions | |
| GraphEdge (int a, int b) | |
| bool | operator== (const GraphEdge &o) const |
| bool | operator< (const GraphEdge &o) const |
Public Attributes | |
| int | n1 |
| int | n2 |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 73 of file graph.h. Referenced by operator<(), and operator==(). |
|
|
Definition at line 74 of file graph.h. Referenced by operator<(), and operator==(). |
1.3.9.1