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

derive clone for CoinCbCProblem #42

Closed lovasoa closed 9 months ago

lovasoa commented 9 months ago

fix #26