Calcudoku puzzle forum
https://www.calcudoku.org/forum/

A hybrid 7x7 puzzle (all operators)
https://www.calcudoku.org/forum/viewtopic.php?f=16&t=110
Page 1 of 3

Author:  clm  [ Sat Nov 19, 2011 10:52 pm ]
Post subject:  A hybrid 7x7 puzzle (all operators)

A hybrid 7x7 puzzle (all operators).

I have developped this "hybrid" 7x7 puzzle and I have solved it, in the usual way, arriving to the conclusion that it has only one solution. The puzzle contains all known operators (+, -, x, :, exponentiation, mod and bitwise OR) and is made with the positive numbers fm 1 to 7 (Patrick, I include this in the "Calcudoku General" section, like the other similar "experiments", since the section "Send your puzzle" was removed some time ago). It is not difficult, really it should be a "medium", though "difficult" considering that you classify those special functions in that category in the weekly puzzles. If the solver can manage those operators simultaneously in the same puzzle (I suppose that yes), I would send you the code so we could confirm the unicity of the solution and obtain the "solver rating".


Image

Author:  pnm  [ Sat Nov 19, 2011 11:02 pm ]
Post subject:  Re: A hybrid 7x7 puzzle (all operators)

clm wrote:
include this in the "Calcudoku General" section, like the other similar "experiments", since the section "Send your puzzle" was removed some time ago)

Maybe I should recreate that section just for you :-)

clm wrote:
If the solver can manage those operators simultaneously in the same puzzle (I suppose that yes), I would send you the code so we could confirm the unicity of the solution and obtain the "solver rating"

Yes, simply use % for mod, ^ for exponentiation, and | for bitwise OR.

Patrick

Author:  sneaklyfox  [ Sat Nov 19, 2011 11:33 pm ]
Post subject:  Re: A hybrid 7x7 puzzle (all operators)

I'm sure you still want the solver to confirm the unicity, but I solved it as well and I also conclude that it has one unique solution.

Author:  clm  [ Sun Nov 20, 2011 12:54 am ]
Post subject:  Re: A hybrid 7x7 puzzle (all operators)

pnm wrote:
clm wrote:
include this in the "Calcudoku General" section, like the other similar "experiments", since the section "Send your puzzle" was removed some time ago)

Maybe I should recreate that section just for you :-)

clm wrote:
If the solver can manage those operators simultaneously in the same puzzle (I suppose that yes), I would send you the code so we could confirm the unicity of the solution and obtain the "solver rating"

Yes, simply use % for mod, ^ for exponentiation, and | for bitwise OR.

Patrick


Thank you, it's a little late here, but tomorrow I'll send the code. Perhaps it's a good idea to recreate the section and name it "Discussions and ideas on new puzzle types" or similar, a "grab bag". With time it would be filled.

Author:  clm  [ Sun Nov 20, 2011 1:11 am ]
Post subject:  Re: A hybrid 7x7 puzzle (all operators)

sneaklyfox wrote:
I'm sure you still want the solver to confirm the unicity, but I solved it as well and I also conclude that it has one unique solution.


Thanks, sneaklyfox, it is curious and amused the combined logic with the different operators.
By the way, I saw your video on the 9x9, this time the camera is very well centered. The process is very didactic. The 9x9 is always an advanced video and it is very interesting to start showing methods to solve them, before going perhaps to the most difficult on tuesdays.

(Sorry, Patrick, for including this comment to sneaklyfox in this topic).

Author:  pnm  [ Sun Nov 20, 2011 1:18 am ]
Post subject:  Re: A hybrid 7x7 puzzle (all operators)

clm wrote:
(Sorry, Patrick, for including this comment to sneaklyfox in this topic).

Well, don't worry about that, only when really a new topic is started in a thread then I'll move it..
Patrick

Author:  sneaklyfox  [ Sun Nov 20, 2011 6:27 am ]
Post subject:  Re: A hybrid 7x7 puzzle (all operators)

clm wrote:
sneaklyfox wrote:
I'm sure you still want the solver to confirm the unicity, but I solved it as well and I also conclude that it has one unique solution.


Thanks, sneaklyfox, it is curious and amused the combined logic with the different operators.
By the way, I saw your video on the 9x9, this time the camera is very well centered. The process is very didactic. The 9x9 is always an advanced video and it is very interesting to start showing methods to solve them, before going perhaps to the most difficult on tuesdays.

(Sorry, Patrick, for including this comment to sneaklyfox in this topic).


Perhaps if there is interest, I could try to make a video based on a Tuesday's 9x9. It would be interesting as some other logical deductive reasoning is sometimes used and they were not present in the 8x8 and 9x9 videos that I already made.

(Sorry for replying to comment in this topic!)

Author:  pnm  [ Sun Nov 20, 2011 11:53 am ]
Post subject:  Re: A hybrid 7x7 puzzle (all operators)

sneaklyfox wrote:
Perhaps if there is interest, I could try to make a video based on a Tuesday's 9x9. It would be interesting as some other logical deductive reasoning is sometimes used and they were not present in the 8x8 and 9x9 videos that I already made.

(Sorry for replying to comment in this topic!)

Yes, it's maybe better to write this in the thread about the videos (not sure which one that was),
or start a new thread...

Patrick

Author:  clm  [ Sun Nov 20, 2011 3:22 pm ]
Post subject:  Re: A hybrid 7x7 puzzle (all operators)

pnm wrote:
sneaklyfox wrote:
Perhaps if there is interest, I could try to make a video based on a Tuesday's 9x9. It would be interesting as some other logical deductive reasoning is sometimes used and they were not present in the 8x8 and 9x9 videos that I already made.

(Sorry for replying to comment in this topic!)

Yes, it's maybe better to write this in the thread about the videos (not sure which one that was),
or start a new thread...

Patrick


The thread is "Your Personal Method" in the section "Solving strategies and tips" (perhaps you may move these last posts if sneaklyfox agrees).
Best.

Author:  clm  [ Sun Nov 20, 2011 3:48 pm ]
Post subject:  Re: A hybrid 7x7 puzzle (all operators)

pnm wrote:

clm wrote:
If the solver can manage those operators simultaneously in the same puzzle (I suppose that yes), I would send you the code so we could confirm the unicity of the solution and obtain the "solver rating"

Yes, simply use % for mod, ^ for exponentiation, and | for bitwise OR.

Patrick


Hi, Patrick, here is the code for the 7x7 hybrid puzzle:

7
12,x,a1a2b1
8,+,b2c2
2,-,c1d1d2
1,%,e1e2
125,^,f1g1
6,|,f2g2
1,^,a3b3c3
5,|,d3e3
1,%,f3f4
0,%,g3g4
2,-,a4a5
0,%,b4b5
7,|,c4d4
3,+,e4
24,x,c5d5d6
2,-,e5e6e7
1,+,f5
16,+,g5g6g7
21,x,a6b6
5,+,c6
20,x,f6f7
3,-,a7b7
2,:,c7d7

Page 1 of 3 All times are UTC + 1 hour [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/