summaryrefslogtreecommitdiffstats
path: root/development/qbsolv/README
diff options
context:
space:
mode:
author William PC <w_calandrini[at]hotmail[dot]com>2022-11-05 10:27:18 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-05 21:15:13 +0700
commit047ee1b7e27f96f01615142584a56020fb490e12 (patch)
tree59ca4658c33e0d34360f283b1faa9c725c89e792 /development/qbsolv/README
parentde1e236a5be3238464a78e105d9fc7761ad90ee2 (diff)
downloadslackbuilds-047ee1b7e27f96f01615142584a56020fb490e12.tar.gz
slackbuilds-047ee1b7e27f96f01615142584a56020fb490e12.tar.xz
development/qbsolv: Added (A decomposing solver for QUBO)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/qbsolv/README')
-rw-r--r--development/qbsolv/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/development/qbsolv/README b/development/qbsolv/README
new file mode 100644
index 0000000000..772f42a824
--- /dev/null
+++ b/development/qbsolv/README
@@ -0,0 +1,5 @@
+ Qbsolv,a decomposing solver, finds a minimum value of a large
+quadratic unconstrained binary optimization (QUBO) problem by splitting
+it into pieces solved either via a D-Wave system or a classical tabu
+solver. (Note that qbsolv by default uses its internal classical
+solver. Access to a D-Wave system must be arranged separately.)