Ipopt Documentation  
IpReturnCodes.hpp
Go to the documentation of this file.
1 /* Copyright (C) 2006 International Business Machines and others.
2  * All Rights Reserved.
3  * This code is published under the Eclipse Public License.
4  *
5  * Authors: Andreas Waechter IBM 2006-03-01
6  */
7 
8 #ifndef __IPRETURNCODES_HPP__
9 #define __IPRETURNCODES_HPP__
10 
11 /* include from a common include file */
12 
13 namespace Ipopt
14 {
15 #include "IpReturnCodes_inc.h"
16 }
17 
18 #endif
This file contains a base class for all exceptions and a set of macros to help with exceptions.