Main authors:

Andreas Waechter, project leader (IBM)
Carl Laird (IBM, Carnegie Mellon University)


Contributors:

- Yoshiaki Kawajiri (Carnegie Mellon Univeristy):
  First version of Latex documentation file

  Docs/documentation.tex

- Olaf Schenk (Universirty of Basel):
  Modifications to the PARDISO interface in the files

  Algorithm/LinearSolvers/IpPardisoSolverInterface.cpp
  Algorithm/LinearSolvers/IpPardisoSolverInterface.hpp

- Michael Hagemann (Universirty of Basel):
  MA57 interface

  Algorithm/LinearSolvers/IpMa57SolverInterface.cpp
  Algorithm/LinearSolvers/IpMa57SolverInterface.hpp

- Damien Hocking (KBC Advanced Technologies)
  MUMPS interface

  Algorithm/LinearSolvers/IpMumpsSolverInterface.cpp
  Algorithm/LinearSolvers/IpMumpsSolverInterface.hpp

- Jon Lee (IBM Research)
  example nl file (writting by hand) for unitTest

  Test/mytoy.nl

- Peter Carbonetto (University of British Columbia)
  Matlab interface files in directory (and subdirctories of)

  contrib/MatlabInterface

- Rafael de Pelegrini Soares (VRTech Industrial Technologies)
  Java interface files in directory (and subdirectories of)

  contrib/JavaInterface

- Lifeng Chen/Zaiwen Wen (Columbia University)
  Changes and additions to the implementation of the Chen-Goldfarb
    penalty function algorithm

  src/contrib/CGPenalty/IpCGPenaltyCq.cpp
  src/contrib/CGPenalty/IpCGPenaltyCq.hpp
  src/contrib/CGPenalty/IpCGPenaltyData.cpp
  src/contrib/CGPenalty/IpCGPenaltyData.hpp
  src/contrib/CGPenalty/IpCGPenaltyLSAcceptor.cpp
  src/contrib/CGPenalty/IpCGPenaltyLSAcceptor.hpp
  src/contrib/CGPenalty/IpCGPenaltyRegOp.cpp
  src/contrib/CGPenalty/IpCGPenaltyRegOp.hpp
  src/contrib/CGPenalty/IpCGPerturbationHandler.cpp
  src/contrib/CGPenalty/IpCGPerturbationHandler.hpp
  src/contrib/CGPenalty/IpCGSearchDirCalc.cpp
  src/contrib/CGPenalty/IpCGSearchDirCalc.hpp
  src/contrib/CGPenalty/IpPiecewisePenalty.cpp
  src/contrib/CGPenalty/IpPiecewisePenalty.hpp

- Stefan Vigerske (Humboldt University Berlin and GAMS)
  Dynamic loading of linear solver shared libraries

  src/contrib/LinearSolverLoader/HSLLoader.c
  src/contrib/LinearSolverLoader/HSLLoader.h
  src/contrib/LinearSolverLoader/LibraryHandler.c
  src/contrib/LinearSolverLoader/LibraryHandler.h
  src/contrib/LinearSolverLoader/PardisoLoader.c
  src/contrib/LinearSolverLoader/PardisoLoader.h

- Marcel Roelofs (AIMMS)
  MSVC project files for Intel Fortran compiler, creating a DLL

  MSVisualStudio/v8-ifort

- Jonathan Hogg
  MA77 interface

  src/Algorithm/LinearSolvers/ma77_iface.f90
  src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp
  src/Algorithm/LinearSolvers/IpMa77SolverInterface.cpp

- Hans Pirnay (RWTH Aachen)
  Advanced Step Nonlinear Model Predictive Control Toolbox

  contrib/AsNMPC

Contributors of code that is no longer included in Ipopt distribution:

- Yifan Hu (Wolfram): Contributed TAUCS interface, implemented in the files

  PDSystemImpl/PDFullSpace/IpTAUCSSolverInterface.hpp
  PDSystemImpl/PDFullSpace/IpTAUCSSolverInterface.cpp

  [These files have been removed, since TAUCS is not supported]

