Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 809 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 809 Bytes

Introduction

A crummy double dummy solver with some cool features! Running ehas.py uses redeal and the Double Dummy Analyzer library to generate hands where a squeeze is required in order to make 3NT.

Usage

Prerequisites

  • Boost - to compile libdda.so
  • Python3 - to run ehas.py

Building

make -C src
cd redeal/dds && git checkout 9c554cc966d341958df45de2790e7737d57406e8
cd src && make -f Makefiles/Makefile_Mac_clang_shared && cp libdds.so ../../

Running

python3 -u -m redeal.redeal ehas.py | tee output.pbn

Credits