1.1 --- a/INSTALL Thu Feb 28 23:45:39 2013 +0100
1.2 +++ b/INSTALL Mon Jul 15 08:33:08 2013 +0200
1.3 @@ -134,11 +134,29 @@
1.4 See http://docs.mathjax.org/en/latest/installation.html for more details.
1.5
1.6
1.7 +-DLEMON_ENABLE_GLPK=NO
1.8 +-DLEMON_ENABLE_COIN=NO
1.9 +-DLEMON_ENABLE_ILOG=NO
1.10 +
1.11 + Enable optional third party libraries. They are all enabled by default.
1.12 +
1.13 +-DLEMON_DEFAULT_LP=GLPK
1.14 +
1.15 + Sets the default LP solver backend. The supported values are
1.16 + CPLEX, CLP and GLPK. By default, it is set to the first one which
1.17 + is enabled and succesfully discovered.
1.18 +
1.19 +-DLEMON_DEFAULT_MIP=GLPK
1.20 +
1.21 + Sets the default MIP solver backend. The supported values are
1.22 + CPLEX, CBC and GLPK. By default, it is set to the first one which
1.23 + is enabled and succesfully discovered.
1.24 +
1.25 -DGLPK_ROOT_DIR=DIRECTORY
1.26 -DCOIN_ROOT_DIR=DIRECTORY
1.27 --DCPLEX_ROOT_DIR=DIRECTORY
1.28 +-DILOG_ROOT_DIR=DIRECTORY
1.29
1.30 - Install root directory prefixes of optional third party libraries.
1.31 + Root directory prefixes of optional third party libraries.
1.32
1.33 Makefile Variables
1.34 ==================