rust-or / rust-lp-modeler

Lp modeler written in Rust
MIT License
96 stars 29 forks source link

add support for highs #76

Open lovasoa opened 3 years ago

lovasoa commented 3 years ago

Hello ! I just finished a new rust binding to a cool solver: HiGHS. HiGHS is a performant C++ solver that leverages OpenMP to solve problems in parallel on multi-core machines. It would be great if rust-lp-modeler could add support for this solver using the highs crate: https://crates.io/crates/highs