Thank you very much for your quick answers!
Yes, when I remove the line
option solver cplex;
then the problem disappears, however, then AMPL uses CPLEX 10 rather
than CPLEX 11. I will do what Paul suggested and try to compile
cplexampl with CPLEX 11.
Best,
Andy
> On Mon, 02 Nov 2009, Andreas wrote:
> > Hello,
> > I am having the following problem: I am usingAMPL10 together with
> >CPLEX11. When I specify inAMPLto useCPLEXwith
>
> > option solvercplex;
>
> > and then run the
>
> > solve;
>
> > command, I get the following output:
>
> you dont have to use the 'option solvercplex' line. remove this line and your