Scippy

SCIP

Solving Constraint Integer Programs

Linking Struct Reference

Detailed Description

data related to one linking constraint

Definition at line 99 of file heur_dps.c.

Data Fields

SCIP_CONSlinkingcons
 
SCIP_CONS ** blockconss
 
SCIP_VAR ** slacks
 
SCIP_Realminactivity
 
SCIP_Realmaxactivity
 
SCIP_Realcurrentrhs
 
SCIP_Realcurrentlhs
 
int * blocknumbers
 
int nblocks
 
int nslacks
 
int nslacksperblock
 
int lastviolations
 
SCIP_Bool hasrhs
 
SCIP_Bool haslhs
 

Field Documentation

◆ linkingcons

SCIP_CONS* Linking::linkingcons

corresponding linking constraint of original problem

Definition at line 101 of file heur_dps.c.

Referenced by initCurrent(), and SCIP_DECL_HEUREXEC().

◆ blockconss

SCIP_CONS** Linking::blockconss

linking constraints of the blocks

Definition at line 102 of file heur_dps.c.

Referenced by createBlockproblem(), initCurrent(), roundPartition(), SCIP_DECL_HEUREXEC(), and updatePartition().

◆ slacks

SCIP_VAR** Linking::slacks

slackvars of the blocks

Definition at line 103 of file heur_dps.c.

Referenced by createBlockproblem(), reuseSolution(), SCIP_DECL_HEUREXEC(), updateLambda(), and updatePartition().

◆ minactivity

SCIP_Real* Linking::minactivity

minimal activity of constraint for each block

Definition at line 104 of file heur_dps.c.

Referenced by createBlockproblem(), initCurrent(), SCIP_DECL_HEUREXEC(), and updatePartition().

◆ maxactivity

SCIP_Real* Linking::maxactivity

maximal activity of constraint for each block

Definition at line 105 of file heur_dps.c.

Referenced by createBlockproblem(), initCurrent(), SCIP_DECL_HEUREXEC(), and updatePartition().

◆ currentrhs

SCIP_Real* Linking::currentrhs

current partition of rhs

Definition at line 106 of file heur_dps.c.

Referenced by initCurrent(), roundPartition(), SCIP_DECL_HEUREXEC(), and updatePartition().

◆ currentlhs

SCIP_Real* Linking::currentlhs

current partition of lhs

Definition at line 107 of file heur_dps.c.

Referenced by initCurrent(), roundPartition(), SCIP_DECL_HEUREXEC(), and updatePartition().

◆ blocknumbers

int* Linking::blocknumbers

◆ nblocks

int Linking::nblocks

number of blocks in which this linking constraint participates; dimension of arrays

Definition at line 109 of file heur_dps.c.

Referenced by createBlockproblem(), initCurrent(), reoptimize(), reuseSolution(), roundPartition(), SCIP_DECL_HEUREXEC(), updateLambda(), and updatePartition().

◆ nslacks

int Linking::nslacks

number of slack variables

Definition at line 110 of file heur_dps.c.

Referenced by createBlockproblem(), and SCIP_DECL_HEUREXEC().

◆ nslacksperblock

int Linking::nslacksperblock

2, if ranged constraint; 1, if only rhs or lhs

Definition at line 111 of file heur_dps.c.

Referenced by createBlockproblem(), roundPartition(), SCIP_DECL_HEUREXEC(), updateLambda(), and updatePartition().

◆ lastviolations

int Linking::lastviolations

number of iterations in which the constraint was violated in succession

Definition at line 112 of file heur_dps.c.

Referenced by SCIP_DECL_HEUREXEC(), and updateLambda().

◆ hasrhs

SCIP_Bool Linking::hasrhs

has linking constraint finite right-hand side?

Definition at line 113 of file heur_dps.c.

Referenced by createBlockproblem(), initCurrent(), reuseSolution(), roundPartition(), SCIP_DECL_HEUREXEC(), updateLambda(), and updatePartition().

◆ haslhs

SCIP_Bool Linking::haslhs

has linking constraint finite left-hand side?

Definition at line 114 of file heur_dps.c.

Referenced by createBlockproblem(), initCurrent(), reuseSolution(), roundPartition(), SCIP_DECL_HEUREXEC(), updateLambda(), and updatePartition().