INSTALL CMPL
- Download OSSOlverService
CMPL uses the OSSolverService binary for solving LPs and MIPs.
Therefore it is necessary to install OSSolverService beside CMPL.
You can download the OSSolverService binary by using the following link:
http://www.coin-or.org/download/binary/OS/OSSolverService/OSSolverService-2.3.5-win32-msvc9.exe.zip
- Extract the downloaded file to the folder OSSolverService\
Right-hand mouse click in the Windows Explorer and choose "Extract All .."
- Copy the folder OSSolverService to C:\Program Files\OSSolverService
- Copy the folder Cmpl to C:\Program Files\Cmpl
Please ensure that the folder c:\Program Files\Cmpl is included in the
environment variable PATH.
START CMPL
The CMPL command line tool can be used in two modes. Using the solver mode, an LP or MIP can be formulated, solved and analysed.
In this mode, the OSSolverservice is invoked.
In the model mode it is possible to transform the mathematical problem into MPS, Free-MPS or OSiL files
that can be used by certain alternative LP or MIP solvers.
cmpl [< options > ] <input file >
DEINSTALL CMPL
To deinstall the CMPL package you only have to delete the folders
c:\Program Files\Cmpl and
c:\Program Files\OSSolverService