{ "opencollection": "1.0.0", "info": { "name": "D-Wave Leap Solvers Account Hybrid API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Hybrid", "type": "folder" }, "items": [ { "info": { "name": "Submit Hybrid Problem", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.dwavesys.com/sapi/v2/problems/", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a Constrained Quadratic Model (CQM), Binary Quadratic Model (BQM), Discrete\nQuadratic Model (DQM), or Nonlinear (NL) problem to a Leap hybrid solver. Supports\nindustry-scale problems up to ~2 million variables/constraints. Solver name must\nmatch an active hybrid solver discoverable via `/solvers/remote/`.\n" } ] } ], "bundled": true }