cmake/FindGhostscript.cmake
author |
Balazs Dezso <deba@inf.elte.hu> |
|
Tue, 02 Dec 2008 22:48:28 +0100 |
changeset 459 |
ed54c0d13df0 |
child 501 |
97070bd10b98 |
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