Scippy

SCIP

Solving Constraint Integer Programs

complete_edge Struct Reference

Detailed Description

storage for edge on complete graph

Definition at line 34 of file reduce_util.c.

Data Fields

int tail
 
int head
 
SCIP_Real cost
 

Field Documentation

◆ tail

int complete_edge::tail

tail vertex

Definition at line 36 of file reduce_util.c.

Referenced by dcmstAddNode(), dcmstGetCSRfromStore(), dcmstGetWeightFromStore(), and dcmstInsert().

◆ head

◆ cost

SCIP_Real complete_edge::cost