r-simmer / simmer

Discrete-Event Simulation for R
https://r-simmer.org
GNU General Public License v2.0
220 stars 42 forks source link

Trajectory printing has a cap on the number of nested branches #262

Closed Enchufa2 closed 2 years ago

Enchufa2 commented 3 years ago

The limit on the number of subtrajectories that are printed out seemed like a good idea to avoid cluttering the output. But then simmer.plot cannot retrieve the information required to build diagrams with more than 6 nested forks. We should investigate whether there was another good reason for it, and if not, just get rid of it.