The bliss C++ API
|
▼Cbliss::AbstractGraph | An abstract base class for different types of graphs |
Cbliss::Digraph | The class for directed, vertex colored graphs |
Cbliss::Graph | The class for undirected, vertex colored graphs |
Cbliss::BigNum | A simple wrapper class for non-negative big integers (or approximation of them) |
Cbliss_graph_struct | The true bliss graph is hiding in this struct |
Cbliss_stats_struct | The C API version of the statistics returned by the bliss search algorithm |
Cbliss::Partition::Cell | Data structure for holding information about a cell in a Partition |
Cbliss::Heap | A min-heap of unsigned integers |
Cbliss::KQueue< Type > | A simple implementation of queues with fixed maximum capacity |
Cbliss::KQueue< bliss::Partition::Cell *> | |
Cbliss::Orbit | A class for representing orbit information |
Cbliss::Partition | A class for refinable, backtrackable ordered partitions |
Cbliss::Stats | Statistics returned by the bliss search algorithm |
Cbliss::Timer | A simple helper class for measuring elapsed time |
Cbliss::UintSeqHash | A updatable hash for sequences of unsigned ints |