lemon/config.h.in
author Balazs Dezso <deba@inf.elte.hu>
Tue, 02 Dec 2008 22:48:28 +0100
changeset 482 ed54c0d13df0
parent 481 7afc121e0689
child 564 2b6d5d22bb23
permissions -rw-r--r--
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
alpar@480
     1
/* Define to 1 if you have any LP solver. */
alpar@480
     2
#undef HAVE_LP
alpar@480
     3
alpar@480
     4
/* Define to 1 if you have any MIP solver. */
alpar@480
     5
#undef HAVE_MIP
alpar@480
     6
ladanyi@1
     7
/* Define to 1 if you have CPLEX. */
ladanyi@1
     8
#undef HAVE_CPLEX
ladanyi@1
     9
ladanyi@1
    10
/* Define to 1 if you have GLPK. */
ladanyi@1
    11
#undef HAVE_GLPK
deba@481
    12
deba@481
    13
/* Define to 1 if you have SOPLEX */
deba@482
    14
#undef HAVE_SOPLEX
deba@482
    15
deba@482
    16
/* Define to 1 if you have CLP */
deba@482
    17
#undef HAVE_CLP