igs 0.1.4

The library for for solving impartial games.
Documentation
1
2
3
4
5
6
7
8
9
pub mod chomp;
pub mod chomp_skyline;
pub mod cram;
pub mod grundy_game;

pub use chomp::Chomp;
pub use chomp_skyline::Chomp as ChompSkyline;
pub use cram::Cram;
pub use grundy_game::GrundyGame;