rust-or / rust-lp-modeler

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

reduce public api #61

Closed dlaehnemann closed 3 years ago

dlaehnemann commented 3 years ago

This is a bit of clippy warnings cleanup and systematically reducing the publicity of functions in dsl/variables.rs. This is branched off of the changes in PR #48, so this should be reviewed and merged after that PR has been merged.

lovasoa commented 3 years ago

@dlaehnemann @jcavat : I fixed the conflicts in https://github.com/jcavat/rust-lp-modeler/pull/68