type_disp.h
Go to the documentation of this file.
28 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
56 SCIP_DISPMODE_CONCURRENT = 0x00000002u, /**< display column is displayed only in concurrent mode */
57 SCIP_DISPMODE_ALL = 0x00000003u /**< display column is displayed in concurrent and sequential mode*/
97 /** solving process initialization method of display column (called when branch and bound process is about to begin)
99 * This method is called when the presolving was finished and the branch and bound process is about to begin.
108 /** solving process deinitialization method of display column (called before branch and bound process data is freed)
Definition: type_disp.h:56
Definition: type_disp.h:57
Definition: type_disp.h:48
Definition: type_disp.h:55
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure
Definition: type_disp.h:46
Definition: type_disp.h:47
Definition: struct_disp.h:36
common defines and data types used in all packages of SCIP