Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
| ▼Nbliss | |
| CAbstractGraph | An abstract base class for different types of graphs |
| CBigNum | A simple wrapper class for non-negative big integers (or approximation of them) |
| CDigraph | The class for directed, vertex colored graphs |
| CGraph | The class for undirected, vertex colored graphs |
| CHeap | A min-heap of unsigned integers |
| CKQueue | A simple implementation of queues with fixed maximum capacity |
| COrbit | A class for representing orbit information |
| ▼CPartition | A class for refinable, backtrackable ordered partitions |
| CCell | Data structure for holding information about a cell in a Partition |
| CStats | Statistics returned by the bliss search algorithm |
| CTimer | A simple helper class for measuring elapsed time |
| CUintSeqHash | A updatable hash for sequences of unsigned ints |
| 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 |