Scippy

SCIP

Solving Constraint Integer Programs

dijkstra_heap_entry Struct Reference

Detailed Description

heap entry

Definition at line 294 of file graphdefs.h.

#include <graphdefs.h>

Data Fields

SCIP_Real key
 
int node
 

Field Documentation

◆ key

SCIP_Real dijkstra_heap_entry::key

Definition at line 296 of file graphdefs.h.

Referenced by graph_heap_create(), and graph_heap_deleteMin().

◆ node

int dijkstra_heap_entry::node

Definition at line 297 of file graphdefs.h.