This function identifies the maximal bicliques in a give bipartite graph. It was obtained from http://stackoverflow.com/a/31048125/4556798 on 1 September 2015.
| 1 | computeBicliques(graph, k = 2, l = 2)
 | 
| graph | A bipartite graph. | 
| k | Integer; the minimum number of nodes of type  | 
| l | Integer; the minimum number of nodes of type  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.