Specifying some constraints to be lazy constraints will not reduce the
amount of memory needed in AMPL. All of the lazy constraints still need to
be generated and sent to CPLEX. If there are any memory savings, they will
occur in CPLEX when it is able to work with smaller linear equation systems.
Is there something about your particular problem that suggests you can
"throw out numerous constraints when processing the data"? Possibly this
will lead to some other approach to reducing AMPL's memory requirements.
Also try looking at question 3.6 at www.ampl.com/FAQ for some suggestions
for diagnosing memory needs.
Bob Fourer
4...@ampl.com