equal
deleted
inserted
replaced
14 * express or implied, and with no claim as to its suitability for any |
14 * express or implied, and with no claim as to its suitability for any |
15 * purpose. |
15 * purpose. |
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 #ifndef LEMON_LP_GLPK_CC |
|
20 #define LEMON_LP_GLPK_CC |
|
21 |
|
22 ///\file |
19 ///\file |
23 ///\brief Implementation of the LEMON-GLPK lp solver interface. |
20 ///\brief Implementation of the LEMON-GLPK lp solver interface. |
24 |
21 |
25 #include <lemon/lp_glpk.h> |
22 #include <lemon/lp_glpk.h> |
26 //#include <iostream> |
23 //#include <iostream> |
524 lpx_set_int_parm(lp, LPX_K_PRESOL, b); |
521 lpx_set_int_parm(lp, LPX_K_PRESOL, b); |
525 } |
522 } |
526 |
523 |
527 |
524 |
528 } //END OF NAMESPACE LEMON |
525 } //END OF NAMESPACE LEMON |
529 |
|
530 #endif //LEMON_LP_GLPK_CC |
|