aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-09-20 20:00:17 +0100
committerGitHub <noreply@github.com>2017-09-20 20:00:17 +0100
commita74688b2bc5db46728b8d658bfb86dbabdc25c91 (patch)
treefc859106d2e2f9a81598a97eb94b752c0a523323
parentb2cb3440a94d6f7fc93306482106a55408923dde (diff)
parent0d1b1ddacfc43e2b34a8827f0d1ed1cd117a1b05 (diff)
downloadpackages-a74688b2bc5db46728b8d658bfb86dbabdc25c91.tar.gz
packages-a74688b2bc5db46728b8d658bfb86dbabdc25c91.zip
Merge pull request #585 from subsetpark/add-syphus1857
Add package syphus
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index dfa5a96..a726e80 100644
--- a/packages.json
+++ b/packages.json
@@ -7223,5 +7223,17 @@
"description": "Design by Contract (DbC) library with minimal runtime.",
"license": "MIT",
"web": "https://github.com/Udiknedormin/NimContracts"
+ },
+ {
+ "name": "syphus",
+ "url": "https://github.com/makingspace/syphus-nim",
+ "method": "git",
+ "tags": [
+ "optimization",
+ "tabu"
+ ],
+ "description": "An implementation of the tabu search heuristic in Nim.",
+ "license": "BSD-3",
+ "web": "https://github.com/makingspace/syphus-nim"
}
]