dwavesystems / minorminer

minorminer is a heuristic tool for minor embedding: given a minor and target graph, it tries to find a mapping that embeds the minor into the target.
https://docs.ocean.dwavesys.com/en/stable/docs_minorminer/source/sdk_index.html
Apache License 2.0
48 stars 40 forks source link

All arguments in `find_subgraph` are dumped in `kwargs` #255

Open kevinchern opened 1 day ago

kevinchern commented 1 day ago

minorminer.subgraph.find_subgraph args are all defined with kwargs and is ambiguous.