Generic Function Project-Bipartite-Graph (2 methods)

( project-bipartite-graph < new-graph > < existing-graph > < vertex-class > < vertex-classifier > )

Part of:

package cl-graph
Creates the unimodal bipartite projects of existing-graph with vertexes for each vertex of existing graph whose `vertex-classifier` is eq to `vertex-class` and where an edge existing between two vertexes of the graph if and only if they are connected to a shared vertex in the existing-graph.

Method Summary

project-bipartite-graph < basic-graph > < T > < T > < T > 
project-bipartite-graph < SYMBOL > < T > < T > < T >