MCPcopy Create free account
hub / github.com/dwavesystems/dwave-cloud-client / ProblemStructureError

Class ProblemStructureError

dwave/cloud/exceptions.py:72–73  ·  view source on GitHub ↗

Problem structure incompatible with a structured solver graph.

Source from the content-addressed store, hash-verified

70 """Solver cannot handle the given binary quadratic model."""
71
72class ProblemStructureError(InvalidProblemError): # inherit for backwards compat
73 """Problem structure incompatible with a structured solver graph."""
74
75
76class ProblemUploadError(Exception):

Callers 1

_sampleMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected