Template Function bliss::print_auts

Function Documentation

template<typename PermutationSequence, typename Stream, typename VectorOfStrings>
void bliss::print_auts(const PermutationSequence &aut_generators, Stream &stream, const VectorOfStrings &vlabels)

prints automorphism generators to a stream

Template Parameters:
  • PermutationSequence – a sequence of permutations, each represented as a directly-addressable sequence

  • Stream – a standard stream type

  • VectorOfStrings – a vector of strings

Parameters:
  • aut_generators – the sequence of automorphism generators

  • stream – the stream to print to

  • vlabels – the labels to use to denote vertices; if empty, will use vertex ordinals