Thanks for the project.
I was able to reproduce the behavior in AIMMS 3.10 using CPLEX 12.2 as
the MIP solver. After the MIP solve, AIMMS by default lets CPLEX do a
postsolve step in which the integer variables are fixed to their
nearest integer value; the resulting LP is solved to obtain a real
integer solution. (See the description of the CPLEX option ‘Postsolve
Integer Variables’ in the help for more info.)
The info shown in the progress window for the postsolved model was not
correct. It showed:
Best Solution : 0.4461099213 (Post: 0.4461099213)
while it should have shown
Best Solution : 0.4461099213 (Post: 0.
4405944443)
This 0.
4405944443 was the value passed to AIMMS and assigned to
objective variable ‘gem_groen’.
This issue will be fixed in a next AIMMS release.
For the LP solved during the postsolve step, CPLEX seems to return a
slightly sub-optimal solution. After setting the CPLEX 12.2 option
‘optimality’ to 1e-9 CPLEX returned a solution with objective value
0.4461099213 for the postsolve LP; that solution then was also passed
to AIMMS.
Marcel Hunting
AIMMS Software Developer
On Mar 24, 4:39 pm, Ha Nguyen <
hanguyen0...@gmail.com> wrote:
> Excuses me,
>
> [star].rar
> 242KViewDownload
>
> The attachment was not correct.
> Here it is!!!
>
>
>
> > Wow, that would be very nice if you can take a look at it.
> > Our goal was to maximize the objective variable "gem_groen".
> > the best solution reported in the progress window differs a little bit from
> > the value of the objective variable, we dunno if it is correct.
> > In the attachment you'll find the project "simpel_model". Furthermore I
> > also include the data set where the values differ a bit.
>
> > Thank you very much ^.^
> > Ha
>
> > 2011/3/24 Marcel Hunting <
Marcel.Hunt...@aimms.com>
> >> > >
http://groups.google.com/group/aimms?hl=en.-Hide quoted text -