Bridge Calculator is program that solves problems in the Bridge card game. It quickly solves the double dummy problem, has both graphical and console-based user interfaces, and imports deals from PBN files and files generated by the KoPS program.
| Tags | Games/Entertainment Utilities education |
|---|---|
| Licenses | Freeware |
| Operating Systems | POSIX Linux Windows Windows |
| Implementation | C++ |
| Translations | Polish English |
Recent releases


Changes: A bug was fixed with doubling the last deal when reading from a .PBN file (in the GUI version).


Changes: A bug in the quick trick algorithm that could return big values (and then the double dummy solver could return bad values) was fixed. The buggy in-trick quick tricks algorithm was dropped. The double dummy solver about 10% slower after these changes.


Changes: The Program can now import deals from .LIN files (used by Bridge Base On-line). There are also some small improvements in the GUI.


Changes: Two bugs were fixed in the GUI version. One of which caused program hangs on an open local PBN file, and the second of which caused bad browser display after opening a remote PBN file.


Changes: In the GUI version, deals are read from URLs passed as program parameters at the start. The help->licenses menu entry was also added with license information for the program and libraries. In the solver, the top-level MTD guess algorithm was improved, and small optimizations were made in the transposition table.