Changeset 584:0fec6a017ead in lemon for lemon/glpk.h
- Timestamp:
- 02/23/09 22:54:25 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/glpk.h
r485 r584 102 102 103 103 public: 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(); 104 112 105 113 ///Pointer to the underlying GLPK data structure.
Note: See TracChangeset
for help on using the changeset viewer.