Since this is specifically a problem with the Couenne solver, you may need
to report it directly to the developers of Couenne, as explained at
https://projects.coin-or.org/Couenne.
Bob Fourer
4...@ampl.com
> --
> You received this message because you are subscribed to the Google
> Groups "AMPL Modeling Language" group.
> To post to this group, send email to am...@googlegroups.com.
> To unsubscribe from this group, send email to
> ampl+uns...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/ampl?hl=en.
As far as I know, there is no solver that will try to generate a list of all feasible solutions for a nonlinear problem (assuming all variables are integer, so that the list is finite). If the constraints are all linear then you could use the CPLEX facility for generating a given number of optimal solutions, as described recently in this group (search "multiple optimal solutions").
In special cases for very small problems, you can write an AMPL script using some loops to generate all possible combinations of variables and to check them for feasibility -- I have done such things to create examples used in classes -- but I can't give a general explanation as the details are very specific to each problem.
Bob Fourer
From: am...@googlegroups.com [mailto:am...@googlegroups.com]
On Behalf Of Mario Basallo
Sent: Wednesday, April 13, 2011 4:58 PM
To: am...@googlegroups.com
Subject: Re: [AMPL 4556] Error message, couenne solver