This is terrible, but it's Christmas and I don't want to solve this intense graph theory problem right now. I fed the parsed graph into graphviz so I could see where the connections were, then had the code sever them and calculate the independent graph sizes.

Maybe I'll find a real solve for this later...but probably not.
This commit is contained in:
2023-12-25 17:06:20 -06:00
parent 42d5939428
commit 166281cf7c
4 changed files with 1392 additions and 0 deletions

View File

@ -77,6 +77,8 @@
<EmbeddedResource Include="inputs\21a.txt" />
<EmbeddedResource Include="inputs\24.txt" />
<EmbeddedResource Include="inputs\24a.txt" />
<EmbeddedResource Include="inputs\25.txt" />
<EmbeddedResource Include="inputs\25a.txt" />
<None Remove="inputs\22.txt" />
<EmbeddedResource Include="inputs\22.txt" />
<None Remove="inputs\22a.txt" />