Skip to contents

Builds a graph builder into a new DirectedGraph object.

NOTE: This will consume the builder. It will leave an empty builder in its place.

Usage

build_directed(graph_builder)

Arguments

graph_builder

A graph builder object

Value

A DirectedGraph Object