5 Gruntmaster::Daemon::Judge - Modules for judging jobs
9 use Gruntmaster::Daemon::Runner::Foo;
10 my $verdict = Gruntmaster::Daemon::Runner::Foo::judge(@results);
14 A judge is a module that takes a list of verdicts and returns a single, combined verdict.
16 There are two judges in this distribution:
20 =item L<Gruntmaster::Daemon::Judge::Absolute> - All-or-nothing ACM-style judge
22 =item L<Gruntmaster::Daemon::Judge::Points> - 0 to 100 points IOI-style judge
28 Marius Gavrilescu E<lt>marius@ieval.roE<gt>
30 =head1 COPYRIGHT AND LICENSE
32 Copyright (C) 2014 by Marius Gavrilescu
34 This library is free software: you can redistribute it and/or modify
35 it under the terms of the GNU Affero General Public License as published by
36 the Free Software Foundation, either version 3 of the License, or
37 (at your option) any later version.