RagnarGrootKoerkamp / BAPCtools

Tools for developing ICPC-style programming contest problems.
GNU General Public License v3.0
50 stars 22 forks source link

Add count attribute to generators.yaml #162

Closed RagnarGrootKoerkamp closed 1 year ago

RagnarGrootKoerkamp commented 3 years ago

Instead of having the same testcase 10 times with a different seed, do something like

- random:
     input: generator {seed}
     count: 10
RagnarGrootKoerkamp commented 1 year ago

See #271