final_weight (322B)
1 # Final weight 2 3 The [weight] in a [weighted_automaton] given to each [state] when ending a [run] at this state; in a non-weighted [automaton], the [final_states] would have weight 1 and the [nonfinal_states] would have weight 0 4 5 Can be represented as a [vector] of weights 6 7 Up: [automata_weighted] 8 9 Aliases: final weights