0.3.0 • Published 5 years ago

dds-node-adapter v0.3.0

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 years ago

dds-node-adapter

build status

A node addon for the DDS bridge double dummy solver. The computation methods are run asynchronously and can return results either in a Promise or via a callback. Uses node-pre-gyp to manage the build and install.

Platform requirements

  • Node.js 0.12.x or higher
  • It has been tested on Linux, Max and Win32 and prebuilt binaries will normally be available for those platforms.

Methods Implemented

solveBoard(boardInfo, options): Promise<SolveResults>;
solveBoard(boardInfo, options, callback<SolveResults>);

calcResultTable(deal): Promise<ResultTable>;
calcResultTable(deal, callback<ResultTable>);

par(resultTable, vulnerability): Promise<ParContracts>;
par(resultTable, vulnerability, callback<ParContracts>);
0.3.0

5 years ago

0.2.0

5 years ago

0.1.7

7 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago