XiangyuYang-Opt
XiangyuYang-Opt
This issue does not seem to be fully resolved by referring to #248.
``` import pyscipopt as pso from pyscipopt import Model model = Model() #The first case: cannot output the collected feasible solutions x = model.addVar('x', vtype = 'I') y = model.addVar('y',...
Thanks @gasse for replying! Further, I would like to ask if the original code for **model.getState()** can be provided in this project? As I understand, this model.getState() method is coded...