| bliss::AbstractGraph | An abstract base class for different types of graphs |
| bliss::BigNum | A very simple class for big integers (or approximation of them) |
| bliss_stats_struct | The C API version of the statistics returned by the bliss search algorithm |
| bliss::Digraph | The class for directed, vertex colored graphs |
| bliss::Graph | The class for undirected, vertex colored graphs |
| bliss::Heap | A capacity bounded heap data structure |
| bliss::KQueue< Type > | A very simple implementation of queues with fixed capacity |
| bliss::KStack< Type > | A very simple implementation of a stack with fixed capacity |
| bliss::Orbit | A class for representing orbit information |
| bliss::Partition | A class for refinable, backtrackable ordered partitions |
| bliss::Partition::Cell | Data structure for holding information about a cell in a Partition |
| bliss::t_Stats | Statistics returned by the bliss search algorithm |
| bliss::Timer | A very simple wrapper class for measuring elapsed user+system time |
| bliss::UintSeqHash | A hash for sequences of unsigned ints |
1.5.1