External Memory BFS

This page is no longer maintained. The External Memory BFS package will soon be shifted to a new place.

Our package provides I/O efficient implementation of external memory BFS algorithms: MR_BFS ([MR_BFS]) and MM_BFS ([MM_BFS]). Our implementation relies on the external memory library STXXL . The salient features of this implementation include:

For more details on this implementation, please refer to [EM_BFS_AJW].


Download

Our participation in DIMACS challenge


This project is also participating in the DIMACS challenge on shortest paths.

Participants:

Deepak Ajwani, Andreas Beckmann, Frederik Juul Christiani, Roman Dementiev, Rolf Fagerberg, Ulrich Meyer, Vitaly Osipov

Current Status:

Currently, we provide I/O efficient graph generators for generating large graphs in the format of DIMACS shortest path challenge . The generated graphs can also be used for shortest paths problems (though all the edge weights are one).