brydz_dd 0.1.0

Work in progress - implementation of double dummy solver for contract bridge
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//pub mod crawler;
mod alpha_beta_explorer;
pub use alpha_beta_explorer::*;
mod game_state;
pub mod track;
mod explore_output;
mod binary_explorer;
pub use binary_explorer::*;

pub use explore_output::*;

pub use game_state::*;