rust-or / highs-sys

Rust binding for the HiGHS linear programming solver
https://docs.rs/highs-sys
10 stars 16 forks source link

Directly include the wrapper header in crate instead of rewriting it. Fixes #24. #25

Closed yongqli closed 9 months ago

yongqli commented 9 months ago

The wrapper header file can be directly included in the crate instead of being generated. This prevents triggering recompiles.