The bliss C++ API
|
This is the C++ API documentation of bliss, produced by running doxygen in the source directory.
The algorithms and data structures used in bliss, the graph file format, as well as the compilation process can be found at the bliss web site.
The C++ language API is the main API to bliss. It basically consists of the public methods in the classes
For an example of its use, see the source of the bliss executable.
The C language API is given in the file bliss_C.h. It is currently only a subset of the C++ API, so consider using the C++ API whenever possible.