<div dir="ltr">Hi Hugh,<div><br></div><div>Thanks for uncovering and reporting these issues. Apparently, my testing was not enough to catch these bugs. The immediate cause of the problem with the wedding problem is that the last line of the function that solves the relaxed problem is mis-indented---it shouldn't be in the for loop. Correcting that problem exposes another bug, though. Dippy does not currently allow the possibility of not returning any solutions when claiming that the problem was solved exactly (i.e., when returning DipSolStatusOptimal). Even after fixing those two issues, I'm still seeing some possibly buggy behavior with in the subproblem solver itself (in wedding.py). All of this should be relatively quick and easy to fix (I hope). </div><div><br></div><div>The problem in the facility location example seems to be a live example of the bug pointed out by Marcus a few days ago, which is also easy to fix. I should be able to get all of this fixed and pushed to trunk tomorrow. </div><div><br></div><div>Cheers,</div><div><br></div><div>Ted</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 9, 2015 at 11:46 AM, Hugh Medal <span dir="ltr"><<a href="mailto:hugh.medal@msstate.edu" target="_blank">hugh.medal@msstate.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><p><span style="font-size:12.8px">When I run Dip/src/dippy/examples/wedding/wedding.py (on Mac OS X in eclipse with homebrew python using Dip 0.92.1) I get the following exception:</span></p><p><br></p><p>COIN Exception [ Error calling method prob.<span>Error returned from _dippy</span></p>
<p>Error in solveRelaxed</p>
<p>'NoneType' object is not iterable</p>
<p>solveRelaxed() ] at src/dippy/DippyDecompApp.cpp:L337 in DippyDecompApp::solveRelaxed</p>
<p>Traceback (most recent call last):</p>
<p><span>  </span><span>File "/Users/hm568/Documents/workspace/TestProject2/src/wedding/wedding.py", line 117, in <module></span></p>
<p>    'generateInitVars' : '1',</p>
<p>  File "build/bdist.macosx-10.11-x86_64/egg/coinor/dippy/dippy.py", line 149, in Solve</p>
<p>  File "build/bdist.macosx-10.11-x86_64/egg/coinor/dippy/dippy.py", line 865, in solveRelaxed</p>
<p>coinor.dippy.dippy.DipError: Error in solveRelaxed</p>
<p>'NoneType' object is not iterable</p><p><br></p><p>Any help is appreciated.</p><p><br></p><p>Thanks,</p><p>Hugh</p><span class="HOEnZb"><font color="#888888"><div><br></div>-- <br><div><div dir="ltr"><font color="#660000"><b><font face="comic sans ms, sans-serif">Hugh Medal</font></b><br>Assistant Professor<br>Industrial and Systems Engineering<br>Mississippi State University<br></font><div><font color="#660000">Office: 260K McCain</font></div><div><font color="#660000">Office: <a href="tel:662-325-3923" value="+16623253923" target="_blank">662-325-3923</a><br>Email: <a href="mailto:hmedal@uark.edu" target="_blank">hmedal@i</a><a href="http://se.msstate.edu/" target="_blank">se.msstate.edu</a></font></div><div><font color="#660000">Website: </font><a href="http://hm568.ise.msstate.edu/" target="_blank">hm568.ise.msstate.edu</a><br><font color="#660000">Office hours: </font>hughmedal "dot" youcanbook "dot" me<br></div></div></div>
</font></span></div>
<br>_______________________________________________<br>
Dip mailing list<br>
<a href="mailto:Dip@list.coin-or.org">Dip@list.coin-or.org</a><br>
<a href="http://list.coin-or.org/mailman/listinfo/dip" rel="noreferrer" target="_blank">http://list.coin-or.org/mailman/listinfo/dip</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Dr. Ted Ralphs<br>Professor, Lehigh University<br>(610) 628-1280<br>ted 'at' lehigh 'dot' edu<br><a href="http://coral.ie.lehigh.edu/~ted" target="_blank">coral.ie.lehigh.edu/~ted</a><br></div></div>
</div>