From 0d1b1ddacfc43e2b34a8827f0d1ed1cd117a1b05 Mon Sep 17 00:00:00 2001 From: Zach Smith Date: Wed, 20 Sep 2017 14:57:30 -0400 Subject: [PATCH] Added package syphus --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]