Scippy

SCIP

Solving Constraint Integer Programs

nearest_special_distance_test_data Struct Reference

Detailed Description

NSV test data

Definition at line 59 of file reduce_alt.c.

Data Fields

const SDsdistance
 
SCIP_Real *RESTRICT candidates_bottleneck
 
SCIP_Real *RESTRICT candidates_taildist
 
SCIP_Real *RESTRICT candidates_headdist
 
int *RESTRICT candidates_edge
 
SCIP_Bool *RESTRICT candidates_isLink
 
int *RESTRICT candidates_tail
 
int *RESTRICT candidates_head
 
int *RESTRICT nodes_isBlocked
 

Field Documentation

◆ sdistance

const SD* nearest_special_distance_test_data::sdistance

◆ candidates_bottleneck

SCIP_Real* RESTRICT nearest_special_distance_test_data::candidates_bottleneck

Definition at line 62 of file reduce_alt.c.

Referenced by nsvEdgeGetTermDists(), nsvExec(), nsvFreeData(), and nsvInitData().

◆ candidates_taildist

SCIP_Real* RESTRICT nearest_special_distance_test_data::candidates_taildist

Definition at line 63 of file reduce_alt.c.

Referenced by nsvEdgeGetTermDists(), nsvFreeData(), and nsvInitData().

◆ candidates_headdist

SCIP_Real* RESTRICT nearest_special_distance_test_data::candidates_headdist

Definition at line 64 of file reduce_alt.c.

Referenced by nsvEdgeGetTermDists(), nsvFreeData(), and nsvInitData().

◆ candidates_edge

int* RESTRICT nearest_special_distance_test_data::candidates_edge

Definition at line 65 of file reduce_alt.c.

Referenced by nsvEdgeGetTermDists(), nsvExec(), nsvFreeData(), and nsvInitData().

◆ candidates_isLink

SCIP_Bool* RESTRICT nearest_special_distance_test_data::candidates_isLink

Definition at line 66 of file reduce_alt.c.

Referenced by nsvExec(), nsvFreeData(), and nsvInitData().

◆ candidates_tail

int* RESTRICT nearest_special_distance_test_data::candidates_tail

Definition at line 67 of file reduce_alt.c.

Referenced by nsvFreeData(), and nsvInitData().

◆ candidates_head

int* RESTRICT nearest_special_distance_test_data::candidates_head

Definition at line 68 of file reduce_alt.c.

Referenced by nsvFreeData(), and nsvInitData().

◆ nodes_isBlocked

int* RESTRICT nearest_special_distance_test_data::nodes_isBlocked

Definition at line 69 of file reduce_alt.c.

Referenced by nsvEdgeContract(), nsvEdgeIsValid(), nsvFreeData(), and nsvInitData().