optical-breacher icon indicating copy to clipboard operation
optical-breacher copied to clipboard

Adding dummy routes

Open plato79 opened this issue 3 years ago • 5 comments

Sometimes you need to add a dummy route so you could access proper order afterwards..

For example if the top part doesn't have the required starter, sometimes you need to select a dummy one than continue from there..

It is also possible that you need to add this dummy part in the middle. Could you check if it's possible to do this?

plato79 avatar Apr 06 '21 08:04 plato79

What do you mean by "dummy"? My understanding is that if the required route is A -> B -> C - D and if you go E -> A-> B -> C -> D then E is the dummy one, correct?

govizlora avatar Apr 16 '21 23:04 govizlora

That's what I meant, yes. Sometimes, you need to put dummy between segments also.. Like A -> B -> E -> C -> D...

When it says there are no solutions, I could find a solution with this route.

plato79 avatar Apr 17 '21 08:04 plato79

When the required route is A -> B -> C - D, will A -> B -> E -> C -> D be valid?

govizlora avatar Apr 17 '21 23:04 govizlora

Yes, if you have enough buffer, ABECD also solves "AB" & "CD", of course if the route is ABCD you need to follow without missing a step.

plato79 avatar Apr 18 '21 09:04 plato79

Thanks. I think currently the app should be able to solve such problems with no issue. For example, if the required sequence is ABCD, the app can find answers like EABCD. Can you provide a photo or screenshot when it's not working as desired, so I can further investigate it?

govizlora avatar Apr 19 '21 23:04 govizlora