<feed xmlns='http://www.w3.org/2005/Atom'>
<title>AOC/2018/input, 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-25T08:45:18Z</updated>
<entry>
<title>Christmas! 🎄</title>
<updated>2018-12-25T08:45:18Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2018-12-25T08:45:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/commit/?id=89d19c68bdd29e06fad53d61f13df1124b98ea6a'/>
<id>urn:sha1:89d19c68bdd29e06fad53d61f13df1124b98ea6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Day 24</title>
<updated>2018-12-24T17:02:57Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2018-12-24T17:02:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/commit/?id=885b0ea5b8f96bb2ed4424f387b244ef2d67a61e'/>
<id>urn:sha1:885b0ea5b8f96bb2ed4424f387b244ef2d67a61e</id>
<content type='text'>
</content>
</entry>
<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>
<entry>
<title>Day 22</title>
<updated>2018-12-22T10:43:22Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2018-12-22T10:43:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/commit/?id=25a0973c66ad916029a277e57c506cf39cfde096'/>
<id>urn:sha1:25a0973c66ad916029a277e57c506cf39cfde096</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Day 21</title>
<updated>2018-12-22T00:00:42Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2018-12-22T00:00:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/commit/?id=25844ee408f73893175a8dc999391df0a3ed377a'/>
<id>urn:sha1:25844ee408f73893175a8dc999391df0a3ed377a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Day 20</title>
<updated>2018-12-20T09:17:17Z</updated>
<author>
<name>Tom Smeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2018-12-20T09:17:17Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/commit/?id=a091837040819f25df4f99176820e6ede0687780'/>
<id>urn:sha1:a091837040819f25df4f99176820e6ede0687780</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Day 19 part 1, part 2 WIP</title>
<updated>2018-12-19T22:49:30Z</updated>
<author>
<name>Tom Smeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2018-12-19T22:49:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/commit/?id=98fd03b8e235ac957112d7d661fc8de38cfaaea0'/>
<id>urn:sha1:98fd03b8e235ac957112d7d661fc8de38cfaaea0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Day 18</title>
<updated>2018-12-18T13:36:11Z</updated>
<author>
<name>Tom Smeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2018-12-18T13:36:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/commit/?id=57a5348f7f101b00ccca5c5db2f843465430c5ba'/>
<id>urn:sha1:57a5348f7f101b00ccca5c5db2f843465430c5ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Day 17</title>
<updated>2018-12-17T12:56:47Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2018-12-17T12:38:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/commit/?id=0d3f096f6e9c01203031f5a2a0ce066bdb61b3be'/>
<id>urn:sha1:0d3f096f6e9c01203031f5a2a0ce066bdb61b3be</id>
<content type='text'>
This was a really fun one! Enjoyed making the simulation that is really
a complicated kind of automaton, and enjoyed looking at the automaton
doing its thing in the terminal.
</content>
</entry>
<entry>
<title>Day 16</title>
<updated>2018-12-16T11:15:48Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2018-12-16T11:15:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/AOC/commit/?id=0195c76570a61331c72480c0053dadc2f68b08d9'/>
<id>urn:sha1:0195c76570a61331c72480c0053dadc2f68b08d9</id>
<content type='text'>
</content>
</entry>
</feed>
