add: try solving with lp

This commit is contained in:
Charles
2024-12-12 22:49:11 -08:00
parent bdac76d111
commit 3b5da4379c
5 changed files with 188 additions and 1 deletions
+1
View File
@@ -4,5 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
good_lp = {version = "1.10.0", features = ["lpsolve"]}
regex = "1.11.1"
threadpool = "1.8.1"