guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: Add r-qap.


From: Ricardo Wurmus
Subject: 04/08: gnu: Add r-qap.
Date: Tue, 6 Feb 2018 05:22:04 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ffb59bcef769e5a362dd232b5e21575504212f6d
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 6 10:52:16 2018 +0100

    gnu: Add r-qap.
    
    * gnu/packages/cran.scm (r-qap): New variable.
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fe40cac..7af471a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1931,3 +1931,23 @@ timeout.  It can also poll several processes at once.")
 algorithms for the @dfn{traveling salesperson problem}(TSP) (also known as the
 traveling salesman problem).")
     (license license:gpl3)))
+
+(define-public r-qap
+  (package
+    (name "r-qap")
+    (version "0.1-1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "qap" version))
+       (sha256
+        (base32
+         "0d2d1ni1camixyi45lfy00f4pn3p063k7bsi8gj5scp6n15mdgb0"))))
+    (build-system r-build-system)
+    (native-inputs `(("gfortran" ,gfortran)))
+    (home-page "http://cran.r-project.org/web/packages/qap/";)
+    (synopsis "Heuristics for the quadratic assignment problem (QAP)")
+    (description "This package implements heuristics for the @dfn{quadratic
+assignment problem} (QAP).  Currently only a simulated annealing heuristic is
+available.")
+    (license license:gpl3)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]