type_disp.h
Go to the documentation of this file.
42/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
63};
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*/
72};
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)
common defines and data types used in all packages of SCIP
Definition: struct_disp.h:46
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure