This PR is a follow-up to #668 and fixes an overlooked dependency of the mqt-core-dd library on the mqt-core-algo library that somehow went unnoticed in the original PR.
To this end, this PR reverts parts of #452 and moves the respective benchmarking code to the evaluation target.
Checklist:
[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.
Description
This PR is a follow-up to #668 and fixes an overlooked dependency of the
mqt-core-dd
library on themqt-core-algo
library that somehow went unnoticed in the original PR. To this end, this PR reverts parts of #452 and moves the respective benchmarking code to the evaluation target.Checklist: