RagnarGrootKoerkamp / BAPCtools

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

Warn, not err, on missing constraints validator #322

Closed thorehusfeldt closed 11 months ago

thorehusfeldt commented 11 months ago

Consider making this:

https://github.com/RagnarGrootKoerkamp/BAPCtools/blob/567fbbf8a4ebe10b632a11a4f113dcd4d4909463/bin/problem.py#L398

a warning instead of an error.