DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
709 stars 248 forks source link

Limitations: Number of problems, teams, test data files #15

Closed eldering closed 10 years ago

eldering commented 10 years ago

The CCS must not impose an upper limit on the number of different contest problems.

The CCS must not impose an upper limit on the number of teams.

The CCS must not impose an upper limit on the number of test data files for a problem, or their sizes.

eldering commented 10 years ago

Imported from trac issue 15. Created by kink on 2011-12-08T21:07:32, last modified: 2011-12-09T23:59:58

eldering commented 10 years ago

Trac comment by eldering on 2011-12-09 23:59:58:

DOMjudge does not contain any hardcoded limits on these, except for the limits imposed by the MySQL database and filesystem. Some database datatype limits were raised in the git ICPC-WF branch.