| |
g = faudes.Generator("examples/trim/g_nottrim.gen")Call the Trim function
faudes.Trim(g)Print the resulting automaton to console
g:Write()
Generator g("./.../examples/trim/g_nottrim.gen");Call the Trim function which actually is a method of the Generator class.
g.Trim();Print the resulting automaton to console.
g.Write();