package ocamlgraph

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

Parameters

module G : G

Signature

val min_cutset : G.t -> G.V.t -> G.V.t list

Find a minimal cutset.

  • raises Invalid_argument

    if the graph is not reducible.