0
4
0
| ... | ... |
@@ -102,6 +102,14 @@ |
| 102 | 102 |
|
| 103 | 103 |
public: |
| 104 | 104 |
|
| 105 |
/// \brief Deallocates the globally allocated memory of GLPK. |
|
| 106 |
|
|
| 107 |
/// Deallocates the globally allocated memory of GLPK. \note |
|
| 108 |
/// Usually, it do not have to be called, because the GLPK use |
|
| 109 |
/// only a small amount of global memory, and it is deallocated |
|
| 110 |
/// automatically at the end of program. |
|
| 111 |
static void freeEnv(); |
|
| 112 |
|
|
| 105 | 113 |
///Pointer to the underlying GLPK data structure. |
| 106 | 114 |
LPX *lpx() {return lp;}
|
| 107 | 115 |
///Const pointer to the underlying GLPK data structure. |
0 comments (0 inline)