Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
There are a number of simple examples for individual DDS functions.

## Building with Bazel (Recommended)

Build all examples:
    bazel build //examples:all_examples

Build a specific example:
    bazel build //examples:calc_dd_table

Run an example:
    bazel run //examples:calc_dd_table

Python `dd_table_for_deal` (see `python/examples/`):
    bazel run //python/examples:dd_table_for_deal -- hands/example.pbn

Available examples:
- analyse_all_plays_bin, analyse_all_plays_pbn
- analyse_play_bin, analyse_play_pbn
- calc_all_tables, calc_all_tables_pbn
- calc_dd_table, calc_dd_table_pbn
- dd_table_for_deal (C++; Python: //python/examples:dd_table_for_deal)
- dealer_par, par
- solve_all_boards, solve_board, solve_board_pbn