Scippy

SCIP

Solving Constraint Integer Programs

SubscipData Struct Reference

Detailed Description

data structure to keep sub-SCIP across runs

Definition at line 68 of file heur_lpface.c.

Data Fields

SCIPsubscip
 
SCIP_VAR ** subvars
 
int nsubvars
 
SCIP_Real objbound
 

Field Documentation

◆ subscip

SCIP* SubscipData::subscip

pointer to store sub-SCIP data structure

Definition at line 70 of file heur_lpface.c.

Referenced by subscipdataCopySubscip(), subscipdataFreeSubscip(), and subscipdataReset().

◆ subvars

SCIP_VAR** SubscipData::subvars

array of variables of the sub-problem

Definition at line 71 of file heur_lpface.c.

Referenced by subscipdataCopySubscip(), subscipdataFreeSubscip(), and subscipdataReset().

◆ nsubvars

int SubscipData::nsubvars

number of sub-problem variables

Definition at line 72 of file heur_lpface.c.

Referenced by subscipdataCopySubscip(), subscipdataFreeSubscip(), and subscipdataReset().

◆ objbound

SCIP_Real SubscipData::objbound

lower bound on objective for when sub SCIP was created

Definition at line 73 of file heur_lpface.c.

Referenced by subscipdataCopySubscip(), and subscipdataReset().