<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I have a set of relaxed problems that find feasibility, run for a few seconds, and then get stuck as below.   There's no further branching and no further cuts, not even after an hour.    Depending on the problem the gap might be 0.01% or 0.80%.   Any suggestions
 on how to debug this or tune it to get to a zero gap?  I tried doing less frequent LP solves, but that also runs forever.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thanks,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Marcus<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="font-family: "Courier New", monospace; font-size: 8pt; line-height: normal;"> time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap</span><br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="font-family: "Courier New", monospace; font-size: 8pt; line-height: normal;"> 97.1s|     1 |     0 |  1247 |     - | 156M|   0 |   2 |5502 |3048 |5502 |3067 |  20 |   0 |   0 | 1.524548e-02 | 1.528577e-02 |   0.26%</span><span><br>
</span>
<div><span style="font-family: "Courier New", monospace; font-size: 8pt; line-height: normal;"> 97.1s|     1 |     2 |  1247 |     - | 157M|   0 |   2 |5502 |3048 |5502 |3067 |  20 |   0 |   2 | 1.524548e-02 | 1.528577e-02 |   0.26%</span><br>
</div>
<span></span><br>
</div>
</body>
</html>