Skip to content

Commit ffcb5bf

Browse files
committed
add non-transitive dice solutions
1 parent ccf68c1 commit ffcb5bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_pages/tutorials.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: page
33
permalink: /tutorials/
44
title: Tutorials
55
description:
6-
nav: false
6+
nav: true
77
---
88
Here's a collection of some brief tutorials about SAT solving, written as _Google Collab notebooks_ (in Python) so that no specific software is necessary.
99

@@ -52,4 +52,6 @@ After executing it you should be ready to get your hands dirty with the exercise
5252
</li>
5353
<li> <a href="https://colab.research.google.com/drive/1c1GqgexFVqD_t03TmVhVUlLD9bwo00td?usp=sharing"> Small Cages SAT</a>
5454
</li>
55+
<li> <a href="https://colab.research.google.com/drive/1mzhFJf7GYOgY-iZNScB8v8HoYyA4otY1?usp=sharing"> Non-transitive dice SAT</a>
56+
</li>
5557
</ul>

0 commit comments

Comments
 (0)