We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ee3c2 commit e9e8e62Copy full SHA for e9e8e62
1 file changed
tests/test_gomory.py
@@ -187,7 +187,7 @@ def sepaexeclp(self):
187
if not scip.isLPSolBasic():
188
return {"result": result}
189
190
- assert type(self.model.getNLPBranchCands()) == int
+ assert type(scip.getNLPBranchCands()) == int
191
# get var data ---> this is the same as getVars!
192
vars = scip.getVars(transformed = True)
193
0 commit comments