help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] interrupt glpk using JNI


From: Andrew Makhorin
Subject: Re: [Help-glpk] interrupt glpk using JNI
Date: Thu, 20 Apr 2006 01:13:42 +0400

> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]