Problem 086

A place to air possible concerns or difficulties in understanding ProjectEuler problems. This forum is not meant to publish solutions. This forum is NOT meant to discuss solution methods or giving hints how a problem can be solved.
Forum rules
As your posts will be visible to the general public you are requested to be thoughtful in not posting anything that might explicitly give away how to solve a particular problem.

This forum is NOT meant to discuss solution methods for a problem.

In particular don't post any code fragments or results.

Don't start begging others to give partial answers to problems

Don't ask for hints how to solve a problem

Don't start a new topic for a problem if there already exists one


See also the topics:
Don't post any spoilers
Comments, questions and clarifications about PE problems.
hamsterofdeath
Posts: 20
Joined: Fri Apr 27, 2018 7:17 pm

Re: Problem 086

Post by hamsterofdeath »

is this
"However, there are up to three "shortest" path candidates for any given cuboid and the shortest route doesn't always have integer length."

important for anything?
if yes, what is a candidate?
pjt33
Posts: 140
Joined: Mon Oct 06, 2008 6:14 pm

Re: Problem 086

Post by pjt33 »

hamsterofdeath wrote: Sun Nov 06, 2022 3:58 pm if yes, what is a candidate?
I think it's mainly there as a hint for people to sanity-check their approach. A candidate is a local minimum, up to symmetry of the cuboid. (You could argue that there are six candidates, but they come in symmetric pairs).
Post Reply