From 862695a7374bc60368d09a7e695ae0b8aa3b97c2 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Sat, 4 Jan 2020 00:52:36 +0100 Subject: Rework intuitive solver to consider all solutions --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b5332fa..45650fb 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,14 @@ authors = ["Dennis Kobert ", "Jan Zwerschke"] edition = "2018" +[features] + +gpu = ["ocl"] [dependencies] num = "0.2" +rayon = "1.3" permutohedron = "0.2" +permutation_way = { git = "https://github.com/corentinway/permutation_way_rs" } + +ocl = { version = "0.19", optional = true} -- cgit v1.2.3-54-g00ecf