Move information for a single vertex (without net reference)
Definition moveinfo.hpp:37
std::uint8_t to_part
The partition the vertex is moving to.
Definition moveinfo.hpp:43
std::uint8_t from_part
The partition the vertex is moving from.
Definition moveinfo.hpp:41
Node v
The vertex being moved.
Definition moveinfo.hpp:39
Move information for a single vertex in a net.
Definition moveinfo.hpp:18
std::uint8_t to_part
The partition the vertex is moving to.
Definition moveinfo.hpp:26
Node net
The net being processed.
Definition moveinfo.hpp:20
Node v
The vertex being moved.
Definition moveinfo.hpp:22
std::uint8_t from_part
The partition the vertex is moving from.
Definition moveinfo.hpp:24