Detailed Description
data related to one block
Definition at line 100 of file heur_dps.c.
Data Fields | |
| SCIP * | blockscip |
| SCIP_VAR ** | slackvars |
| SCIP_CONS ** | linkingconss |
| int * | linkingindices |
| int | nlinking |
| int | nblockvars |
| int | nslackvars |
| SCIP_Real * | origobj |
Field Documentation
◆ blockscip
| SCIP* Blockproblem::blockscip |
SCIP data structure
Definition at line 102 of file heur_dps.c.
Referenced by calculateShift(), createBlockproblem(), initCurrent(), reoptimize(), reuseSolution(), roundPartition(), SCIP_DECL_HEUREXEC(), updateLambda(), and updatePartition().
◆ slackvars
| SCIP_VAR** Blockproblem::slackvars |
◆ linkingconss
| SCIP_CONS** Blockproblem::linkingconss |
◆ linkingindices
| int* Blockproblem::linkingindices |
indices of linking constraints in original problem
Definition at line 105 of file heur_dps.c.
Referenced by createBlockproblem(), and reuseSolution().
◆ nlinking
| int Blockproblem::nlinking |
number of linking constraints
Definition at line 106 of file heur_dps.c.
Referenced by createBlockproblem(), reuseSolution(), and SCIP_DECL_HEUREXEC().
◆ nblockvars
| int Blockproblem::nblockvars |
number of block variables
Definition at line 107 of file heur_dps.c.
Referenced by createBlockproblem(), reoptimize(), and SCIP_DECL_HEUREXEC().
◆ nslackvars
| int Blockproblem::nslackvars |
number of slack variables
Definition at line 108 of file heur_dps.c.
Referenced by createBlockproblem(), and SCIP_DECL_HEUREXEC().
◆ origobj
| SCIP_Real* Blockproblem::origobj |
original objective coefficients
Definition at line 109 of file heur_dps.c.
Referenced by createBlockproblem().