diff options
Diffstat (limited to 'academic/dwavebinarycsp/README')
-rw-r--r-- | academic/dwavebinarycsp/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/academic/dwavebinarycsp/README b/academic/dwavebinarycsp/README new file mode 100644 index 000000000000..9f177497e796 --- /dev/null +++ b/academic/dwavebinarycsp/README @@ -0,0 +1,7 @@ + Library to construct a binary quadratic model from a constraint +satisfaction problem with small constraints over binary variables. + + + If you want to run the tests set the environment variable TESTS=yes +this requires: blas, lapack, dimod, homebase, networkx, numpy3, +penaltymodel and scipy3. |