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
Model
instance using theset_data
method, and retrieve it using theget_data
andget_data_mut
methods.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_diving
andstart_probing
methods. Returning aDiver
andProber
objects 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
Row
object 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