v0.8.1 #248
mmghannam
announced in
Announcements
v0.8.1
#248
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Updates
In this version, you can now attach any data to the
Modelinstance using theset_datamethod, and retrieve it using theget_dataandget_data_mutmethods.This is useful for communicating data between plugins, or storing other representations of the
variables/constraints in the model.
This release also brings support to SCIP's diving and probing modes, through the
start_divingandstart_probingmethods. Returning aDiverandProberobjects that allow access to methods only available in diving and probing modes respectively, where the mode is exited safely, when the corresponding object is dropped.New ergonomic builder for the
Rowobject throughrow()function.What's Changed
Full Changelog: v0.8.0...v0.8.1
This discussion was created from the release v0.8.1.
Beta Was this translation helpful? Give feedback.
All reactions