DMOJ / judge-server

Judging backend server for the DMOJ online judge.
https://dmoj.ca
GNU Affero General Public License v3.0
878 stars 250 forks source link

Batch scoring functions #212

Open Xyene opened 7 years ago

Xyene commented 7 years ago

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.

quantum5 commented 7 years ago

This requires site-side change, since batches just numbers attached to SubmissionTestCase objects.