Giter VIP home page Giter VIP logo

dds-node-adapter's Introduction

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>);

dds-node-adapter's People

Contributors

frankwallis avatar zdraganov avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

zdraganov

dds-node-adapter's Issues

Installation fails on Debian in Docker

I'm trying to run the installation in Docker with base Debian 9 image.

I put the prebuild library files (libdds.so and libdds.a) in /usr/local/lib directory, and after running npm install -g dds-node-adapter I see that it's starting compilation (don't have same problem on OSx on my host).

After starting compilation, I see error:

rm: cannot remove './Release/.deps/Release/obj.target/libdds/node_modules/dds/src/dds.o.d.raw': No such file or directory

Maybe as your script is old, it's using wrong structure of dds repository.

Thanks in advance for the support.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.