Refactor Day10 to enhance button and joltage handling, implement Z3 solver for Part 2 logic, and update tests accordingly

This commit is contained in:
Sebastian Lindemeier
2025-12-11 12:05:45 +01:00
parent 3d305d80bf
commit 3af6cc3233
3 changed files with 55 additions and 15 deletions
+4
View File
@@ -10,4 +10,8 @@
<ProjectReference Include="..\AdvenOfCode.Contracts\AdvenOfCode.Contracts.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Z3" Version="4.12.2" />
</ItemGroup>
</Project>