• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

/tmp/buildd/coinor-ipopt-3.8.3/Ipopt/src/Common/IpTypes.hpp

Go to the documentation of this file.
00001 // Copyright (C) 2004, 2006 International Business Machines and others.
00002 // All Rights Reserved.
00003 // This code is published under the Common Public License.
00004 //
00005 // $Id: IpTypes.hpp 735 2006-06-04 06:10:05Z andreasw $
00006 //
00007 // Authors:  Carl Laird, Andreas Waechter     IBM    2004-08-13
00008 
00009 #ifndef __IPTYPES_HPP__
00010 #define __IPTYPES_HPP__
00011 
00012 namespace Ipopt
00013 {
00015   typedef double Number;
00017   typedef int Index;
00019   typedef int Int;
00020 
00021 } // namespace Ipopt
00022 
00023 #endif

Generated on Thu Jul 29 2010 19:56:08 by  doxygen 1.7.1