CrocoPat is a tool for querying and manipulating relations. It is easy to use because of its simple query and manipulation language based on predicate calculus and its simple file format for relations. It is efficient because it internally represents relations as binary decision diagrams, a data structure that is well-known as a compact representation of large relations. CrocoPat is general, because it manipulates not only graphs (i.e. binary relations), but n-ary relations.
License: GNU LGPL.
Tags: discrete mathematics, database, statistics.
Interface: command line.
Source language: C++.
Maintainer: Dirk Beyer.
Developer: Dirk Beyer.
Contributors: Andreas Noack.
Homepage: http://mtc.epfl.ch/~beyer/CrocoPat/.