lsils / mockturtle

C++ logic network library
MIT License
210 stars 139 forks source link

`rank_view` interface for logic networks #583

Closed marcelwa closed 1 year ago

marcelwa commented 1 year ago

A rank_view tracks node positions within each level of the network. Nodes can be swapped within their ranks, sorted given a comparator, and iterated over in rank order.