ztlpn / minilp

A pure Rust linear programming solver
Apache License 2.0
83 stars 12 forks source link

Chore CI #4

Open carrascomj opened 4 years ago

carrascomj commented 4 years ago

Closes #3

Description

A Continuous Integration workflow with clippy, fmt, build and test.

Implementation

In order to comply with clippy. a lot of lines were changed. Most of it is stylistic but #float_cmp required some additions to helpers.rs.

carrascomj commented 4 years ago

Friendly pinging @ztlpn, let me know if you prefer me to split this PR in clippy fixes and CI, or just remove clippy from the CI and approach the clippy part in the future. I realize that the clippy stuff scaled pretty quickly.

Also, it is not at all urgent for me, so take your time, I know people are busy in these times.