enumeration_delay (241B)
1 # Enumeration delay 2 3 The [worst_case] running time between the production of two consecutive results in an [enumeration_algorithm]. 4 5 Possible types: 6 7 - [constant_delay] 8 - [output_linear_delay] 9 - [polylog_delay] 10 11 Up: [enumeration_definition]