dwavesystems / dwave-system

An API for easily incorporating the D-Wave system as a sampler, either directly or through Leap's cloud-based hybrid samplers
https://docs.ocean.dwavesys.com/
Apache License 2.0
87 stars 61 forks source link

Respect low-level solver order on failover #480

Closed randomir closed 1 year ago

randomir commented 1 year ago

Fix #479.

The amount of dwave.cloud.Client.get_solver code/functionality replication turns out to be less then expected. Still not ideal, but probably the best solution without/until cloud-client config refactor.