|
Last change
on this file since 461:08d495d48089 was
459:ed54c0d13df0,
checked in by Balazs Dezso <deba@…>, 17 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 | |
|---|
| 1 | INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}) |
|---|
| 2 | |
|---|
| 3 | ADD_LIBRARY(lemon |
|---|
| 4 | arg_parser.cc |
|---|
| 5 | base.cc |
|---|
| 6 | color.cc |
|---|
| 7 | random.cc) |
|---|
| 8 | |
|---|
| 9 | INSTALL( |
|---|
| 10 | TARGETS lemon |
|---|
| 11 | ARCHIVE DESTINATION lib |
|---|
| 12 | COMPONENT library) |
|---|
| 13 | |
|---|
| 14 | INSTALL( |
|---|
| 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.