Module rlifesrc_lib::search
source · Expand description
The searching algorithms.
Modules
- backjump 🔒The search process, with backjumping.
- lifesrc 🔒The search process, without backjumping.
- private 🔒
- reason 🔒Reasons for setting a cell.
Structs
- (Experimental) Adding Backjumping to the original lifesrc algorithm.
- The default algorithm based on David Bell’s lifesrc.
- Records the cells whose values are set and their reasons.
Enums
- Search status.
Traits
- The search algorithms.