• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-Dec-2021-

COPYRIGHTH A D03-Dec-20212 KiB4633

READMEH A D03-Dec-20211.1 KiB2418

luksan.hH A D03-Dec-20215.7 KiB153131

mssubs.cH A D03-Dec-202123.2 KiB992445

mssubs.forH A D03-Dec-2021109.2 KiB4,0534,052

plip.cH A D03-Dec-202115.2 KiB518356

plip.forH A D03-Dec-202119.4 KiB534533

plis.cH A D03-Dec-202114.9 KiB511350

plis.forH A D03-Dec-202119.1 KiB528527

pnet.cH A D03-Dec-202119.2 KiB663469

pnet.forH A D03-Dec-202123.1 KiB661660

pssubs.cH A D03-Dec-202134.5 KiB1,273724

pssubs.forH A D03-Dec-2021184.2 KiB6,1106,109

README

1These routines for nonlinear optimization are based on the Fortran 77
2code placed online by Professor Ladislav Luksan at his web site:
3
4	http://www.uivt.cas.cz/~luksan/subroutines.html
5
6and graciously licensed under the GNU Lesser General Public License
7(LGPL).  See also the COPYRIGHT file for details.
8
9The C conversions were done via f2c by S. G. Johnson, with the f2c
10output manually cleaned up somewhat, and then converted to use the
11NLopt termination conditions, C dynamic allocation, etc.
12
13In particular, we converted the subroutines PLIS, PLIP, and PNET (as
14well as various auxiliary routines required by this code), all of
15which solve general nonlinear unconstrained or box-constrained
16optimization problems.  Prof. Luksan also provides a large number of
17more specialized routines for cases where one has additional knowledge
18of the objective function, but these cases seem outside the scope of
19NLopt.
20
21[We also did not convert the PMIN, PBUN, PNEW, or PVAR subroutines
22since these were published in ACM Trans. on Math. Software (TOMS) and
23are subject to the non-free ACM licensing conditions.]
24