diff options
author | William PC <w_calandrini[at]hotmail[dot]com> | 2022-11-12 06:04:01 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-12 22:32:59 +0700 |
commit | 05e026d95abd9e9317241682751b2c61c6c35af2 (patch) | |
tree | f549545ffb1bbaf951819ac25e582b6c905d6ce9 /academic/dwave-tabu/README | |
parent | 373c2d6bed637e580f07b4a16866fabf42fd3647 (diff) |
academic/dwave-tabu: Added (C/C++ implementation of MST2 for QUBO)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/dwave-tabu/README')
-rw-r--r-- | academic/dwave-tabu/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/academic/dwave-tabu/README b/academic/dwave-tabu/README new file mode 100644 index 0000000000..0a82867af8 --- /dev/null +++ b/academic/dwave-tabu/README @@ -0,0 +1,7 @@ + A C/C++ implementation of the MST2 multistart tabu search algorithm +for quadratic unconstrained binary optimization (QUBO) problems with +a dimod sampler Python interface. + + + For running tests set the environment variable TESTS=yes, this +requires dimod. |