type_paramset.h
Go to the documentation of this file.
31/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
53};
56/** possible parameter settings - used to determine the behavior of different SCIP components, e.g., heuristics, separators, ... */
64};
78 SCIP_PARAMEMPHASIS_PHASEFEAS = 7, /**< feasibility phase settings during 3-phase solving approach */
79 SCIP_PARAMEMPHASIS_PHASEIMPROVE= 8, /**< improvement phase settings during 3-phase solving approach */
83};
common defines and data types used in all packages of SCIP
Definition: struct_paramset.h:130
Definition: struct_paramset.h:109
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure