COIN-OR::LEMON - Graph Library

source: lemon-main/lemon/config.h.in @ 1088:4000b7ef4e01

Last change on this file since 1088:4000b7ef4e01 was 1088:4000b7ef4e01, checked in by Alpar Juttner <alpar@…>, 11 years ago

Add cmake config to find SoPlex? (#460)

Based on the patch sent by ax487

File size: 465 bytes
Line 
1#define LEMON_VERSION "@PROJECT_VERSION@"
2#cmakedefine LEMON_HAVE_LONG_LONG 1
3#cmakedefine LEMON_HAVE_LP 1
4#cmakedefine LEMON_HAVE_MIP 1
5#cmakedefine LEMON_HAVE_GLPK 1
6#cmakedefine LEMON_HAVE_CPLEX 1
7#cmakedefine LEMON_HAVE_SOPLEX 1
8#cmakedefine LEMON_HAVE_CLP 1
9#cmakedefine LEMON_HAVE_CBC 1
10#cmakedefine LEMON_DEFAULT_LP @LEMON_DEFAULT_LP@
11#cmakedefine LEMON_DEFAULT_MIP @LEMON_DEFAULT_MIP@
12#cmakedefine LEMON_USE_PTHREAD 1
13#cmakedefine LEMON_USE_WIN32_THREADS 1
Note: See TracBrowser for help on using the repository browser.