IpoptConfig.h 528 B

12345678910111213141516171819202122
  1. /* src/Common/config_ipopt.h. Generated by configure. */
  2. /* src/Common/config_ipopt.h.in. */
  3. #ifndef __CONFIG_IPOPT_H__
  4. #define __CONFIG_IPOPT_H__
  5. /* Version number of project */
  6. #define IPOPT_VERSION "3.11.1"
  7. /* Major Version number of project */
  8. #define IPOPT_VERSION_MAJOR 3
  9. /* Minor Version number of project */
  10. #define IPOPT_VERSION_MINOR 11
  11. /* Release Version number of project */
  12. #define IPOPT_VERSION_RELEASE 1
  13. /* Define to the C type corresponding to Fortran INTEGER */
  14. #define FORTRAN_INTEGER_TYPE int
  15. #endif