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

Fix LP formatting for Issue #36 #37

Closed mfuhr closed 11 months ago

mfuhr commented 11 months ago

Fix the formatting of the LP file reported in Issue #36.

lovasoa commented 11 months ago

Thanks for your contribution ! Published as v1.4.2