DART  6.10.1
BackwardCompatibility.hpp File Reference

Go to the source code of this file.

Macros

#define IPOPT_VERSION_GE(x, y, z)
 

Macro Definition Documentation

◆ IPOPT_VERSION_GE

#define IPOPT_VERSION_GE (   x,
  y,
 
)
Value:
(IPOPT_VERSION_MAJOR > x || (IPOPT_VERSION_MAJOR >= x && \
(IPOPT_VERSION_MINOR > y || (IPOPT_VERSION_MINOR >= y && \
IPOPT_VERSION_PATCH >= z))))