type_disp.h
Go to the documentation of this file.
42 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
70 SCIP_DISPMODE_CONCURRENT = 0x00000002u, /**< display column is displayed only in concurrent mode */
71 SCIP_DISPMODE_ALL = 0x00000003u /**< display column is displayed in concurrent and sequential mode*/
111 /** solving process initialization method of display column (called when branch and bound process is about to begin)
113 * This method is called when the presolving was finished and the branch and bound process is about to begin.
122 /** solving process deinitialization method of display column (called before branch and bound process data is freed)
Definition: type_disp.h:70
Definition: type_disp.h:71
Definition: type_disp.h:62
Definition: type_disp.h:69
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure
Definition: type_disp.h:60
Definition: type_disp.h:61
Definition: struct_disp.h:45
common defines and data types used in all packages of SCIP