8

enter image description here

In the movie Inception Cobb asks a asks Ariadne to design a maze that takes twice as much time to design. This lends itself to a generalized problem where we have an situation where we are resource limited by some amount and whoever will verify that this problem is in the given complexity class that either will take more time and or space to solve. Is this a novel problem?

Joshua Herman
  • 1,661
  • 17
  • 38
  • 2
    how do you represent the problems? – Kaveh Mar 07 '15 at 10:06
  • @Kaveh: Maybe the way to formalize this is that the problem is fixed and the task is to generate hard instances in polynomial time? E.g., the problem depicted in the picture is a search problem, the input is a solvable maze, and the output is a valid path through the maze. – Robin Kothari Mar 07 '15 at 15:15
  • "takes twice as much time as it is to design" - what does that mean? "as it is"? Is there a typo or some missing words somewhere in that sentence? I'm having a hard time parsing it. 2. "whoever will verify that this problem is in the given complexity class that either will take more time and or space to solve." - I'm having difficulty parsing this, too. What is the verb in that phrase? "(whoever will verify that this problem is in the given complexity class)" will what?
  • – D.W. Mar 10 '15 at 04:27
  • 1
    Sorry, I do not understand the question: "design a maze that takes twice as much time to design" still doesn't make sense. Do you mean "design a maze that takes twice as much time to solve as it does to design", or "design a maze that takes twice as much time to design as it does to solve"? – András Salamon Mar 16 '15 at 09:54