Ipopt Documentation  
 
Loading...
Searching...
No Matches
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// Authors: Carl Laird, Andreas Waechter IBM 2004-08-13
6
7#ifndef __IPTYPES_HPP__
8#define __IPTYPES_HPP__
9
10#include "IpoptConfig.h"
11#include "IpTypes.h"
12
13namespace Ipopt
14{
15
18
20typedef ipindex Index;
21
26typedef int Int;
27
28} // namespace Ipopt
29
30#endif
#define IPOPT_DEPRECATED
macro to declare symbols as deprecated
Definition IpTypes.h:25
double ipnumber
Type for floating-point numbers.
Definition IpTypes.h:51
int ipindex
Type of all indices of vectors, matrices etc.
Definition IpTypes.h:68
This file contains a base class for all exceptions and a set of macros to help with exceptions.
ipindex Index
Type of all indices of vectors, matrices etc.
Definition IpTypes.hpp:20
IPOPT_DEPRECATED typedef int Int
Type of default integer.
Definition IpTypes.hpp:26
ipnumber Number
Type of all numbers.
Definition IpTypes.hpp:17