Scippy

SCIP

Solving Constraint Integer Programs

dynamic_csr_storage Struct Reference

Detailed Description

dynamic CSR

Definition at line 158 of file graphdefs.h.

#include <graphdefs.h>

Data Fields

RANGErange
 
int * head
 
int * edgeid
 
int * id2csredge
 
SCIP_Realcost
 
SCIP_Realcost2
 
SCIP_Realcost3
 
int nedges
 
int nnodes
 

Field Documentation

◆ range

◆ head

◆ edgeid

◆ id2csredge

◆ cost

◆ cost2

SCIP_Real* dynamic_csr_storage::cost2

second edge cost array, initialized with NULL and never freed!

Definition at line 165 of file graphdefs.h.

Referenced by graph_dcsr_deleteEdge(), graph_init_dcsr(), reduce_sdStarPc(), and reduce_sdStarPc2().

◆ cost3

SCIP_Real* dynamic_csr_storage::cost3

third edge cost array, initialized with NULL and never freed!

Definition at line 166 of file graphdefs.h.

Referenced by graph_dcsr_deleteEdge(), graph_init_dcsr(), and reduce_sdStarPc().

◆ nedges

int dynamic_csr_storage::nedges

number of edges

Definition at line 167 of file graphdefs.h.

Referenced by graph_init_dcsr(), graph_valid_dcsr(), pcBiasCostsDCSR(), reduce_sdStarPc(), and reduce_sdStarPc2().

◆ nnodes

int dynamic_csr_storage::nnodes

number of nodes

Definition at line 168 of file graphdefs.h.

Referenced by graph_free_dcsr(), graph_init_dcsr(), and graph_valid_dcsr().