straight_line_program (392B)
1 # Straight line program (SLP) 2 3 essentially a [context_free_grammar] that generates a single [string]: [acyclicity] requirement plus only one [production] per [nonterminal] 4 5 - [enumeration_slp] 6 - [smallest_grammar_problem] 7 - [slp_balancing] 8 9 Generalization: [SLP_compressed_trees] 10 11 Up: [string_compression] 12 13 See also: [forest_straight_line_program] 14 15 Aliases: SLP, SLPs, straight line programs