forked from dds-bridge/dds
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
24 lines (18 loc) · 733 Bytes
/
Copy pathREADME
File metadata and controls
24 lines (18 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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