Skip to content

HighsCallbackDataIn with user_interrupt = 1 (nonzero) not working i.e., not returning HiGHS back to the user #2248

Open
@jeffreydeankelly2

Description

@jeffreydeankelly2

The Control-C interrupt in HiGHS 1.10.0 is now fixed (thank you) and enables the HiGHS user to invoke a Control-C event from which the HighsCallbackDataIn's user_interrupt is set to one (non-zero) in a MIP callback routine and for us this is when the callback type = kHighsCallbackMipInterrupt.

This works as we are able to properly change the user_interrupt from zero (observed HiGHS default) to one when Control-C is typed.

Unfortunately, when HighsCallbackDataIn->user_interrupt is passed as non-zero, HiGHS does not terminate, exit or return HiGHS back to the user as stated.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions