> I just want to terminate without getting any results.

The best way is to run the solver as a separate process; then you
can terminate it at any time using an appropriate system function
like kill() (in Linux) or TerminateProcess() (in Windows).
However, I am not familiar with details of how jni is implemented.

Andrew Makhorin



_______________________________________________
Help-glpk mailing list
Help-glpk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to