You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to yal...@googlegroups.com
Hi. I am using Cplex to solve a MIP.
When I run my program it shows Best integer and Best node. I think it is best upper and lower bounds.
The problem is it doesn't update for more than 20 hours.
I want to know whether it is stuck at a point or is still solving it.
Is there any handle that I can control the cplex diagnostics e.g. showing updates in every 10 min?
When I using Gurobi, it shows the updated bounds in every 5 seconds.
Can I do this in Cplex?
Thanks.
Johan Löfberg
unread,
Oct 25, 2014, 1:43:50 PM10/25/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to yal...@googlegroups.com
I cannot see any option to increase prints. However, if nothing is printed in 20h, I think it has died or stalled.
jshong
unread,
Oct 25, 2014, 2:54:18 PM10/25/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to yal...@googlegroups.com
I think so. It is interesting that Gurobi is working but Cplex not.
Thanks anyway.
I always appreciate your kind reply to my silly question.
jshong
unread,
Oct 27, 2014, 2:24:20 AM10/27/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to yal...@googlegroups.com
Actually, I have one more question.
I wonder whether Cplex has this problem because of my modeling with Yalmip.
It is quite embarrassing that Gurobi keeps updating the bounds and seems to find a solution.
My problems is stochastic MIP with big M constraints.
It only has 50-70 scenarios.
Do you have any similar experience with Cplex?
I really want to use Cplex to expedite my work. Gurobi is not installed in our school server.
Johan Löfberg
unread,
Oct 27, 2014, 2:49:30 AM10/27/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to yal...@googlegroups.com
No, I would not say it is typical of cplex. Integer problems are intractable in theory, so you have to expect that some problems can be solved by some solvers, and some problems can't. When you say big-M, how big is M?
The following problem with only 4 integer variables is solved in no time using cplex, but goes on forever with other solvers