judge-server
judge-server copied to clipboard
Batch scoring functions
Some IOI problems have partial batch scoring: things like minimum score of batch cases, maximum score, score while factoring in submission size, etc. We should support a couple of these common cases, and allow CustomGraders to implement their own.
This requires site-side change, since batches just numbers attached to SubmissionTestCase objects.