Scippy

SCIP

Solving Constraint Integer Programs

struct_paramset.h File Reference

Detailed Description

datastructures for handling parameter settings

Author
Tobias Achterberg
Timo Berthold

Definition in file struct_paramset.h.

#include "scip/def.h"
#include "scip/type_misc.h"
#include "scip/type_paramset.h"

Go to the source code of this file.

Typedefs

typedef struct SCIP_BoolParam SCIP_BOOLPARAM
 
typedef struct SCIP_IntParam SCIP_INTPARAM
 
typedef struct SCIP_LongintParam SCIP_LONGINTPARAM
 
typedef struct SCIP_RealParam SCIP_REALPARAM
 
typedef struct SCIP_CharParam SCIP_CHARPARAM
 
typedef struct SCIP_StringParam SCIP_STRINGPARAM
 

Typedef Documentation

◆ SCIP_BOOLPARAM

Definition at line 44 of file struct_paramset.h.

◆ SCIP_INTPARAM

typedef struct SCIP_IntParam SCIP_INTPARAM

Definition at line 55 of file struct_paramset.h.

◆ SCIP_LONGINTPARAM

Definition at line 66 of file struct_paramset.h.

◆ SCIP_REALPARAM

Definition at line 77 of file struct_paramset.h.

◆ SCIP_CHARPARAM

Definition at line 87 of file struct_paramset.h.

◆ SCIP_STRINGPARAM

Definition at line 96 of file struct_paramset.h.