BenP
unread,Jul 20, 2013, 11:51:49 AM7/20/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to am...@googlegroups.com
Hi all,
I'm running a MILP with a few thousands variables and constraints. I'm using the CPLEX solver and I often get a very unstable behavior, and the solution found is obviously not optimal.
When I run AMPL I typically get the message optimal with unscaled infeasibilities.
I know it's a CPLEX message, related to a ill defined problem, for example very different orders of magnitude for the coefficients in the constraints..
But how can I see these coefficients in AMPL? Is it possible to see explicitly of CPLEX solving matrix? Or any other ideas where I need to look for the source of the problem?
I've already used the display function of AMPL, for lb, ub, body, slack, dual values, but I didn't see anything problematic.
I'm writing my Master Thesis due in 4 weeks, and I've already spent weeks on this unstability behavior, so I thank you very much for your help =)