You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I have a question. In the file brancher.py, maybe the code self.branchexec_count += 1 in line 56 should be placed after line 59? Otherwise, there is bias during the test phase because the same code in class SCIPCollectBrancher in line 161 is placed after line 154.
The text was updated successfully, but these errors were encountered:
Hello! I have a question. In the file brancher.py, maybe the code
self.branchexec_count += 1
in line 56 should be placed after line 59? Otherwise, there is bias during the test phase because the same code in class SCIPCollectBrancher in line 161 is placed after line 154.The text was updated successfully, but these errors were encountered: