Scippy

SCIP

Solving Constraint Integer Programs

sub_steiner_tree_problem Struct Reference

Detailed Description

sub-problem

Definition at line 58 of file substpsolver.c.

Data Fields

SCIPsubscip
 
GRAPHsubgraph
 
int * dpsubsol
 
int nsubedges
 
SCIP_Bool useDP
 
SCIP_Bool useOutput
 
SCIP_Bool subprobIsIndependent
 

Field Documentation

◆ subscip

◆ subgraph

GRAPH* sub_steiner_tree_problem::subgraph

◆ dpsubsol

int* sub_steiner_tree_problem::dpsubsol

solution storage for dynamic programming case

Definition at line 62 of file substpsolver.c.

Referenced by initDefault(), substpsolver_free(), substpsolver_getSolution(), substpsolver_initDP(), and substpsolver_solve().

◆ nsubedges

int sub_steiner_tree_problem::nsubedges

number of edges

Definition at line 63 of file substpsolver.c.

Referenced by initDefault(), subscipGetSol(), substpsolver_getNsubedges(), and substpsolver_getSolution().

◆ useDP

◆ useOutput

SCIP_Bool sub_steiner_tree_problem::useOutput

Definition at line 65 of file substpsolver.c.

Referenced by initDefault(), subscipSetupParameters(), and substpsolver_setMute().

◆ subprobIsIndependent

SCIP_Bool sub_steiner_tree_problem::subprobIsIndependent