ykrist / rust-grb

Rust library bindings to the Gurobi optimiser.
MIT License
19 stars 8 forks source link

Minor doc fixes #1

Closed sbeyer closed 3 years ago

sbeyer commented 3 years ago

This PR resolves two minor issues in the docs:

  1. the path example refers to Gurobi version 6.5.2, but the package requires at least version 9.0.0
  2. the user is warned that MIPNodeCtx::status() is an expensive method, which it is not