Main Page
Namespaces
Classes
Files
File List
File Members
tmp
buildd
coinor-ipopt-3.10.2
Ipopt
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 Tue Jun 26 2012 17:01:43 by
1.8.1.1