The optimal solution message that CPLEX generates at the end of its run (not shown in your posting) shows the number of nodes created. Since your problem has only 12 binary variables, it is possible that fewer than 100 nodes were needed. But since you have set the CPLEX option "mipinterval 100", only every 100th node is displayed in the CPLEX output (except for nodes 9 and 11 where an improved integer solution was been found). Thus there might be a lot of nodes after node 11 where CPLEX is reducing the mipgap considerably; to get a better idea of what is happening, try setting "mipinterval 1" instead.
Bob Fourer
From: am...@googlegroups.com [mailto:am...@googlegroups.com]
On Behalf Of Luke Li
Sent: Tuesday, May 08, 2012 9:37 PM
To: am...@googlegroups.com
Subject: [AMPL 5767] problem in reducing gap
--
You received this message because you are subscribed to the Google Groups "AMPL Modeling Language" group.
To view this discussion on the web visit https://groups.google.com/d/msg/ampl/-/srzolB2Mc5sJ.
To post to this group, send email to am...@googlegroups.com.
To unsubscribe from this group, send email to ampl+uns...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ampl?hl=en.
To unsubscribe from this group, send email to ampl+unsubscribe@googlegroups.com.