All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
type_disp.h File Reference Detailed Descriptiontype definitions for displaying runtime statistics This file defines the interface for display columns implemented in C. Definition in file type_disp.h. Go to the source code of this file.
Macro Definition Documentation
copy method for display plugins (called when SCIP copies plugins) input:
Definition at line 62 of file type_disp.h.
destructor of display column to free user data (called when SCIP is exiting) input:
Definition at line 70 of file type_disp.h.
initialization method of display column (called after problem was transformed) input:
Definition at line 78 of file type_disp.h.
deinitialization method of display column (called before transformed problem is freed) input:
Definition at line 86 of file type_disp.h.
solving process initialization method of display column (called when branch and bound process is about to begin) This method is called when the presolving was finished and the branch and bound process is about to begin. The display column may use this call to initialize its branch and bound specific data. input:
Definition at line 97 of file type_disp.h.
solving process deinitialization method of display column (called before branch and bound process data is freed) This method is called before the branch and bound process is freed. The display column should use this call to clean up its branch and bound data. input:
Definition at line 108 of file type_disp.h.
output method of display column to output file stream 'file' input:
Definition at line 117 of file type_disp.h. Typedef Documentation
Definition at line 50 of file type_disp.h. display column data structure Definition at line 52 of file type_disp.h.
display column specific data Definition at line 53 of file type_disp.h. Enumeration Type Documentation
display activation status of display column
Definition at line 44 of file type_disp.h. |