Skip to content

Commit 35de084

Browse files
committed
add ICTAI paper and reference to the crypt solver close #191
1 parent b8cd9a7 commit 35de084

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.org

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Cryptator is a cryptarithm solver using [[https://en.wikipedia.org/wiki/Constraint_programming][Constraint Programming]].\\
1212
It is based on [[https://github.com/chocoteam/choco-solver][choco-solver]] which is an open-source Java library for Constraint Programming.
1313

14-
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]].
14+
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]], and in the [[file:pdf/ictai2025.pdf][paper]] (in English) published at the conference [[https://easyconferences.eu/ictai2025/][ICTAI 2025]], which received the Best Paper Award..
1515

1616
* About cryptarithms
1717
[[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.
@@ -33,6 +33,10 @@ It is described in the [[file:pdf/jfpc2023.pdf][white paper]] (in French) publis
3333

3434
- JDK 11+
3535
- Maven 3+
36+
- Cryptarithmetic Puzzle Solver in C (optional)
37+
- Download it from [[https://tamura70.gitlab.io/web-puzzle/cryptarithm/][Naoyuki Tamura Website]].
38+
- Install it locally.
39+
- Note the installation path, as it will be used with the ~--crypt~ option of the solver.
3640

3741
** As a stand-alone application
3842

pdf/ictai2025.pdf

580 KB
Binary file not shown.

0 commit comments

Comments
 (0)