vindennt / Skytrainer

Productivity habit forming app using React Native and mobile gacha game design principles.
1 stars 0 forks source link

Long trip lengths undefined #1

Closed vindennt closed 1 year ago

vindennt commented 1 year ago

Choosing trip lengths > ~70 for character 001 will lead to undefined first station name

vindennt commented 1 year ago

findViableTrips(graph, Waterfront, 56) is the upper bound for a trip that will be found. Higher than 56 minute trip time will lead to no viable trip found.

vindennt commented 1 year ago

added missing graph edges