Ipopt  3.12.12
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
config_ipopt.h
Go to the documentation of this file.
1 /* src/Common/config_ipopt.h. Generated by configure. */
2 /* src/Common/config_ipopt.h.in. */
3 
4 #ifndef __CONFIG_IPOPT_H__
5 #define __CONFIG_IPOPT_H__
6 
7 /* Version number of project */
8 #define IPOPT_VERSION "3.12.12"
9 
10 /* Major Version number of project */
11 #define IPOPT_VERSION_MAJOR 3
12 
13 /* Minor Version number of project */
14 #define IPOPT_VERSION_MINOR 12
15 
16 /* Release Version number of project */
17 #define IPOPT_VERSION_RELEASE 12
18 
19 /* Define to the C type corresponding to Fortran INTEGER */
20 #define FORTRAN_INTEGER_TYPE int
21 
22 #endif