dwavesystems / dwavesystems/dwave-cloud-client
Implement conditional problem submit
Open
- Dominant language
- Python
- Stars
- 63
- Forks
- 44
- Avg merge
- 13h 45m
- Merged PRs (30d)
- 1
Description
Initially, the only condition can be a time limit. On problem submit, max allotted wall clock time can be given as additional parameter, e.g.:
```
solver.sample_ising(h, J, timeout=100)
```
In the first implementation, we'll have to track timeout on client side. But in future, SAPI could support conditions on submit endpoint. Something along the lines of `X-If-Retrievable-Until` header field.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.