RagnarGrootKoerkamp / BAPCtools

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

Improved caching #382

Closed mzuenni closed 1 month ago

mzuenni commented 1 month ago

i think it cleaner to to rename generate_in to generate_from_rule and generate_ans to generate_from_solution. And then do the thing that the names imply. My reason for this is that the generator could still write a .ans and it feels weed to delay the .ans rule but not the .ans generation of the generator (and for the generator we cant change this).