In this page, steps to set up Symphony and use Condor is listed. Contribute this page by adding missing details and extra information.
First, we will download Symphony from the COIN-OR website and complete its installation.
mkdir ie418
cd ie418
mkdir symphony
svn checkout https://projects.coin-or.org/svn/SYMPHONY/trunk
mkdir build
cd build
../configure
make
make install
In this section it is assumed that you have an mps file ready. You can use one of the problems in the miplib library.
.sub
file..sub
file example. Edit this file for your needs.condor_submit myexp.sub