option cplex_options 'poolstub=solfile populate=1 poolintensity=4
poolagap=0';
You might want to experiment with other settings as well. As explained in
the user guide, you will need to write an AMPL "for" loop to retrieve the
different solutions one by one for display or processing.
Bob Fourer
4...@ampl.com
> -----Original Message-----
> From: am...@googlegroups.com [mailto:am...@googlegroups.com]
> On Behalf Of perillai x [peril...@gmail.com]
> Sent: Tuesday, February 22, 2011 8:25 AM
> To: AMPL Modeling Language
> Subject: [AMPL 4352] Finding multiple optimal solutions of a BILP
>
> Hello,