24 #ifndef __SCIP_INTERRUPT_H__ 25 #define __SCIP_INTERRUPT_H__
SCIP_RETCODE SCIPinterruptCreate(SCIP_INTERRUPT **interrupt)
enum SCIP_Retcode SCIP_RETCODE
type definitions for return codes for SCIP methods
void SCIPresetInterrupted(void)
void SCIPinterruptRelease(SCIP_INTERRUPT *interrupt)
SCIP_Bool SCIPinterrupted(void)
void SCIPinterruptFree(SCIP_INTERRUPT **interrupt)
common defines and data types used in all packages of SCIP
void SCIPinterruptCapture(SCIP_INTERRUPT *interrupt)
type definitions for catching the user CTRL-C interrupt