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