param_alg/closest_string_assignment_2/Cargo.toml

10 lines
205 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"
grb = "2.0.3"
itertools = "0.14.0"