Changes between Version 1 and Version 2 of Ticket #18685, comment 11
- Timestamp:
- 06/13/15 06:32:31 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18685, comment 11
v1 v2 2 2 Other GLPK backend functions don't do that either (below is an example) -- after all, GLPK does check the bounds; it only chooses to terminate the process with abort().... 3 3 4 Does this rather need to be handled with sig on() / sigoff() somehow?4 Does this rather need to be handled with sig_on() / sig_off() somehow? 5 5 6 6 {{{