-
Notifications
You must be signed in to change notification settings - Fork 18
Home
Welcome to the TORSCHE wiki!
-
Follow the instruction to download and place the scheduling/ folder into MATLAB toolbox.
-
DO NOT RUN MAKE.
-
Download necessary mex file
glpkcc.mexmaci64
for Mac OS X (it is not included in this github repository) from https://github.com/blegat/glpkmex or http://glpkmex.sourceforge.net/. -
Put the file
glpkcc.mexmaci64
inside the scheduling/private/ folder. -
All done! You can try running some example problem here.
-
If you run into problem, try the CC and CXX command in
/Applications/MATLAB_R#####.app/bin/mexopts.sh
and see if they work. You may have to change the version number. (e.g. from 10.8 to 10.0)
Again, DO NOT attempt to make or compile the glpk library, it is extremely outdated (2004) and does not work properly. (Doing so will also replace one of the important script with useless code)