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