data related to one block
Definition at line 94 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 |
| SCIP* Blockproblem::blockscip |
SCIP data structure
Definition at line 96 of file heur_dps.c.
| SCIP_VAR** Blockproblem::slackvars |
slack variables
Definition at line 97 of file heur_dps.c.
| SCIP_CONS** Blockproblem::linkingconss |
linking constraints
Definition at line 98 of file heur_dps.c.
| int* Blockproblem::linkingindices |
indices of linking constraints in original problem
Definition at line 99 of file heur_dps.c.
| int Blockproblem::nlinking |
number of linking constraints
Definition at line 100 of file heur_dps.c.
| int Blockproblem::nblockvars |
number of block variables
Definition at line 101 of file heur_dps.c.
| int Blockproblem::nslackvars |
number of slack variables
Definition at line 102 of file heur_dps.c.
| SCIP_Real* Blockproblem::origobj |
original objective coefficients
Definition at line 103 of file heur_dps.c.