Scippy

SCIP

Solving Constraint Integer Programs

SCIP_BoolArray Struct Reference

Detailed Description

dynamic array for storing bool values

Definition at line 154 of file struct_misc.h.

#include <struct_misc.h>

Data Fields

BMS_BLKMEMblkmem
 
SCIP_Boolvals
 
int valssize
 
int firstidx
 
int minusedidx
 
int maxusedidx
 

Field Documentation

◆ blkmem

BMS_BLKMEM* SCIP_BoolArray::blkmem

block memory that stores the vals array

Definition at line 156 of file struct_misc.h.

◆ vals

SCIP_Bool* SCIP_BoolArray::vals

array values

Definition at line 157 of file struct_misc.h.

Referenced by SCIPboolarrayCopy(), and SCIPboolarrayGetVal().

◆ valssize

int SCIP_BoolArray::valssize

size of vals array

Definition at line 158 of file struct_misc.h.

Referenced by SCIPboolarrayCopy(), SCIPboolarrayExtend(), and SCIPboolarrayGetVal().

◆ firstidx

int SCIP_BoolArray::firstidx

index of first element in vals array

Definition at line 159 of file struct_misc.h.

Referenced by SCIPboolarrayClear(), SCIPboolarrayCopy(), SCIPboolarrayExtend(), SCIPboolarrayGetVal(), and SCIPboolarraySetVal().

◆ minusedidx

int SCIP_BoolArray::minusedidx

index of first non zero element in vals array

Definition at line 160 of file struct_misc.h.

Referenced by SCIPboolarrayCopy(), SCIPboolarrayExtend(), and SCIPboolarrayGetMinIdx().

◆ maxusedidx

int SCIP_BoolArray::maxusedidx

index of last non zero element in vals array

Definition at line 161 of file struct_misc.h.

Referenced by SCIPboolarrayCopy(), SCIPboolarrayExtend(), SCIPboolarrayGetMaxIdx(), and SCIPboolarrayGetVal().