Scippy

SCIP

Solving Constraint Integer Programs

close_nodes_run Struct Reference

Detailed Description

auxiliary data for (single) closenodes run

Definition at line 44 of file extreduce_dist.c.

Data Fields

int * prededge
 
SCIP_Booledgemark
 
int startvertex
 
SCIP_Bool is_buildphase
 

Field Documentation

◆ prededge

int* close_nodes_run::prededge

◆ edgemark

SCIP_Bool* close_nodes_run::edgemark

◆ startvertex

int close_nodes_run::startvertex

◆ is_buildphase

SCIP_Bool close_nodes_run::is_buildphase

in build up phase?

Definition at line 49 of file extreduce_dist.c.

Referenced by closeNodesRunCompute(), and extreduce_distDataInit().