DMOJ / judge-server

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

Batch scoring functions #212

Open Xyene opened 8 years ago

Xyene commented 8 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 8 years ago

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