README 482 B

12345678910111213
  1. dimod is a shared API for samplers. It provides:
  2. - classes for quadratic models---such as the binary quadratic model
  3. (BQM) class that contains Ising and QUBO models used by samplers
  4. such as the D-Wave system---and higher-order (non-quadratic)
  5. models.
  6. - reference examples of samplers and composed samplers.
  7. - abstract base classes for constructing new samplers and composed
  8. samplers.
  9. If you want to run the tests set the environment variable TESTS=yes.