russcip
russcip copied to clipboard
A more robust solution might be to add a lifetime directly to `ScipPtr`. So have `OwnedScip` and `ScipRef<'a>` instead of the `consumed` field.
A more robust solution might be to add a lifetime directly to `ScipPtr`. So have `OwnedScip` and `ScipRef<'a>` instead of the `consumed` field.
Originally posted by @Andful in https://github.com/scipopt/russcip/issues/149#issuecomment-2307373628