<div dir="ltr"><div>Thanks for the quick follow up.<br><br></div>Regards,<br><br>Rémy<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-03-11 16:23 GMT-04:00 John Forrest <span dir="ltr">&lt;<a href="mailto:john.forrest@fastercoin.com" target="_blank">john.forrest@fastercoin.com</a>&gt;</span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <div>Fixed in svn.<br>
      <br>
      Change is just to add to CbcSolver.cpp<br>
      <br>
                             // Write solution header (suggested by
      Luigi Poderico)<br>
      +                    // Refresh solver<br>
      +                    lpSolver = clpSolver-&gt;getModelPtr();<br>
                             lpSolver-&gt;computeObjectiveValue(false);<div class=""><br>
      <br>
      John Forrest<br>
       <br>
      <br>
      On 11/03/14 17:34, Rémy Roy wrote:<br>
    </div></div><div><div class="h5">
    <blockquote type="cite">
      <div dir="ltr">
        <div>
          <div>Hello,<br>
            <br>
          </div>
          I just tried this problem again with 2.8.9 and I&#39;m still
          getting the segmentation fault:<br>
          <br>
          <div style="margin-left:40px">~$ cbc exception-cbc.mps branch
            printingOptions rows solution exception-cbc.mps.sol<br>
            Welcome to the CBC MILP Solver <br>
            Version: 2.8.9 <br>
            Build Date: Mar 11 2014 <br>
            <br>
            command line - cbc exception-cbc.mps branch printingOptions
            rows solution exception-cbc.mps.sol (default strategy 1)<br>
            At line 2 NAME          MODEL<br>
            At line 3 ROWS<br>
            At line 8 COLUMNS<br>
            At line 22 RHS<br>
            At line 26 BOUNDS<br>
            At line 32 ENDATA<br>
            Problem MODEL has 3 rows, 4 columns and 6 elements<br>
            Coin0008I MODEL read with 0 errors<br>
            Continuous objective value is 0 - 0.00 seconds<br>
          </div>
          <div style="margin-left:40px">Cgl0004I processed model has 1
            rows, 2 columns (2 integer) and 2 elements<br>
            1 infeasibilities<br>
            Problem is infeasible!<br>
            Option for printingOptions changed from normal to rows<br>
            Segmentation fault (core dumped)<br>
            <br>
          </div>
          Was this supposed to be solved?<br>
          <br>
          exception-cbc.mps is still the same file on <a href="http://pastebin.com/zAdbGWfY" target="_blank">http://pastebin.com/zAdbGWfY</a><br>
          <br>
        </div>
        Regards,<br>
        <br>
        Rémy<br>
        <div class="gmail_extra">
          <br>
          <br>
          <div class="gmail_quote">2013-09-11 12:57 GMT-04:00 Stefan
            Vigerske <span dir="ltr">&lt;<a href="mailto:stefan@math.hu-berlin.de" target="_blank">stefan@math.hu-berlin.de</a>&gt;</span>:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
              Hi,<br>
              <br>
              the issue from<br>
              <a href="http://list.coin-or.org/pipermail/cbc/2013-August/001141.html" target="_blank">http://list.coin-or.org/pipermail/cbc/2013-August/001141.html</a><br>
              has been fixed and the fix will be in the next release.<br>
              <br>
              You could check out a pre-release (aka bugfix branch aka
              stable branch) via svn by doing<br>
                svn checkout <a href="https://projects.coin-or.org/svn/Cbc/stable/2.8" target="_blank">https://projects.coin-or.org/svn/Cbc/stable/2.8</a><br>
              <br>
              Stefan
              <div>
                <div><br>
                  <br>
                  <br>
                  On 09/11/2013 06:50 PM, Rémy Roy wrote:<br>
                </div>
              </div>
              <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                <div>
                  <div>
                    Hello,<br>
                    <br>
                    There is a segmentation fault when I try to solve
                    this problem (MPS<br>
                    file: <a href="http://pastebin.com/zAdbGWfY" target="_blank">http://pastebin.com/zAdbGWfY</a>)
                    with the following command line<br>
                    using cbc 2.8.3:<br>
                    <br>
                         $ cbc /tmp/24371-pulp.mps branch
                    printingOptions rows solution<br>
                         /tmp/24371-pulp.sol<br>
                         Welcome to the CBC MILP Solver<br>
                         Version: 2.8.3<br>
                         Build Date: Sep 11 2013<br>
                    <br>
                         command line - cbc /tmp/24371-pulp.mps branch
                    printingOptions rows<br>
                         solution /tmp/24371-pulp.sol (default strategy
                    1)<br>
                         At line 2 NAME          MODEL<br>
                         At line 3 ROWS<br>
                         At line 8 COLUMNS<br>
                         At line 22 RHS<br>
                         At line 26 BOUNDS<br>
                         At line 32 ENDATA<br>
                         Problem MODEL has 3 rows, 4 columns and 6
                    elements<br>
                         Coin0008I MODEL read with 0 errors<br>
                         Continuous objective value is 0 - 0.00 seconds<br>
                         Cgl0004I processed model has 1 rows, 2 columns
                    (2 integer) and 2<br>
                         elements<br>
                         1 infeasibilities<br>
                         Problem is infeasible!<br>
                         Option for printingOptions changed from normal
                    to rows<br>
                         Segmentation fault (core dumped)<br>
                    <br>
                    <br>
                    This might be related to<br>
                    <a href="http://list.coin-or.org/pipermail/cbc/2013-August/001141.html" target="_blank">http://list.coin-or.org/pipermail/cbc/2013-August/001141.html</a>
                    .<br>
                    <br>
                    Was this problem solved already? If so, is there any
                    planned release<br>
                    that would include this fix? It seems like 2.8.3 is
                    the latest version<br>
                    on <a href="http://www.coin-or.org/download/source/Cbc/" target="_blank">http://www.coin-or.org/download/source/Cbc/</a>
                    .<br>
                    <br>
                    Regards,<br>
                    <br>
                    <br>
                    <br>
                  </div>
                </div>
                _______________________________________________<br>
                Cbc mailing list<br>
                <a href="mailto:Cbc@list.coin-or.org" target="_blank">Cbc@list.coin-or.org</a><br>
                <a href="http://list.coin-or.org/mailman/listinfo/cbc" target="_blank">http://list.coin-or.org/mailman/listinfo/cbc</a><br>
                <br>
              </blockquote>
              <br>
            </blockquote>
          </div>
          <br>
        </div>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>_______________________________________________
Cbc mailing list
<a href="mailto:Cbc@list.coin-or.org" target="_blank">Cbc@list.coin-or.org</a>
<a href="http://list.coin-or.org/mailman/listinfo/cbc" target="_blank">http://list.coin-or.org/mailman/listinfo/cbc</a>
</pre>
    </blockquote>
    <br>
  </div></div></div>

<br>_______________________________________________<br>
Cbc mailing list<br>
<a href="mailto:Cbc@list.coin-or.org">Cbc@list.coin-or.org</a><br>
<a href="http://list.coin-or.org/mailman/listinfo/cbc" target="_blank">http://list.coin-or.org/mailman/listinfo/cbc</a><br>
<br></blockquote></div><br></div>