diff --git a/.coin-or/Dependencies b/.coin-or/Dependencies index c3bb9dc62..216188b8c 100644 --- a/.coin-or/Dependencies +++ b/.coin-or/Dependencies @@ -1,3 +1,4 @@ -ThirdParty/ASL https://github.com/coin-or-tools/ThirdParty-ASL stable/2.0 -ThirdParty/HSL https://github.com/coin-or-tools/ThirdParty-HSL stable/2.2 -ThirdParty/Mumps https://github.com/coin-or-tools/ThirdParty-Mumps stable/3.0 +ThirdParty/ASL https://github.com/coin-or-tools/ThirdParty-ASL stable/2.0 +ThirdParty/Metis https://github.com/coin-or-tools/ThirdParty-Metis stable/2.0 +ThirdParty/HSL https://github.com/coin-or-tools/ThirdParty-HSL stable/2.0 +ThirdParty/Mumps https://github.com/coin-or-tools/ThirdParty-Mumps stable/2.0 diff --git a/src/Algorithm/IpIpoptAlg.cpp b/src/Algorithm/IpIpoptAlg.cpp index d9092e5cd..fbff7a85c 100644 --- a/src/Algorithm/IpIpoptAlg.cpp +++ b/src/Algorithm/IpIpoptAlg.cpp @@ -1142,6 +1142,16 @@ void IpoptAlgorithm::print_copyright_message( "This program contains Ipopt, a library for large-scale nonlinear optimization.\n" " Ipopt is released as open source code under the Eclipse Public License (EPL).\n" " For more information visit https://github.com/coin-or/Ipopt\n" + "\nThis version of Ipopt was compiled from source code available at\n" + " https://github.com/IDAES/Ipopt as part of the Institute for the Design of\n" + " Advanced Energy Systems Process Systems Engineering Framework (IDAES PSE\n" + " Framework) Copyright (c) 2018-2019. See https://github.com/IDAES/idaes-pse.\n" + "\nThis version of Ipopt was compiled using HSL, a collection of Fortran codes\n" + " for large-scale scientific computation. All technical papers, sales and\n" + " publicity material resulting from use of the HSL codes within IPOPT must\n" + " contain the following acknowledgement:\n" + " HSL, a collection of Fortran codes for large-scale scientific\n" + " computation. See http://www.hsl.rl.ac.uk.\n" "******************************************************************************\n\n"); copyright_message_printed = true; }