Implementation of callbacks (user interrupt) in c# #2340
-
Hello, anyone knows if it's possible to use callbacks for user interrupt of the HighsLpSolver.Run()? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Unfortunately the callback infrastructure has not been added to the C# API. We're not C# users so, although we can pattern-match simple extensions, we'd have to rely on someone else to identify what's needed for callbacks - since the address of a function has to be passed. Maybe @galabovaa can add to my very limited knowledge of what's required |
Beta Was this translation helpful? Give feedback.
-
Hi @jeremyaldama, adding this functionality has been on our to-do list. We have an open issue that is related: #2042 Unfortunately, we have a few higher prority tasks to complete before we can address this one. I have not really looked at what is required yet, I can try to find some time sooner. |
Beta Was this translation helpful? Give feedback.
Hi @jeremyaldama, adding this functionality has been on our to-do list. We have an open issue that is related: #2042
Unfortunately, we have a few higher prority tasks to complete before we can address this one. I have not really looked at what is required yet, I can try to find some time sooner.