Type Alias SCIP_DIGRAPH

Source
pub type SCIP_DIGRAPH = SCIP_Digraph;
Expand description

Directed graph data structure (stored as adjacency list)

  • \ref DirectedGraph “List of all available methods”

Aliased Type§

struct SCIP_DIGRAPH { /* private fields */ }