Swiss pairing in progress

This commit is contained in:
Claude Brisson
2023-05-17 21:49:21 +02:00
parent 100d28e483
commit 67fc65dada
11 changed files with 263 additions and 16 deletions

View File

@@ -251,6 +251,12 @@
<artifactId>jeasse-servlet3</artifactId>
<version>1.2</version>
</dependency>
<!-- graph solver -->
<dependency>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht-core</artifactId>
<version>1.5.2</version>
</dependency>
<!-- tests -->
<dependency>
<groupId>org.junit.jupiter</groupId>