package ocamlgraph

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Oper.ChooseSource

Choose an element in a graph

Parameters

module G : sig ... end

Signature

Sourceval choose_vertex : G.t -> G.vertex

choose_vertex g returns a vertex from the graph.

Sourceval choose_edge : G.t -> G.edge

choose_edge g returns an edge from the graph.