rust-or / good_lp

Linear Programming for Rust, with a user-friendly API. This crate allows modeling LP problems, and lets you solve them with various solvers.
https://crates.io/crates/good_lp
MIT License
216 stars 35 forks source link

Update float_eq to 1.0 #17

Closed rayrrr closed 1 year ago

rayrrr commented 1 year ago

Ran cargo outdated on the crate and found this opportunity to update a dependency.