ds4dm / branch-search-trees

Parameterizing Branch-and-Bound Search Trees to Learn Branching Policies (AAAI 2021)

Home Page:https://arxiv.org/abs/2002.05120

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doubt in version of pyscipopt

Zishanna opened this issue · comments

Hi,
I know your customized version of pyscipopt must be installed to run the code. I have a question. Your customized version of pyscipopt is based on version 1.4.9. However, Pyscipopt has been updated to version 4.0.0, involving many added, removed or fixed functionality. If I want to use some new added function which exists in higher version of pyscipopt such as model.redirectOutput(), what should I do?
Thank you in advance! Looking forward to your reply!