<feed xmlns='http://www.w3.org/2005/Atom'>
<title>AOC/2018/23_draw.html, branch master</title>
<subtitle>My solutions to Advent of Code
</subtitle>
<id>https://git.tomsmeding.com/AOC/atom?h=master</id>
<link rel='self' href='https://git.tomsmeding.com/AOC/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/'/>
<updated>2018-12-23T22:44:22Z</updated>
<entry>
<title>Day 23</title>
<updated>2018-12-23T22:44:22Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2018-12-23T22:44:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/commit/?id=5e48424b6456b49d3a37fd75040ccf7ea5f9b31c'/>
<id>urn:sha1:5e48424b6456b49d3a37fd75040ccf7ea5f9b31c</id>
<content type='text'>
This isn't fun anymore. Because I was tired of this one and didn't care
anymore, I looked at what others did and was baffled to see that there
were basically two groups of people: one that used Z3 or an ILP solver,
and one that wrote a direct solution that only worked on their own
input, by accident.

So I also used Z3. It worked. It takes a minute, though.
</content>
</entry>
</feed>
