Skip to content
vicjang edited this page Feb 5, 2016 · 3 revisions

Welcome to the TORSCHE wiki!


A very brief tutorial on how to get TORSCHE running on Mac OS X.

  1. Follow the instruction to download and place the scheduling/ folder into MATLAB toolbox.

  2. DO NOT RUN MAKE.

  3. 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/.

  4. Put the file glpkcc.mexmaci64 inside the scheduling/private/ folder.

  5. All done! You can try running some example problem here.

  6. 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)


Clone this wiki locally