Scippy

GCG

Branch-and-Price & Column Generation for Everyone

SCIP_EventhdlrData Struct Reference

Detailed Description

event handler data

Definition at line 51 of file event_mastersol.c.

Data Fields

SCIP_Bool triggered
 
SCIP * origprob
 
FILE * file
 
char * filename
 

Field Documentation

◆ triggered

SCIP_Bool SCIP_EventhdlrData::triggered

flag to indicate whether event has been triggered

Definition at line 53 of file event_mastersol.c.

◆ origprob

SCIP* SCIP_EventhdlrData::origprob

pointer to the original SCIP instance

Definition at line 62 of file event_solvingstats.c.

◆ file

FILE* SCIP_EventhdlrData::file

file to which statistics should be written

Definition at line 63 of file event_solvingstats.c.

◆ filename

char* SCIP_EventhdlrData::filename

name of file to which statistics should be written

Definition at line 64 of file event_solvingstats.c.