Menu

#4 GLPK exception handling

open
nobody
None
5
2013-01-20
2010-09-23
xypron
No

Hello Martin,

GLPK for Java 4.43ff offers exception based error handling. If an internal error occurs an exception org.gnu.glpk.GlpkException will be thrown. For older versions of GLPK for Java the whole Java engine is stopped if an error occurs in the GLPK binary library.

I suggest you include exception handling into GlpkSolver.

Best regards

Xypron

Discussion


Log in to post a comment.