The bliss C++ API
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nbliss
 CAbstractGraphAn abstract base class for different types of graphs
 CBigNumA simple wrapper class for non-negative big integers (or approximation of them)
 CDigraphThe class for directed, vertex colored graphs
 CGraphThe class for undirected, vertex colored graphs
 CHeapA min-heap of unsigned integers
 CKQueueA simple implementation of queues with fixed maximum capacity
 COrbitA class for representing orbit information
 CPartitionA class for refinable, backtrackable ordered partitions
 CCellData structure for holding information about a cell in a Partition
 CStatsStatistics returned by the bliss search algorithm
 CTimerA simple helper class for measuring elapsed time
 CUintSeqHashA updatable hash for sequences of unsigned ints
 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