dwavesystems / dwavesystems/dimod
Allow CQMs to be constructed in storage rather than memory
Open
enhancement
- Dominant language
- Python
- Stars
- 143
- Forks
- 91
- Avg merge
- 1h 24m
- Merged PRs (30d)
- 3
Description
For very large CQMs, it would be helpful to have something like [numpy.memmap](https://numpy.org/doc/stable/reference/generated/numpy.memmap.html). It would wrap a CQM file, as generated by `CQM.to_file`. Constraints and objectives could then be added directly to storage rather than being stored in memory.
Contributor guide
Assessment
This issue has not been assessed yet.