Package ipopt: Information

    Source package: ipopt
    Version: 3.9.3-alt1.svn20110414
    Build time:  Apr 23, 2011, 02:49 PM
    Report package bug
    License: CPL 1.0
    Summary: Large-Scale Nonlinear Optimization Solver (Interior Point OPTimizer)
    Description: 
    Ipopt (Interior Point OPTimizer, pronounced I-P-Opt) is a software
    package for large-scale nonlinear optimization. It is designed to find
    (local) solutions of mathematical optimization problems of the from
    
       min     f(x)
       x in R^n
    
       s.t.       g_L <= g(x) <= g_U
                  x_L <=  x   <= x_U
    
    where f(x): R^n --> R is the objective function, and g(x): R^n --> R^m
    are the constraint functions. The vectors g_L and g_U denote the lower
    and upper bounds on the constraints, and the vectors x_L and x_U are the
    bounds on the variables x. The functions f(x) and g(x) can be nonlinear
    and nonconvex, but should be twice continuously differentiable. Note
    that equality constraints can be formulated in the above formulation by
    setting the corresponding components of g_L and g_U to the same value.

    List of rpms provided by this srpm:
    ipopt (x86_64, i586)
    ipopt-examples (noarch)
    libipopt (x86_64, i586)
    libipopt-debuginfo (x86_64, i586)
    libipopt-devel (x86_64, i586)
    libipopt-devel-doc (noarch)


    List of contributors:
    Eugeny A. Rostovtsev

      1. libscalapack-devel
      2. libscotch-devel
      3. liblapack-goto-devel
      4. chrpath
      5. libmumps-devel
      6. gcc-c++
      7. gcc-fortran
      8. CoinBuildTools
      9. libparmetis-devel
      10. openmpi-devel
      11. libblacs-devel

    Last changed


    April 23, 2011 Eugeny A. Rostovtsev 3.9.3-alt1.svn20110414
    - Version 3.9.3
    April 14, 2011 Eugeny A. Rostovtsev 3.9.1-alt1.svn20101209.4
    - Rebuilt
    April 9, 2011 Eugeny A. Rostovtsev 3.9.1-alt1.svn20101209.3
    - Built with GotoBLAS2 instead of ATLAS