| 78 | |
| 79 | Node source(Arc arc) const { return arc / _n2; } |
| 80 | Node target(Arc arc) const { return (arc % _n2) + _n1; } |
| 81 | |
| 82 | static int id(Node node) { return node; } |
| 83 | static int64_t id(Arc arc) { return arc; } |
no outgoing calls
no test coverage detected