All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
type_paramset.h File Reference Detailed Descriptiontype definitions for handling parameter settings Definition in file type_paramset.h. Go to the source code of this file.
Macro Definition Documentation
information method for changes in the parameter Method is called if the parameter was changed through a SCIPparamsetSetXyz() call (which is called by SCIPsetXyzParam()). It will not be called, if the parameter was changed directly by changing the value in the memory location. input: scip : SCIP main data structure param : the changed parameter (already set to its new value) Definition at line 88 of file type_paramset.h. Typedef Documentation
Definition at line 45 of file type_paramset.h.
Definition at line 56 of file type_paramset.h.
Definition at line 70 of file type_paramset.h.
single parameter Definition at line 72 of file type_paramset.h.
locally defined parameter specific data Definition at line 73 of file type_paramset.h.
set of parameters Definition at line 74 of file type_paramset.h. Enumeration Type Documentation
possible parameter types
Definition at line 36 of file type_paramset.h.
possible parameter settings - used to determine the behavior of different SCIP components, e.g., heuristics, separtors, ...
Definition at line 48 of file type_paramset.h.
possible parameter emphases - used to determine the general SCIP behavior
Definition at line 59 of file type_paramset.h. |