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

Feature request: SOS1 constraint support for cplex-rs #49

Open jacobsvante opened 6 months ago

jacobsvante commented 6 months ago

Just throwing this one out there 😊

jacobsvante commented 6 months ago

Looks like it's missing in upstream library. See ticket here: https://github.com/mbiggio/cplex-rs/issues/2