Changes in INSTALL [1040:60c0c3ed8d11:1065:490d89913a17] in lemon-main
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r1040 r1065 135 135 136 136 137 -DLEMON_ENABLE_GLPK=NO 138 -DLEMON_ENABLE_COIN=NO 139 -DLEMON_ENABLE_ILOG=NO 140 141 Enable optional third party libraries. They are all enabled by default. 142 143 -DLEMON_DEFAULT_LP=GLPK 144 145 Sets the default LP solver backend. The supported values are 146 CPLEX, CLP and GLPK. By default, it is set to the first one which 147 is enabled and succesfully discovered. 148 149 -DLEMON_DEFAULT_MIP=GLPK 150 151 Sets the default MIP solver backend. The supported values are 152 CPLEX, CBC and GLPK. By default, it is set to the first one which 153 is enabled and succesfully discovered. 154 137 155 -DGLPK_ROOT_DIR=DIRECTORY 138 156 -DCOIN_ROOT_DIR=DIRECTORY 139 -D CPLEX_ROOT_DIR=DIRECTORY157 -DILOG_ROOT_DIR=DIRECTORY 140 158 141 Install root directory prefixes of optional third party libraries.159 Root directory prefixes of optional third party libraries. 142 160 143 161 Makefile Variables
Note: See TracChangeset
for help on using the changeset viewer.