ykrist / rust-grb

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

fix: reset variables' Obj attr on new objective. #12

Closed ykrist closed 3 months ago

ykrist commented 3 months ago

Fixes !11.

Set all variables' Obj value when setting the objective via .set_objective, even for variables not in the expression (use 0.0).