The bliss C++ API 0.77 (Debian 0.77-ok1)
|
Statistics returned by the bliss search algorithm. More...
#include <stats.hh>
Public Member Functions | |
size_t | print (FILE *const fp) const |
const BigNum & | get_group_size () const |
long double | get_group_size_approx () const |
long unsigned int | get_nof_nodes () const |
long unsigned int | get_nof_leaf_nodes () const |
long unsigned int | get_nof_bad_nodes () const |
long unsigned int | get_nof_canupdates () const |
long unsigned int | get_nof_generators () const |
unsigned long int | get_max_level () const |
Statistics returned by the bliss search algorithm.
An approximation (due to possible overflows/rounding errors) of the size of the automorphism group.
The maximal depth of the search tree.
The number of bad nodes in the search tree.
The number of canonical representative updates.
The number of generator permutations.
The number of leaf nodes in the search tree.
The number of nodes in the search tree.