aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Smith <zd@zdsmith.com>2017-09-20 14:57:30 -0400
committerZach Smith <zd@zdsmith.com>2017-09-20 14:57:30 -0400
commit0d1b1ddacfc43e2b34a8827f0d1ed1cd117a1b05 (patch)
treefc859106d2e2f9a81598a97eb94b752c0a523323
parentb2cb3440a94d6f7fc93306482106a55408923dde (diff)
downloadpackages-0d1b1ddacfc43e2b34a8827f0d1ed1cd117a1b05.tar.gz
packages-0d1b1ddacfc43e2b34a8827f0d1ed1cd117a1b05.zip
Added 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"
}
]