Add closest string 2
This commit is contained in:
parent
da4f06a825
commit
162759abcb
9 changed files with 559 additions and 0 deletions
10
closest_string_assignment_2/Cargo.toml
Normal file
10
closest_string_assignment_2/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue