straight_line_program (334B)
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 8 Up: [string_compression] 9 10 See also: [forest_straight_line_program] 11 12 Aliases: SLP, SLPs, straight line programs