Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use id_order=True on vf2_mapping() for VF2Layout pass
Using id_order=False orders the nodes by degree which biases the mapping found by vf2 towards nodes with higher connectivity which typically have higher error rates. Until the pass is made noise aware to counter this bias we should just use id_order=True which uses the node id for the order (which roughly matches insertion order) which won't have this bias in the results.
- Loading branch information