v0.5.0 #185
mmghannam
announced in
Announcements
v0.5.0
#185
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's changed
Model<Solving>
object, enabling easy access for methods available in the solving stage, and removing the need for saving it in the struct implementing the plugin trait usingmodel.clone_for_plugins()
. That's why this release also removes the method.execute_lp
method now aSCIPSeparator
also gets passed, with which one would query its data like the Separator's name or ask it to create a row with this separator as its origin.EventHdlr
plugin callback now also gets passed anEvent
object representing which event was triggered in that specific call. This struct will in the future include methods that give access to the specific event data for different events.Merged PRs
Full Changelog: v0.4.2...v0.5.0
This discussion was created from the release v0.5.0.
Beta Was this translation helpful? Give feedback.
All reactions