Instead of asking the users (who run the makefile) to supply the locations for the SCIP headers and the scipoptlib.so shared library, the Makefile should look for the environment variable SCIPOPTDIR and created the needed links based on that path.
This is also how PySCIPOpt's setup.py is working now.
Instead of asking the users (who run the makefile) to supply the locations for the SCIP headers and the scipoptlib.so shared library, the Makefile should look for the environment variable
SCIPOPTDIR
and created the needed links based on that path.This is also how PySCIPOpt's setup.py is working now.