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