View unanswered posts | View active topics It is currently Thu Mar 28, 2024 10:42 am



← Back to the Calcudoku puzzle page




Reply to topic  [ 21 posts ]  Go to page 1, 2, 3  Next
 A hybrid 7x7 puzzle (all operators) 
Author Message

Posted on: Sat Nov 19, 2011 10:52 pm




Posts: 855
Joined: Fri May 13, 2011 6:51 pm
Post 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


Profile
User avatar

Posted on: Sat Nov 19, 2011 11:02 pm




Posts: 3296
Joined: Thu May 12, 2011 11:58 pm
Post 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


Profile
User avatar

Posted on: Sat Nov 19, 2011 11:33 pm




Posts: 428
Location: Canada
Joined: Fri May 13, 2011 2:43 am
Post 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.


Profile

Posted on: Sun Nov 20, 2011 12:54 am




Posts: 855
Joined: Fri May 13, 2011 6:51 pm
Post 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.


Profile

Posted on: Sun Nov 20, 2011 1:11 am




Posts: 855
Joined: Fri May 13, 2011 6:51 pm
Post 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).


Profile
User avatar

Posted on: Sun Nov 20, 2011 1:18 am




Posts: 3296
Joined: Thu May 12, 2011 11:58 pm
Post 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


Profile
User avatar

Posted on: Sun Nov 20, 2011 6:27 am




Posts: 428
Location: Canada
Joined: Fri May 13, 2011 2:43 am
Post 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!)


Profile
User avatar

Posted on: Sun Nov 20, 2011 11:53 am




Posts: 3296
Joined: Thu May 12, 2011 11:58 pm
Post 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


Profile

Posted on: Sun Nov 20, 2011 3:22 pm




Posts: 855
Joined: Fri May 13, 2011 6:51 pm
Post 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.


Profile

Posted on: Sun Nov 20, 2011 3:48 pm




Posts: 855
Joined: Fri May 13, 2011 6:51 pm
Post 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


Profile
Display posts from previous:  Sort by  
Reply to topic   [ 21 posts ]  Go to page 1, 2, 3  Next

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
All forum contents © Patrick Min, and by the post authors.

Forum software phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware.