initial commit
update
parents
.gitignore
0 → 100644
Cargo.lock
0 → 100644
Cargo.toml
0 → 100644
[package] | ||
name = "surfcode-rs" | ||
version = "0.1.0" | ||
authors = ["dwuggh <dwuggh@gmail.com>"] | ||
edition = "2018" | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | ||
log = "0.4" | ||
env_logger = "0.8.3" | ||
ansi_term = "0.12" | ||
petgraph = "0.5.1" | ||
rand = "0.8.3" | ||
clap = "3.0.0-beta.2" | ||
rayon = "1.5" |
src/algo.rs
0 → 100644
src/algo/blossom5
0 → 100755
File added
src/algo/mwpm.rs
0 → 100644