public class GlpkException
extends java.lang.RuntimeException
If an error occurs GLPK will release all internal memory. Hence all object references to the library will be invalid.
To reenable listening to terminal output call
GLPK.glp_term_hook(null, null);
Constructor and Description |
---|
GlpkException()
Constructs a new GLPK exception.
|
GlpkException(java.lang.String message)
Constructs a new GLPK exception.
|