Scippy

SCIP

Solving Constraint Integer Programs

csr_storage Struct Reference

Detailed Description

CSR like graph storage

Definition at line 138 of file graphdefs.h.

#include <graphdefs.h>

Data Fields

int * start
 
int * head
 
SCIP_Realcost
 
int * edge_id
 
int nedges_max
 
int nnodes
 

Field Documentation

◆ start

◆ head

◆ cost

◆ edge_id

◆ nedges_max

◆ nnodes