Ragnar Groot Koerkamp

Results 109 issues of Ragnar Groot Koerkamp

constraints checking doesn't take the modified C++ flags anymore, so should trigger double-build warning as usual

See https://github.com/Kattis/problem-package-format/issues/124; we can add them in `bt new_problem`

**Current situation:** Setting `gitignore_generated: true` in `generators.yaml` writes `data/.gitignore` when generating, which contains all generated cases, i.e.: ``` .gitignore secret/1-min.* secret/2-max.* bad/empty.* ``` This works nicely, and allows having sample...

- Add CUE to the docker image - Add CI to vet all `generators.yaml` files in BAPCtools repo - Add documentation on how to use the cue files in an...

Sometimes generators have bugs where they generate valid but unintended data, and you only find them after a while by inspecting the generated `.in` files manually. Maybe we could come...

Currently we do ```yaml - random: gen.py {seed:1} - random: gen.py {seed:2} - random: gen.py {seed:3} ``` which would be nice to replace with ```yaml - random: input: gen.py {seed}...

The check for testcases that do not depend on `{seed}` could automatically fix those and replace to `000000` or ` 42` or `314159`

Not sure how, but it would be nice to set compilation flags/commands for submissions only