max_gr_str struct

consists of three integers, one for each grading (quantum, homological, δ), specifying the number of characters that should be reserved for this grading in text output. This is used to align the gradings in string representations of objects (BNObj,CobObj).

Constructors, destructors, conversion operators

max_gr_str(size_t h = 0, size_t q = 0, size_t delta = 0)
standard constructor

Public variables

size_t delta
reserved space for δ-grading
size_t h
reserved space for homological grading
size_t q
reserved space for quantum grading