rust-or / highs

Safe rust bindings to the Highs MILP Solver.
https://crates.io/crates/highs
MIT License
20 stars 12 forks source link

Added wrapper for Highs_setSolution() #14

Open yongqli opened 7 months ago

yongqli commented 7 months ago

The doc comments could probably be improved, please feel free to edit it.

mmghannam commented 7 months ago

Hi @yongqli, thanks for your contribution! Could you please add tests? For example you can set a solution with value 50 to a model and solving with zero time limit and making sure its primal bound is 50.