rust-or / highs

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

Return added row and col IDs #10

Closed mmghannam closed 11 months ago

mmghannam commented 11 months ago

For the add_row method to be useful the user must have access to the column indices (check the test). I also returned row IDs it might be useful in the future.

lovasoa commented 11 months ago

Argh, now that would require a major version bump :/

If you had included that in your initial pull request, we could have stayed on v1

Now either we break semver, or we require all users to change their version requirements.

mmghannam commented 11 months ago

Sorry, I only noticed after it was merged. I think it's low risk if you decide on breaking semver, it has only been 6 hours since the version bump, and crates.io shows only 18 downloads.