Scippy

SCIP

Solving Constraint Integer Programs

SCIP_Param Struct Reference

Detailed Description

single parameter

Definition at line 98 of file struct_paramset.h.

#include <struct_paramset.h>

Public Member Functions

 SCIP_DECL_PARAMCHGD ((*paramchgd))
 

Data Fields

union {
   SCIP_BOOLPARAM   boolparam
 
   SCIP_INTPARAM   intparam
 
   SCIP_LONGINTPARAM   longintparam
 
   SCIP_REALPARAM   realparam
 
   SCIP_CHARPARAM   charparam
 
   SCIP_STRINGPARAM   stringparam
 
data
 
char * name
 
char * desc
 
SCIP_PARAMDATAparamdata
 
unsigned int isadvanced:1
 
unsigned int isfixed:1
 
SCIP_PARAMTYPE paramtype
 

Member Function Documentation

SCIP_Param::SCIP_DECL_PARAMCHGD ( paramchgd)

change information method of parameter

Field Documentation

SCIP_BOOLPARAM SCIP_Param::boolparam

data for SCIP_Bool parameters

Definition at line 102 of file struct_paramset.h.

Referenced by paramWrite(), SCIPparamGetBool(), SCIPparamGetBoolDefault(), SCIPparamSetBool(), and SCIPparamSetDefaultBool().

SCIP_REALPARAM SCIP_Param::realparam
SCIP_CHARPARAM SCIP_Param::charparam
SCIP_STRINGPARAM SCIP_Param::stringparam

data for char* parameters

Definition at line 107 of file struct_paramset.h.

Referenced by paramWrite(), SCIPparamGetString(), SCIPparamGetStringDefault(), and SCIPparamSetString().

char* SCIP_Param::desc

description of the parameter

Definition at line 110 of file struct_paramset.h.

Referenced by paramWrite(), and SCIPparamGetDesc().

SCIP_PARAMDATA* SCIP_Param::paramdata

locally defined parameter specific data

Definition at line 112 of file struct_paramset.h.

Referenced by SCIPparamGetData().

unsigned int SCIP_Param::isadvanced

is this parameter an advanced parameter?

Definition at line 113 of file struct_paramset.h.

Referenced by SCIPparamIsAdvanced().

unsigned int SCIP_Param::isfixed

is this parameter fixed?

Definition at line 114 of file struct_paramset.h.

Referenced by paramCheckFixed(), SCIPparamIsFixed(), and SCIPparamSetFixed().