learn2branch
learn2branch copied to clipboard
git_hash.cpp missing
hi,I downloaded soplex-release-401.tar.gz and tried installing soplex. When I execute Cmake S- B build DCMAKE_ INSTALL_ PREFIX=$SCIPOPTDIR An error occurred /Home/cc/download/oplex-release-401/src/soplex/spxgitash. cpp: 17:10: fatal error: soplex/git_ Hash.cpp: There is no such file or directory I went to check and it was indeed not there. How should I solve this problem? In addition, I installed it based on the following website: https://github.com/ds4dm/learn2branch/blob/master/INSTALL.md . According to its instructions, I should have downloaded softx-4.0.1.tgz, but the download was not successful, so I downloaded softx-release-401. tar.gz I want to know how to solve this problem thank you
hello, have you solved this problem? I encounted exactly the same problem as you so I want to know whether you have figured it out, thank you!
hello, have you solved this problem? I encounted exactly the same problem as you so I want to know whether you have figured it out, thank you!
Dddsheggy你好,我没能解决这个问题,并且我已经不打算用这个框架了。 Hello Dddsheggy, I haven't solved this problem and I no longer plan to use this framework.
oh ok, I just found that the installation of soplex-4.0.1 can be done by downloading the scipoptsuite-6.0.1, but I think you no longer need it haha, thank you anyway
oh ok, I just found that the installation of soplex-4.0.1 can be done by downloading the scipoptsuite-6.0.1, but I think you no longer need it haha, thank you anyway
can you enjoy how download the scipoptsuite-6.0.1?
Hello. One solution I found was directly cloning the soplex4.0.1 from git.
git clone --branch v4.0.1 --depth 1 https://github.com/scipopt/soplex.git soplex-4.0.1 cd soplex-4.0.1
Building after that seems to work.