Scippy

SCIP

Solving Constraint Integer Programs

Blockproblem Struct Reference

Detailed Description

data related to one block

Definition at line 85 of file heur_dps.c.

Data Fields

SCIPblockscip
 
SCIP_VAR ** slackvars
 
SCIP_CONS ** linkingconss
 
int * linkingindices
 
int nlinking
 
int nblockvars
 
int nslackvars
 
SCIP_Realorigobj
 

Field Documentation

◆ blockscip

SCIP* Blockproblem::blockscip

◆ slackvars

SCIP_VAR** Blockproblem::slackvars

slack variables

Definition at line 88 of file heur_dps.c.

Referenced by createBlockproblem().

◆ linkingconss

SCIP_CONS** Blockproblem::linkingconss

linking constraints

Definition at line 89 of file heur_dps.c.

Referenced by createBlockproblem().

◆ linkingindices

int* Blockproblem::linkingindices

indices of linking constraints in original problem

Definition at line 90 of file heur_dps.c.

Referenced by createBlockproblem(), and reuseSolution().

◆ nlinking

int Blockproblem::nlinking

number of linking constraints

Definition at line 91 of file heur_dps.c.

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

◆ nblockvars

int Blockproblem::nblockvars

number of block variables

Definition at line 92 of file heur_dps.c.

Referenced by createBlockproblem(), reoptimize(), and SCIP_DECL_HEUREXEC().

◆ nslackvars

int Blockproblem::nslackvars

number of slack variables

Definition at line 93 of file heur_dps.c.

Referenced by createBlockproblem(), and SCIP_DECL_HEUREXEC().

◆ origobj

SCIP_Real* Blockproblem::origobj

original objective coefficients

Definition at line 94 of file heur_dps.c.

Referenced by createBlockproblem().