|
CkPttn 1.2.4
|
Move information for a single vertex in a net. More...
#include <moveinfo.hpp>
Public Attributes | |
| Node | net |
| The net being processed. | |
| Node | v |
| The vertex being moved. | |
| std::uint8_t | from_part |
| The partition the vertex is moving from. | |
| std::uint8_t | to_part |
| The partition the vertex is moving to. | |
Move information for a single vertex in a net.
This struct stores information about moving a single vertex from one partition to another. Used in the FM algorithm to track gain calculations for individual net-pin relationships.
| Node | The node type (typically representing a module or net) |
| std::uint8_t MoveInfo< Node >::from_part |
The partition the vertex is moving from.
| Node MoveInfo< Node >::net |
The net being processed.
| std::uint8_t MoveInfo< Node >::to_part |
The partition the vertex is moving to.
| Node MoveInfo< Node >::v |
The vertex being moved.