Hi hackers,
a question about level 38. How long do it calculate to generate a solution? I translate the modulo puzzle into sat and start a sat-solver. In level 38, I test 100 instances with 10h timeout. Zero are solved.
mfg
Fettpet
Search found 4 matches
- Sun Feb 09, 2020 10:05 pm
- Forum: The Hacker's Server
- Topic: Automation on puzzles doesn't work
- Replies: 0
- Views: 11034
- Mon Apr 06, 2015 9:24 pm
- Forum: Modulo Puzzle
- Topic: Any hints?
- Replies: 40
- Views: 125527
- Fri Oct 10, 2014 2:07 pm
- Forum: Tapeworm
- Topic: Maybe to slow
- Replies: 3
- Views: 20410
Hallo, Ok after long time I have a solution (Ok I didn't work for more than one year). My Problem was in CreateNewWorld Function (Copy the complete World and move a worm). I return the world by value not by address. So it create the world more than 1 times (altogether 4 times). After that chance I c...
- Thu Mar 28, 2013 11:34 pm
- Forum: Tapeworm
- Topic: Maybe to slow
- Replies: 3
- Views: 20410
Maybe to slow
Hi Hackers, for this puzzle I use the A* algorithm. It is in level 30 very slow (needs much mininutes to solve). So I look why it needs so long. A problem could be, that it only can calculate 1300 vertices per Second. It sounds very less, but i have not enough evaluate it. My Question is, has someon...