1 // Copyright (C) 2007 International Business Machines and others. 2 // All Rights Reserved. 3 // This code is published under the Eclipse Public License. 4 // 5 // $Id$ 6 // 7 // Authors: Andreas Waechter IBM 2007-06-01 8 9 #ifndef __IPCGPENALTYREGOP_HPP__ 10 #define __IPCGPENALTYREGOP_HPP__ 11 12 #include "IpSmartPtr.hpp" 13 14 namespace Ipopt 15 { 16 class RegisteredOptions; 17 18 void RegisterOptions_CGPenalty(const SmartPtr<RegisteredOptions>& roptions); 19 20 } // namespace Ipopt 21 22 #endif 23