The bliss C++ API
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cbliss::AbstractGraphAn abstract base class for different types of graphs
 Cbliss::DigraphThe class for directed, vertex colored graphs
 Cbliss::GraphThe class for undirected, vertex colored graphs
 Cbliss::BigNumA simple wrapper class for non-negative big integers (or approximation of them)
 Cbliss_graph_structThe true bliss graph is hiding in this struct
 Cbliss_stats_structThe C API version of the statistics returned by the bliss search algorithm
 Cbliss::Partition::CellData structure for holding information about a cell in a Partition
 Cbliss::HeapA min-heap of unsigned integers
 Cbliss::KQueue< Type >A simple implementation of queues with fixed maximum capacity
 Cbliss::KQueue< bliss::Partition::Cell *>
 Cbliss::OrbitA class for representing orbit information
 Cbliss::PartitionA class for refinable, backtrackable ordered partitions
 Cbliss::StatsStatistics returned by the bliss search algorithm
 Cbliss::TimerA simple helper class for measuring elapsed time
 Cbliss::UintSeqHashA updatable hash for sequences of unsigned ints