[Ipopt-tickets] [Ipopt] #218: Patch for r2368

Ipopt coin-trac at coin-or.org
Mon Sep 2 19:16:02 EDT 2013


#218: Patch for r2368
-----------------------+------------------------
Reporter:  ghackebeil  |      Owner:  ipopt-team
    Type:  defect      |     Status:  new
Priority:  normal      |  Component:  Ipopt
 Version:  trunk       |   Severity:  normal
Keywords:              |
-----------------------+------------------------
 Debug build is failing...

 {{{
 #!diff
 Index: Interfaces/IpStdInterfaceTNLP.cpp
 ===================================================================
 --- Interfaces/IpStdInterfaceTNLP.cpp   (revision 2370)
 +++ Interfaces/IpStdInterfaceTNLP.cpp   (working copy)
 @@ -387,7 +387,7 @@
          non_const_x_[i] = x[i];
        }
      }
 -    DBG_ASSERT(non_const_x && "non_const_x is NULL after apply_new_x");
 +    DBG_ASSERT(non_const_x_ && "non_const_x is NULL after apply_new_x");
    }

  } // namespace Ipopt
 }}}

--
Ticket URL: <https://projects.coin-or.org/Ipopt/ticket/218>
Ipopt <http://projects.coin-or.org/Ipopt>
Interior-point optimizer for nonlinear programs.



More information about the Ipopt-tickets mailing list