Friday, September 07, 2007

AMPL

Today I used ampl for the first time. To use it, follow the following steps:



  1. specify a license file: setenv ILOG_LICENSE_FILE "/usr/share/ilog/ilm/access.ilm"



  2. start the daemon process: ./ilmd &



  3. run the ampl command: ./ampl



  4. in the command prompt, it may be necessary to specify the solver to use:
    option solver '/usr/share/ilog/ampl20021038.cplex91/cplexamp' ;



  5. Enjoy!

0 Comments:

Post a Comment

<< Home