I am trying to compare two algorithms in SCIP. To do this, I am following the steps in https://www.scipopt.org/scip/doc/html/TEST.php, but it says that SCIP automatically creates the scip/check/results/ directory and stores the output file there. However, this is not happening to me. After some discussions with ChatGPT, it recommended using the check.sh file, but I do not know where it is or how to use it. I only want to generate the files to be able to compare the algorithms as shown on the SCIP page.
I have a Windows computer, with WSL and Ubuntu. I installed SCIP with cmake. I have SCIP version 9.2.1 and to run the test I use the line make TEST=testrun test
Thank you for your help!