recursive_matching 1.0.1

Formulating unique assignments recursively.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "recursive_matching"
version = "1.0.1"
edition = "2021"
authors = ["John Santos johnmarisantos@protonmail.com"]
description = "Formulating unique assignments recursively."
license = "GPL-3.0-only"
repository = "https://github.com/JohnMVSantos/Recursive-Matching/"
homepage = "https://github.com/JohnMVSantos/Recursive-Matching/"
readme = "../../README.md"
keywords = ["matching", "recursive", "assignments", "rust"]
categories = ["algorithms"]

[dependencies]
ndarray = "0.16.1"
ndarray-stats = "0.6.0"
recursive = "0.1.1"