Skip to content

Commit

Permalink
add JFPC paper
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-m committed Sep 15, 2023
1 parent c9283d3 commit 63ca0b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
[[https://github.com/arnaud-m/cryptator/actions/workflows/CryptatorTest.yml][file:https://github.com/arnaud-m/cryptator/actions/workflows/CryptatorTest.yml/badge.svg]]

Cryptator is a cryptarithm solver using [[https://en.wikipedia.org/wiki/Constraint_programming][Constraint Programming]].\\
It is based on [[https://github.com/chocoteam/choco-solver][choco-solver]] which is an open-source Java library for Constraint Programming.
It is based on [[https://github.com/chocoteam/choco-solver][choco-solver]] which is an open-source Java library for Constraint Programming. \\
It is described in the [[file:pdf/jfpc2023.pdf][white paper]] (in French) published at the conference [[https://pfia23.icube.unistra.fr/conferences/jfpc/index.html][JFPC 2023]].

* About cryptarithms
[[https://en.wikipedia.org/wiki/Verbal_arithmetic][Cryptarithm]], or alphametic, is a type of mathematical game consisting of a mathematical equation among unknown numbers, whose digits are represented by letters of the alphabet.
Expand Down Expand Up @@ -66,7 +67,7 @@ It is based on [[https://github.com/chocoteam/choco-solver][choco-solver]] which
<dependency>
<groupId>fr.univ-cotedazur</groupId>
<artifactId>cryptator</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</dependency>
#+END_EXAMPLE

Expand Down
Binary file added pdf/jfpc2023.pdf
Binary file not shown.

0 comments on commit 63ca0b0

Please sign in to comment.