|
CkPttn 1.2.4
|
Netlist data structure for circuit partitioning. More...
#include <cstddef>#include <cstdint>#include <py2cpp/dict.hpp>#include <py2cpp/range.hpp>#include <py2cpp/set.hpp>#include <vector>#include <xnetwork/classes/graph.hpp>
Go to the source code of this file.
Classes | |
| struct | Netlist< graph_t > |
| Netlist data structure. More... | |
| struct | Snapshot< Node > |
| Snapshot of partition state for rollback. More... | |
Typedefs | |
| using | graph_t = xnetwork::SimpleGraph |
| using | index_t = uint32_t |
| using | SimpleNetlist = Netlist< graph_t > |
Netlist data structure for circuit partitioning.
| using graph_t = xnetwork::SimpleGraph |
| using index_t = uint32_t |
| using SimpleNetlist = Netlist<graph_t> |