lnis-uofu / LSOracle

IDEA project source files
MIT License
94 stars 42 forks source link

techmapper: fixes for MIG networks #72

Closed Ravenslofty closed 2 years ago

Ravenslofty commented 2 years ago

Mapping MIG networks was previously broken because when importing from AIG one input would be constant, and the topological ordering code didn't go through constants, resulting in "not topologically ordered" exceptions. By adding some extra code to handle that case mapping to MIG works now.