gravatar
deba@inf.elte.hu
deba@inf.elte.hu
Fix GLPK tests (#213)
0 4 0
default
4 files changed with 14 insertions and 0 deletions:
↑ Collapse diff ↑
Ignore white space 6 line context
... ...
@@ -524,2 +524,6 @@
524 524

	
525
  void GlpkBase::freeEnv() {
526
    glp_free_env();
527
  }
528

	
525 529
  // GlpkLp members
Ignore white space 6 line context
... ...
@@ -104,2 +104,10 @@
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.
Ignore white space 6 line context
... ...
@@ -368,2 +368,3 @@
368 368
  }
369
  GlpkLp::freeEnv();
369 370
#endif
Show white space 6 line context
... ...
@@ -117,2 +117,3 @@
117 117
  }
118
  GlpkLp::freeEnv();
118 119
#endif
0 comments (0 inline)