exhaustive search

I would like to know how I can tell GAMS to conduct an exhaustive
search of the solution, ie to check all the possibilities of the
problem. I have a problem with binary variables and I would like to
know the total time spent by the exhaustive search for comparison with
the time taken by the GAMS solvers.

\

inma.moll
You can your FOR syntax and SOLVE several times inside the loop. Each time you have to fix your binaries and solve LP (if your model is originally MILP). Remember you can not define equations inside a loop …
I hope this will help.

محمد صادق تولّلی
Mohammad Sadegh Tavallali
National University of Singapore

On Thu, May 12, 2011 at 12:08 AM, inma.moll wrote:

I would like to know how I can tell GAMS to conduct an exhaustive
search of the solution, ie to check all the possibilities of the
problem. I have a problem with binary variables and I would like to
know the total time spent by the exhaustive search for comparison with
the time taken by the GAMS solvers.


To post to this group, send email to gamsworld@googlegroups.com.
To unsubscribe from this group, send email to gamsworld+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gamsworld?hl=en.


To post to this group, send email to gamsworld@googlegroups.com.
To unsubscribe from this group, send email to gamsworld+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gamsworld?hl=en.