Skip to content

Conversation

@bgraf
Copy link
Contributor

@bgraf bgraf commented Mar 16, 2025

closes #228

@mmghannam I named the method current_val(..) corresponding to SCIPgetSolVal(scip, NULL, var) to distinguish it from Solution's val(..) corresponding to SCIPgetSolVal(scip, sol, var). If you think it's better to also name it val(..), let me know. Further suggestions are welcome!

Copy link
Member

@mmghannam mmghannam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot @bgraf for your contribution! apart from some minor things would be ready to merge :)

@mmghannam mmghannam merged commit 0f1ef58 into scipopt:main Mar 17, 2025
8 checks passed
@bgraf bgraf deleted the tsp_example_a280 branch March 17, 2025 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Safe way to query variable values of the current LP/pseudo solution in plugins

2 participants