Ipopt Documentation  
 
Loading...
Searching...
No Matches
config.h File Reference

Go to the source code of this file.

Macros

#define F77_FUNC(name, NAME)   name ## _
 
#define F77_FUNC_(name, NAME)   name ## _
 
#define HAVE_CFLOAT   1
 
#define HAVE_CMATH   1
 
#define HAVE_DLFCN_H   1
 
#define HAVE_INTTYPES_H   1
 
#define HAVE_STDINT_H   1
 
#define HAVE_STDIO_H   1
 
#define HAVE_STDLIB_H   1
 
#define HAVE_STRINGS_H   1
 
#define HAVE_STRING_H   1
 
#define HAVE_SYS_STAT_H   1
 
#define HAVE_SYS_TYPES_H   1
 
#define HAVE_UNISTD_H   1
 
#define HAVE_VSNPRINTF   1
 
#define IPOPTAMPLINTERFACELIB_EXPORT
 
#define IPOPTLIB_EXPORT
 
#define IPOPT_CHECKLEVEL   0
 
#define IPOPT_C_FINITE   std::isfinite
 
#define IPOPT_HAS_ASL   1
 
#define IPOPT_HAS_DRAND48   1
 
#define IPOPT_HAS_FEENABLEEXCEPT   1
 
#define IPOPT_HAS_LAPACK   1
 
#define IPOPT_HAS_LINEARSOLVERLOADER   1
 
#define IPOPT_HAS_MUMPS   1
 
#define IPOPT_HAS_RAND   1
 
#define IPOPT_HAS_STD__RAND   1
 
#define IPOPT_HAS_VA_COPY   1
 
#define IPOPT_LAPACK_FUNC(name, NAME)   name ## _
 
#define IPOPT_LAPACK_FUNC_(name, NAME)   name ## _
 
#define IPOPT_MPIINIT   1
 
#define IPOPT_VERBOSITY   0
 
#define IPOPT_VERSION   "3.14.12"
 
#define IPOPT_VERSION_MAJOR   3
 
#define IPOPT_VERSION_MINOR   14
 
#define IPOPT_VERSION_RELEASE   12
 
#define LT_OBJDIR   ".libs/"
 
#define PACKAGE_BUGREPORT   "https://github.com/coin-or/Ipopt/issues/new"
 
#define PACKAGE_NAME   "Ipopt"
 
#define PACKAGE_STRING   "Ipopt 3.14.12"
 
#define PACKAGE_TARNAME   "ipopt"
 
#define PACKAGE_URL   "https://github.com/coin-or/Ipopt"
 
#define PACKAGE_VERSION   "3.14.12"
 
#define SIPOPTAMPLINTERFACELIB_EXPORT
 
#define SIPOPTLIB_EXPORT
 
#define SIZEOF_INT_P   4
 
#define STDC_HEADERS   1
 

Macro Definition Documentation

◆ F77_FUNC

#define F77_FUNC ( name,
NAME )   name ## _

Definition at line 16 of file config.h.

◆ F77_FUNC_

#define F77_FUNC_ ( name,
NAME )   name ## _

Definition at line 19 of file config.h.

◆ HAVE_CFLOAT

#define HAVE_CFLOAT   1

Definition at line 28 of file config.h.

◆ HAVE_CMATH

#define HAVE_CMATH   1

Definition at line 34 of file config.h.

◆ HAVE_DLFCN_H

#define HAVE_DLFCN_H   1

Definition at line 37 of file config.h.

◆ HAVE_INTTYPES_H

#define HAVE_INTTYPES_H   1

Definition at line 46 of file config.h.

◆ HAVE_STDINT_H

#define HAVE_STDINT_H   1

Definition at line 55 of file config.h.

◆ HAVE_STDIO_H

#define HAVE_STDIO_H   1

Definition at line 58 of file config.h.

◆ HAVE_STDLIB_H

#define HAVE_STDLIB_H   1

Definition at line 61 of file config.h.

◆ HAVE_STRINGS_H

#define HAVE_STRINGS_H   1

Definition at line 64 of file config.h.

◆ HAVE_STRING_H

#define HAVE_STRING_H   1

Definition at line 67 of file config.h.

◆ HAVE_SYS_STAT_H

#define HAVE_SYS_STAT_H   1

Definition at line 70 of file config.h.

◆ HAVE_SYS_TYPES_H

#define HAVE_SYS_TYPES_H   1

Definition at line 73 of file config.h.

◆ HAVE_UNISTD_H

#define HAVE_UNISTD_H   1

Definition at line 76 of file config.h.

◆ HAVE_VSNPRINTF

#define HAVE_VSNPRINTF   1

Definition at line 79 of file config.h.

◆ IPOPTAMPLINTERFACELIB_EXPORT

#define IPOPTAMPLINTERFACELIB_EXPORT

Definition at line 91 of file config.h.

◆ IPOPTLIB_EXPORT

#define IPOPTLIB_EXPORT

Definition at line 94 of file config.h.

◆ IPOPT_CHECKLEVEL

#define IPOPT_CHECKLEVEL   0

Definition at line 97 of file config.h.

◆ IPOPT_C_FINITE

#define IPOPT_C_FINITE   std::isfinite

Definition at line 100 of file config.h.

◆ IPOPT_HAS_ASL

#define IPOPT_HAS_ASL   1

Definition at line 103 of file config.h.

◆ IPOPT_HAS_DRAND48

#define IPOPT_HAS_DRAND48   1

Definition at line 106 of file config.h.

◆ IPOPT_HAS_FEENABLEEXCEPT

#define IPOPT_HAS_FEENABLEEXCEPT   1

Definition at line 109 of file config.h.

◆ IPOPT_HAS_LAPACK

#define IPOPT_HAS_LAPACK   1

Definition at line 115 of file config.h.

◆ IPOPT_HAS_LINEARSOLVERLOADER

#define IPOPT_HAS_LINEARSOLVERLOADER   1

Definition at line 119 of file config.h.

◆ IPOPT_HAS_MUMPS

#define IPOPT_HAS_MUMPS   1

Definition at line 122 of file config.h.

◆ IPOPT_HAS_RAND

#define IPOPT_HAS_RAND   1

Definition at line 128 of file config.h.

◆ IPOPT_HAS_STD__RAND

#define IPOPT_HAS_STD__RAND   1

Definition at line 134 of file config.h.

◆ IPOPT_HAS_VA_COPY

#define IPOPT_HAS_VA_COPY   1

Definition at line 137 of file config.h.

◆ IPOPT_LAPACK_FUNC

#define IPOPT_LAPACK_FUNC ( name,
NAME )   name ## _

Definition at line 154 of file config.h.

◆ IPOPT_LAPACK_FUNC_

#define IPOPT_LAPACK_FUNC_ ( name,
NAME )   name ## _

Definition at line 157 of file config.h.

◆ IPOPT_MPIINIT

#define IPOPT_MPIINIT   1

Definition at line 161 of file config.h.

◆ IPOPT_VERBOSITY

#define IPOPT_VERBOSITY   0

Definition at line 167 of file config.h.

◆ IPOPT_VERSION

#define IPOPT_VERSION   "3.14.12"

Definition at line 170 of file config.h.

◆ IPOPT_VERSION_MAJOR

#define IPOPT_VERSION_MAJOR   3

Definition at line 173 of file config.h.

◆ IPOPT_VERSION_MINOR

#define IPOPT_VERSION_MINOR   14

Definition at line 176 of file config.h.

◆ IPOPT_VERSION_RELEASE

#define IPOPT_VERSION_RELEASE   12

Definition at line 179 of file config.h.

◆ LT_OBJDIR

#define LT_OBJDIR   ".libs/"

Definition at line 189 of file config.h.

◆ PACKAGE_BUGREPORT

#define PACKAGE_BUGREPORT   "https://github.com/coin-or/Ipopt/issues/new"

Definition at line 192 of file config.h.

◆ PACKAGE_NAME

#define PACKAGE_NAME   "Ipopt"

Definition at line 195 of file config.h.

◆ PACKAGE_STRING

#define PACKAGE_STRING   "Ipopt 3.14.12"

Definition at line 198 of file config.h.

◆ PACKAGE_TARNAME

#define PACKAGE_TARNAME   "ipopt"

Definition at line 201 of file config.h.

◆ PACKAGE_URL

#define PACKAGE_URL   "https://github.com/coin-or/Ipopt"

Definition at line 204 of file config.h.

◆ PACKAGE_VERSION

#define PACKAGE_VERSION   "3.14.12"

Definition at line 207 of file config.h.

◆ SIPOPTAMPLINTERFACELIB_EXPORT

#define SIPOPTAMPLINTERFACELIB_EXPORT

Definition at line 213 of file config.h.

◆ SIPOPTLIB_EXPORT

#define SIPOPTLIB_EXPORT

Definition at line 216 of file config.h.

◆ SIZEOF_INT_P

#define SIZEOF_INT_P   4

Definition at line 219 of file config.h.

◆ STDC_HEADERS

#define STDC_HEADERS   1

Definition at line 224 of file config.h.