Replies: 1 comment 1 reply
-
If you interrupt the cbc process I don't think you will be able to load the
solution afterwards, I think. Maybe ask if that's possible at the the cbc
github.
https://github.com/coin-or/Cbc
…On Wed, Jun 26, 2024, 13:09 H4rryK4ne ***@***.***> wrote:
I have an application which starts solving a problem in a separate process.
I want to provide a possibility to stop the process. I found, that I can
send a SIGINT signal to the process ID of the solver (at least when using
the CBC) to stop the solving process and get an intermediate result, but I
don't know how to get the process ID of the solver at runtime.
—
Reply to this email directly, view it on GitHub
<#757>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJUZ47CY4TZ5GNXC52BRO3ZJKONRAVCNFSM6AAAAABJ5U6GUCVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWHA3DKNBSGQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an application which starts solving a problem in a separate process.
I want to provide a possibility to stop the process. I found, that I can send a SIGINT signal to the process ID of the solver (at least when using the CBC) to stop the solving process and get an intermediate result, but I don't know how to get the process ID of the solver at runtime.
Beta Was this translation helpful? Give feedback.
All reactions