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
I followed the manual, installed BOOST and GUROBI, and cloned GREDU.
But it came out error when running ./build.sh in /src.
As I only want to try segdcj, to finish the compilation:
1. I replace the file in /segdic/src as the same in rename exchange to avoid conflict
2. And add #include in /segdic/src/lpsolver.cc
3. change Makefile line 297,
I followed the manual, installed BOOST and GUROBI, and cloned GREDU.
But it came out error when running ./build.sh in /src.
As I only want to try segdcj, to finish the compilation:
1. I replace the file in /segdic/src as the same in rename exchange to avoid conflict
2. And add #include in /segdic/src/lpsolver.cc
3. change Makefile line 297,
change to
So the compilation is completed, but when run
it throws an error:
I use BOOST 1.60.0 and GUROBI 951
The text was updated successfully, but these errors were encountered: