Skip to content

Commit

Permalink
Add minilp library
Browse files Browse the repository at this point in the history
  • Loading branch information
leo848 committed Mar 31, 2024
1 parent 207ae87 commit e24bbe1
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 0 deletions.
87 changes: 87 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ chksum = { version = "0.3.0", default_features = false, features = ["md5"] }
derive_more = "0.99.17"
fastrand = "2.0.1"
itertools = "0.12.0"
minilp = "0.2.2"
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.108"
simple-websockets = "0.1.6"
Expand Down

0 comments on commit e24bbe1

Please sign in to comment.