make C++ Build Status Platform

Efficient (α,β)-core computation in bipartite graphs

Graph format

A .meta file contains the number of edges and the number of nodes in each part. See data/example.meta a .e file contains all the edges. See data/example.e

Build index

To build index with BasicDecom:

To build index with ComShrDecom:

To build index with ParallelDecom:

Querying

To query alpha beta core using BiCoreIndex:

Dynamic operations

To insert edge with BiCore-Index-Ins:

To remove edge with BiCore-Index-Rem:

To insert edge with BiCore-Index-Ins*:

To remove edge with BiCore-Index-Rem*:

To insert edge with ParallelIns:

To remove edge with ParallelRem: