Scippy

SCIP

Solving Constraint Integer Programs

SYM_Vartype Struct Reference

Detailed Description

data of variables that are considered to be equivalent

Definition at line 34 of file struct_symmetry.h.

#include <struct_symmetry.h>

Data Fields

SCIP_Real obj
 
SCIP_Real lb
 
SCIP_Real ub
 
SCIP_VARTYPE type
 
int color
 

Field Documentation

◆ obj

SCIP_Real SYM_Vartype::obj

objective of variable

Definition at line 36 of file struct_symmetry.h.

Referenced by computeSymmetryGroup(), SCIP_DECL_HASHKEYEQ(), and SCIP_DECL_HASHKEYVAL().

◆ lb

SCIP_Real SYM_Vartype::lb

lower bound of variable

Definition at line 37 of file struct_symmetry.h.

Referenced by computeSymmetryGroup(), SCIP_DECL_HASHKEYEQ(), and SCIP_DECL_HASHKEYVAL().

◆ ub

SCIP_Real SYM_Vartype::ub

upper bound of variable

Definition at line 38 of file struct_symmetry.h.

Referenced by computeSymmetryGroup(), SCIP_DECL_HASHKEYEQ(), and SCIP_DECL_HASHKEYVAL().

◆ type

SCIP_VARTYPE SYM_Vartype::type

type of variable

Definition at line 39 of file struct_symmetry.h.

Referenced by computeSymmetryGroup(), and SCIP_DECL_HASHKEYEQ().

◆ color

int SYM_Vartype::color

store color

Definition at line 40 of file struct_symmetry.h.

Referenced by computeSymmetryGroup().