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
238 stars 34 forks source link

Add support for Windows #35

Closed matsujp closed 1 year ago

matsujp commented 1 year ago

I couldn't use this library on Windows, so it would be very helpful if it becomes usable.

lovasoa commented 1 year ago

This library does work on windows. If you have a problem with compiling a specific solver on windows, please report it to the solver in question directly.