Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⚡ Improve handling of dedicated subgraphs in exact mapper (#308)
## Description This tiny PR improves the performance when a dedicated subgraph of an architecture is specified. This was only incompletely handled, which led to very inefficient computations (e.g., the SWAP limit was still computed from the whole architecture). This PR just reduces the architecture to the subgraph as part of the mapping. ## Checklist: <!--- This checklist serves as a reminder of a couple of things that ensure your pull request will be merged swiftly. --> - [x] The pull request only contains commits that are related to it. - [x] I have added appropriate tests and documentation. - [x] I have made sure that all CI jobs on GitHub pass. - [x] The pull request introduces no new warnings and follows the project's style guidelines. Signed-off-by: Lukas Burgholzer <[email protected]>
- Loading branch information