Public Attributes
bliss_stats_struct Struct Reference

The C API version of the statistics returned by the bliss search algorithm. More...

#include <bliss_C.h>

List of all members.

Public Attributes

long double group_size_approx
long unsigned int nof_nodes
long unsigned int nof_leaf_nodes
long unsigned int nof_bad_nodes
long unsigned int nof_canupdates
long unsigned int nof_generators
unsigned long int max_level

Detailed Description

The C API version of the statistics returned by the bliss search algorithm.


Member Data Documentation

An approximation (due to possible rounding errors) of the size of the automorphism group.

unsigned long int bliss_stats_struct::max_level

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.

long unsigned int bliss_stats_struct::nof_nodes

The number of nodes in the search tree.


The documentation for this struct was generated from the following file: