All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
paramset.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
85 /** creates a SCIP_Longint parameter, sets it to its default value, and adds it to the parameter set */
102 /** creates a SCIP_Real parameter, sets it to its default value, and adds it to the parameter set */
130 const char* allowedvalues, /**< array with possible parameter values, or NULL if not restricted */
135 /** creates a string parameter, sets it to its default value, and adds it to the parameter set */
319 SCIP_Bool onlychanged /**< should only the parameters been written, that are changed from default? */
357 /** sets parameters to deactivate separators and heuristics that use auxiliary SCIP instances; should be called for
425 /** copies all parameter values of the source parameter set to the corresponding parameters in the target set */
438 SCIP_SET* set, /**< global SCIP settings, or NULL if param change method should not be called */
448 SCIP_SET* set, /**< global SCIP settings, or NULL if param change method should not be called */
458 SCIP_SET* set, /**< global SCIP settings, or NULL if param change method should not be called */
468 SCIP_SET* set, /**< global SCIP settings, or NULL if param change method should not be called */
478 SCIP_SET* set, /**< global SCIP settings, or NULL if param change method should not be called */
488 SCIP_SET* set, /**< global SCIP settings, or NULL if param change method should not be called */
|