The problem specifies 10 elves

This commit is contained in:
Tony Garnock-Jones 2018-10-24 14:29:10 +01:00
parent 3fec2d2f57
commit dd8a7861d4
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
(assertion-struct problem-resolved (id))
(assertion-struct deliver-toys ())
(define N-ELVES 20)
(define N-ELVES 10)
(define ELF-GROUP-SIZE 3)
(define N-REINDEER 9)

View File

@ -78,7 +78,7 @@ function reindeer() {
ground dataspace {
Syndicate.Timer.spawnTimerDriver();
var nElves = 20;
var nElves = 10;
var elfGroupSize = 3;
var nReindeer = 9;