Calcudoku puzzle

For fans of all other kinds of logic puzzles

Calcudoku puzzle

Postby morl » Thu Apr 09, 2020 1:54 pm

Code: Select all
AAABCD
EEFBCD
GGFFFD
HIIIJJ
HKLIMM
HKLNNN

A=10+
B=1-
C=1-
D=13+
E=2/
F=12+
G=1-
H=11+
I=9+
J=1-
K=2-
L=7+
M=6+
N=24*
morl
 
Posts: 60
Joined: 12 February 2018

Re: Calcudoku puzzle

Postby creint » Thu Apr 09, 2020 6:33 pm

Single solution, not easy, solved using Z3.
Hidden Text: Show
1 5 4 6 2 3
6 3 2 5 1 4
3 2 5 1 4 6
4 1 3 2 6 5
2 4 6 3 5 1
5 6 1 4 3 2
creint
 
Posts: 393
Joined: 20 January 2018

Re: Calcudoku puzzle

Postby jco » Sun Apr 16, 2023 8:12 pm

morl wrote:
Code: Select all
AAABCD
EEFBCD
GGFFFD
HIIIJJ
HKLIMM
HKLNNN

A=10+
B=1-
C=1-
D=13+
E=2/
F=12+
G=1-
H=11+
I=9+
J=1-
K=2-
L=7+
M=6+
N=24*


I am writing to ask for help on how to start solving this puzzle (placing some number).
The many cages with "-n" in that arrangement (including the not helpful 2:) are the source of my difficulties.

Thanks in advance!
JCO
jco
 
Posts: 708
Joined: 09 June 2020


Return to Other logic puzzles