Tweak www/owncloud version 10.0.2
[dports.git] / math / ipopt / pkg-descr
1 Ipopt (Interior Point OPTimizer, pronounced eye-pea-Opt) is a software
2 package for large-scale nonlinear optimization.
3
4 Ipopt is written in C++ and is released as open source code under the
5 Eclipse Public License (EPL). It is available from the COIN-OR
6 initiative. The code has been written by Carl Laird and Andreas Wchter,
7 who is the COIN project leader for Ipopt.
8
9 The Ipopt distribution can be used to generate a library that can be
10 linked to one's own C++, C, or Fortran code, as well as a solver
11 executable for the AMPL modeling environment. The package includes
12 interfaces to CUTEr optimization testing environment, as well as the
13 MATLAB and R programming environments. IPOPT can be used on Linux/UNIX,
14 Mac OS X and Windows platforms.
15
16 An excellent reference for this library can be found in:
17
18 Wachter and L. T. Biegler, On the Implementation of a Primal-Dual Interior
19 Point Filter Line Search Algorithm for Large-Scale Nonlinear Programming,
20 Mathematical Programming 106(1), pp. 25-57, 2006
21
22 WWW: https://projects.coin-or.org/Ipopt