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.
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.