COIN-OR::LEMON - Graph Library

source: lemon-main/lemon/CMakeLists.txt @ 472:c46afb3f67a6

Last change on this file since 472:c46afb3f67a6 was 459:ed54c0d13df0, checked in by Balazs Dezso <deba@…>, 15 years ago

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 size: 301 bytes
Line 
1INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR})
2
3ADD_LIBRARY(lemon
4  arg_parser.cc
5  base.cc
6  color.cc
7  random.cc)
8
9INSTALL(
10  TARGETS lemon
11  ARCHIVE DESTINATION lib
12  COMPONENT library)
13
14INSTALL(
15  DIRECTORY . bits concepts
16  DESTINATION include/lemon
17  COMPONENT headers
18  FILES_MATCHING PATTERN "*.h")
Note: See TracBrowser for help on using the repository browser.