#include <ckpttn/moveinfo.hpp>
template<typename Node>
MoveInfo struct
Move information for a single vertex in a net.
| Template parameters | |
|---|---|
| Node | The node type (typically representing a module or 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.