PolySCIPConfig.h File Reference
Detailed Description
Some preprocessor directives.
- Attention
- Preprocessor directives are generated by cmake via file cmake/PolySCIPConfig.h.in
Definition in file PolySCIPConfig.h.
Go to the source code of this file.
Macros | |
| #define | POLYSCIP_VERSION_MAJOR 2 |
| Current major version of PolySCIP. More... | |
| #define | POLYSCIP_VERSION_MINOR 0 |
| Current minor version of PolySCIP. More... | |
| #define | EXECUTABLE_NAME "polyscip" |
| Name of executable. More... | |
| #define | POLYSCIP_MAX_NO_OBJS 30 |
| Maximal number of objectives considered by PolySCIP. More... | |
Macro Definition Documentation
◆ POLYSCIP_VERSION_MAJOR
| #define POLYSCIP_VERSION_MAJOR 2 |
Current major version of PolySCIP.
Definition at line 9 of file PolySCIPConfig.h.
Referenced by polyscip::CmdLineArgs::CmdLineArgs().
◆ POLYSCIP_VERSION_MINOR
| #define POLYSCIP_VERSION_MINOR 0 |
Current minor version of PolySCIP.
Definition at line 10 of file PolySCIPConfig.h.
Referenced by polyscip::CmdLineArgs::CmdLineArgs().
◆ EXECUTABLE_NAME
| #define EXECUTABLE_NAME "polyscip" |
Name of executable.
Definition at line 11 of file PolySCIPConfig.h.
◆ POLYSCIP_MAX_NO_OBJS
| #define POLYSCIP_MAX_NO_OBJS 30 |
Maximal number of objectives considered by PolySCIP.
Definition at line 12 of file PolySCIPConfig.h.
