Skip to content

Latest commit

 

History

History
executable file
·
29 lines (19 loc) · 470 Bytes

README.md

File metadata and controls

executable file
·
29 lines (19 loc) · 470 Bytes

pcp-solver-cli

Post's Correspondence Problem CLI solver

Install

$ npm install -g pcp-solver-cli

Usage

$ pcp-solver --help

  Usage
    $ pcp-solder <data>

  Options
    --depth <number> Set depth of three (30 DEFAULT)

  Examples
    $ pcp-solver 010/0 00/100 11/01
    $ pcp-solver 010/0 00/100 11/01 --depth 50

License

MIT 2016 © Tomáš Stankovič