Crate prancing_pony

Crate prancing_pony 

Source

Structs§

Tour
Stores the result of the tour itself, with a list of the positions traversed in a vector, how many times backtracking occurred, and how long, in nanoseconds, the algorithm took to run
TourInput
Input for the tour with the sizes of the board and starting position

Enums§

TourResult
Enum with the possible outputs of the calculation

Functions§

find_solution
Finds solution for the given input