routing_info
RoutingInfo(indx, path)
¶
A class that represents routing information in terms of the cellbox index and the route segments that must be followed to reach this cellbox index.
Attributes:
| Name | Type | Description |
|---|---|---|
node_indx |
int
|
an int representing the node (cellbox) index |
path |
list<Segment>
|
a list of segments that represents the path to reach the cellbox of the |