Rubicon Forum
Welcome, Guest. Please login or register.
May 24, 2013, 12:10:15 AM

Login with username, password and session length
Search:     Advanced search
Forum users can use the crate icon (or [level] and [/level] tags) when writing a post, to make a direct link to a level.
5408 Posts in 239 Topics by 2430 Members
Latest Member: Shreyas
* Home Help Search Login Register
  Show Posts
Pages: [1] 2 3 ... 8
1  Playing the Game / Custom Puzzle Levels / Re: Curly's Puzzles on: April 14, 2013, 08:27:51 PM

For Signal to Noise Ratio (pivotis): hogiror

That was tough, very tough. I started out with one approach, but could not get it to handle all special cases (quite a view for this level). I tried another approach, but did not go anywhere with that either. Then I reverted back to the first approach again, and painstakingly got everything to work. I have no room to spare.

imageThe solution I settled on is a parallel solution: all cycles are detected in parallel, and the smallest cycle that has not failed yet is continuously selected as solution. The hardest trick was to find out which one is the smallest: the valve head of the 15 cylinder engine that forms the solution. The alternative I tried was a sequential approach: try the 1 cycle first, if that fails, try the 2 cycle, etc, with both 0 and F as special cases.

I didn't expect it to be that tough when I created it but I spent almost a week trying to solve it without success before posting it.  I'm glad you didn't find it easy.

imageMy attempts at a sequential solution always ran out of space.  I knew there would be a parallel solution but I didn't know how to build that.  I had to study yours for ages to work out how it works.  Very cool.  I even like the little bit that multiplexes the input and output streams to save some extra space.
2  Playing the Game / Custom Puzzle Levels / Re: Curly's Puzzles on: March 27, 2013, 01:48:56 AM
New puzzle

Signal to Noise Ratio pivotis
3  Playing the Game / Custom Puzzle Levels / Re: b612's puzzles on: March 25, 2013, 06:39:48 AM
For vytyled : pazaluc
4  Playing the Game / Custom Puzzle Levels / Re: jf's Puzzles on: March 13, 2013, 06:14:31 AM
For Jack O' Lantern Remix (hisigat) : zadokeh
5  Playing the Game / Custom Puzzle Levels / Re: Xindaris' Puzzles on: February 23, 2013, 05:48:18 AM
For Transportation Design (zoduvam) : cugakim
6  Playing the Game / Custom Puzzle Levels / Re: Werbad's Puzzles on: February 16, 2013, 08:28:25 PM
For nefobic : gyduveb
7  Playing the Game / Custom Puzzle Levels / Re: Curly's Puzzles on: February 07, 2013, 05:04:47 AM
For Logic Problem (gorecop): jupafot

Edit: In this cleaned up version I accidently used door keys from the sandbox: cokudad. I'll remove the door keys one day.

Actually both of your versions use door keys at the bottom! But I guess I can let you away with that.

Here's my permutation imagedebedid which shares 7 of the 16 inputs with yours.
8  Playing the Game / Custom Puzzle Levels / Re: Curly's Puzzles on: February 06, 2013, 07:09:37 PM
Your progress encouraged me to finish writing the program I'd started but I found 5178 (instead of 1578) combinations so perhaps you made a typo before.  Mine runs in 0.6 seconds Tongue imageI find all the valid inputs for each of the 8 machines separately first, and then work through the full permutations pruning anything that would give duplicate inputs or outputs.

It'll be interesting to see whether you pick a combination that helps on the input side or the output side.  Perhaps there is an ideal one that makes both easy.  My solution wasn't built this way and so isn't pretty but perhaps tonight I'll find a nicer one.
9  Playing the Game / Custom Puzzle Levels / Re: Curly's Puzzles on: February 06, 2013, 06:19:52 PM
Then the chances are good that each solution will be quite different  Smiley

My original plan was for a puzzle which had just a single solution but I guess 1578 out of 16! is hard enough to ensure nobody will find a solution without killing some brain cells.
10  Playing the Game / Custom Puzzle Levels / Re: Curly's Puzzles on: February 06, 2013, 09:09:10 AM
New puzzle

Logic Problem gorecop

Have you tested a solution that works? imageI've programmed a simulation of all possible input permutations and cannot reproduce the set of outputs, even accounting for timing differences in the timing-sensitive inputs.

Yes, I have a working solution.  imageDoes your program simulate Rubicon physics, or does it just do each of the 8 calculations?  If the latter then I think I know what you have missed.  It's not meant to be easy  Wink
11  Playing the Game / Custom Puzzle Levels / Re: Curly's Puzzles on: February 05, 2013, 09:16:32 PM
New puzzle

Logic Problem gorecop
12  Playing the Game / Custom Puzzle Levels / Re: Pivotdude123's Puzzles on: January 12, 2013, 09:56:52 PM
For Ready when you are (ronerab) : tegisab

The old physics is really strange.  I'm glad I joined after it was changed.
13  Playing the Game / Custom Puzzle Levels / Re: Pivotdude123's Puzzles on: January 12, 2013, 10:33:55 AM
For I Palindrome I (gulozeb) : zixihih
14  Playing the Game / Open Design Challenges / Re: LYGOFOG : random-to-random matching on: January 12, 2013, 04:44:34 AM
Or in 3 ticks: tudumed
15  General / Support / Re: Bug on: January 11, 2013, 10:36:03 PM
But having saved it it now behaves as expected.

The one I still have open in my editor is broken.
Pages: [1] 2 3 ... 8
Powered by MySQL Powered by PHP Powered by SMF 1.0.22 | SMF © 2006-2011, Simple Machines LLC Valid XHTML 1.0! Valid CSS!