param_alg/closest_string_assignment_2/Cargo.toml
2025-01-12 23:10:00 +01:00

10 lines
208 B
TOML

[package]
name = "closest_string_assignment_2"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.26", features = ["derive"] }
good_lp = "1.11.0"
gurobi = "0.3.4"
itertools = "0.14.0"