Scippy

SCIP

Solving Constraint Integer Programs

singleton_ancestors_edge Struct Reference

Detailed Description

singleton ancestors for given undirected edge

Definition at line 173 of file graphdefs.h.

#include <graphdefs.h>

Data Fields

IDXancestors
 
IDXrevancestors
 
int * pseudoancestors
 
int npseudoancestors
 
int edge
 

Field Documentation

◆ ancestors

IDX* singleton_ancestors_edge::ancestors

◆ revancestors

IDX* singleton_ancestors_edge::revancestors

◆ pseudoancestors

int* singleton_ancestors_edge::pseudoancestors

◆ npseudoancestors

int singleton_ancestors_edge::npseudoancestors

◆ edge

int singleton_ancestors_edge::edge

edge index

Definition at line 179 of file graphdefs.h.

Referenced by graph_singletonAncestors_init().