|
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:
341 bytes
|
| Line | |
|---|
| 1 | /* Define to 1 if you have any LP solver. */ |
|---|
| 2 | #undef HAVE_LP |
|---|
| 3 | |
|---|
| 4 | /* Define to 1 if you have any MIP solver. */ |
|---|
| 5 | #undef HAVE_MIP |
|---|
| 6 | |
|---|
| 7 | /* Define to 1 if you have CPLEX. */ |
|---|
| 8 | #undef HAVE_CPLEX |
|---|
| 9 | |
|---|
| 10 | /* Define to 1 if you have GLPK. */ |
|---|
| 11 | #undef HAVE_GLPK |
|---|
| 12 | |
|---|
| 13 | /* Define to 1 if you have SOPLEX */ |
|---|
| 14 | #undef HAVE_SOPLEX |
|---|
| 15 | |
|---|
| 16 | /* Define to 1 if you have CLP */ |
|---|
| 17 | #undef HAVE_CLP |
|---|
Note: See
TracBrowser
for help on using the repository browser.