Scippy

SCIP

Solving Constraint Integer Programs

PolySCIPConfig.h
Go to the documentation of this file.
1 /**
2  * @file PolySCIPConfig.h
3  * @brief Some preprocessor directives
4  * @author Sebastian Schenker
5  * @attention Preprocessor directives are generated by cmake via file cmake/PolySCIPConfig.h.in
6  *
7  */
8 
9 #define POLYSCIP_VERSION_MAJOR 2 ///< Current major version of PolySCIP
10 #define POLYSCIP_VERSION_MINOR 0 ///< Current minor version of PolySCIP
11 #define EXECUTABLE_NAME "polyscip" ///< Name of executable
12 #define POLYSCIP_MAX_NO_OBJS 30 ///< Maximal number of objectives considered by PolySCIP