mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
8 lines
256 B
Text
8 lines
256 B
Text
|
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.
|