COIN-OR::LEMON - Graph Library

Changeset 459:ed54c0d13df0 in lemon-1.1 for configure.ac


Ignore:
Timestamp:
12/02/08 22:48:28 (15 years ago)
Author:
Balazs Dezso <deba@…>
Branch:
default
Children:
460:76ec7bd57026, 687:17cabb114d52
Phase:
public
Message:

Thorough redesign of the LP/MIP interface (#44)

  • Redesigned class structure
  • Redesigned iterators
  • Some functions in the basic interface redesigned
  • More complete setting functions
  • Ray retrieving functions
  • Lot of improvements
  • Cplex common env
  • CLP macro definition to config.h.in
  • Update lp.h to also use soplex and clp
  • Remove default_solver_name
  • New solverName() function in solvers
  • Handle exceptions for MipCplex? test
  • Rename tolerance parameter to epsilon
  • Rename MapIt? to CoeffIt?
  • Lot of documentation improvements
  • Various bugfixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r458 r459  
    5454LX_CHECK_CPLEX
    5555LX_CHECK_SOPLEX
     56LX_CHECK_CLP
    5657
    5758AM_CONDITIONAL([HAVE_LP], [test x"$lx_lp_found" = x"yes"])
     
    121122echo CPLEX support................. : $lx_cplex_found
    122123echo SOPLEX support................ : $lx_soplex_found
     124echo CLP support................... : $lx_clp_found
    123125echo
    124126echo Build demo programs........... : $enable_demo
Note: See TracChangeset for help on using the changeset viewer.