Ipopt
3.11.4
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
src
Common
IpTypes.hpp
Go to the documentation of this file.
1
// Copyright (C) 2004, 2006 International Business Machines and others.
2
// All Rights Reserved.
3
// This code is published under the Eclipse Public License.
4
//
5
// $Id: IpTypes.hpp 2005 2011-06-06 12:55:16Z stefan $
6
//
7
// Authors: Carl Laird, Andreas Waechter IBM 2004-08-13
8
9
#ifndef __IPTYPES_HPP__
10
#define __IPTYPES_HPP__
11
12
#include "
IpoptConfig.h
"
13
14
namespace
Ipopt
15
{
17
typedef
double
Number
;
19
typedef
int
Index
;
21
typedef
int
Int
;
22
23
}
// namespace Ipopt
24
25
/* Type of Fortran integer translated into C */
26
typedef
FORTRAN_INTEGER_TYPE
ipfint
;
27
28
#endif
Generated on Mon Oct 21 2013 19:08:15 for Ipopt by
1.8.4