COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    r1065 r1040  
    135135
    136136 
    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 
    155137-DGLPK_ROOT_DIR=DIRECTORY
    156138-DCOIN_ROOT_DIR=DIRECTORY
    157 -DILOG_ROOT_DIR=DIRECTORY
     139-DCPLEX_ROOT_DIR=DIRECTORY
    158140
    159   Root directory prefixes of optional third party libraries.
     141  Install root directory prefixes of optional third party libraries.
    160142
    161143Makefile Variables
Note: See TracChangeset for help on using the changeset viewer.