View Source API Reference Backfish v0.1.0
Modules
Backfish is a flexible and powerful backtracking library for Elixir, designed to solve combinatorial and constraint satisfaction problems.
An implementation of the 8-puzzle problem using the Backfish backtracking library.
An implementation of the graph coloring problem using the Backfish backtracking library.
An implementation of the Hamiltonian path problem using the Backfish backtracking library.
An implementation of the knapsack problem using the Backfish backtracking library.
An implementation of the N-Queens problem using the Backfish backtracking library.
An implementation of the Sudoku puzzle using the Backfish backtracking library.
An implementation of the word search puzzle using the Backfish backtracking library.
A behaviour module for defining problems that can be solved using the Backfish backtracking library.