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