An open API service indexing awesome lists of open source software.

https://github.com/tomasstankovic/pcp-solver-cli

Post correspondence problem solver / CLI
https://github.com/tomasstankovic/pcp-solver-cli

cli cli-app pcp

Last synced: 3 months ago
JSON representation

Post correspondence problem solver / CLI

Awesome Lists containing this project

README

        

# pcp-solver-cli
> [Post's Correspondence Problem](https://en.wikipedia.org/wiki/Post_correspondence_problem) CLI solver

## Install

```
$ npm install -g pcp-solver-cli
```

## Usage

```
$ pcp-solver --help

Usage
$ pcp-solder

Options
--depth 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č](http://slinto.sk)