--
You received this message because you are subscribed to the Google Groups "gamsworld" group.
To post to this group, send email to gams...@googlegroups.com.
To unsubscribe from this group, send email to gamsworld+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gamsworld?hl=en.
I don't know what is your problem exactly, but as I know, rminlp is
relaxed mixed integer nonlinear programming, as you can see. it's
"relaxed".
I suggest you try minlp. but don't forget that workng with "nlp"s is
not as easy as "mip"s and "lp"s. it does not assure optimal solution
and sometimes need an initial feasible solutions.
to change the solver, you can click on "file" and then "option", or in
your code before solve statement add this:
Option MINLP=solvername;
solver name is something link CPLEX or XPress or etc.
bests.
On 2/6/12, Elham Taghi <elha...@yahoo.com> wrote:
> hi
> becuase i dont know choose any of solver and gams sugest me choose
> rminlp,minlp,.... and gams can solve my problem with out any errors with
> rminlp ..........which solver u sugest me???
>
>
> ________________________________