scipopt/russcip

Impossible to call methods from a reference to `Model`

mmghannam opened this issue · 1 comments

A reference to the Model class is needed for plugins to be able to query the model.
Can be fixed by changing all methods to take a -mutable- reference to self instead of requiring ownership.

Solved in #66