Added solution for "Day 19: Aplenty", part 2

This commit is contained in:
2023-12-20 19:25:21 +01:00
committed by Stefan Müller
parent c3019613bd
commit b2bfbf1993
5 changed files with 447 additions and 20 deletions

View File

@@ -62,7 +62,7 @@ end;
procedure TAplentyFullDataTestCase.TestPart2;
begin
AssertEquals(-1, FSolver.GetResultPart2);
AssertEquals(121464316215623, FSolver.GetResultPart2);
end;
{ TAplentyExampleTestCase }
@@ -79,7 +79,7 @@ end;
procedure TAplentyExampleTestCase.TestPart2;
begin
AssertEquals(-1, FSolver.GetResultPart2);
AssertEquals(167409079868000, FSolver.GetResultPart2);
end;
initialization