graph_type Derived Type

type, public :: graph_type


Components

TypeVisibility AttributesNameInitial
integer, public :: nvxts

Number of vertices.

integer, public :: nedgs

Number of edges.

integer, public, pointer:: xadj(:)=> null()
integer, public, pointer:: adjncy(:)=> null()
integer, public :: numflag =1

Numbering style.

integer, public :: ncon
integer, public, pointer:: vwgt(:)=> null()
integer, public, pointer:: adjwgt(:)=> null()
integer, public, pointer:: vsize(:)=> null()