Scippy

SCIP

Solving Constraint Integer Programs

blocked_pseudo_ancestor Struct Reference

Detailed Description

blocked pseudo ancestors

Definition at line 43 of file graph_history.c.

Data Fields

int ** blocks
 
int * sizes
 
int * capacities
 
int nblocks
 

Field Documentation

◆ blocks

◆ sizes

◆ capacities

int* blocked_pseudo_ancestor::capacities

◆ nblocks

int blocked_pseudo_ancestor::nblocks

number of ancestor blocks

Definition at line 48 of file graph_history.c.

Referenced by blockedAncestors_free(), and blockedAncestors_isValid().