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
extern crate core;

pub mod error;
pub mod actions;
pub mod explore;
pub mod hash;
pub mod node;

//pub use tree::*;