ipopt-src 0.2.3+3.14.16

Redistribution of Coin-OR Ipopt as a crate
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Copyright (C) 2006 International Business Machines and others.
 * All Rights Reserved.
 * This code is published under the Eclipse Public License.
 *
 * Authors:  Andreas Waechter               IBM    2006-03-01
 */

#ifndef __IPRETURNCODES_HPP__
#define __IPRETURNCODES_HPP__

/* include from a common include file */

namespace Ipopt
{
#include "IpReturnCodes_inc.h"
}

#endif