sfinder-strict-minimal
v0.2.0
Published
A post processing tool that generates the minimal PC solutions to cover all patterns
Downloads
22
Readme
sfinder-strict-minimal
An interactive post processing tool for solution-finder that generates the minimal PC solutions to cover all patterns.
Install
npm install -g sfinder-strict-minimal
Usage
sfinder path -f csv -k pattern
sfinder-minimal output/path.csv
This tool will generate a markdown file named path_minimal_strict.md
inside the current folder.
Changelog
0.2.0 (Jun 1, 2020)
- Breaking: cli is changed.
- Breaking: add interactive prompt to find the best set, now the tool only outputs one file.
- Improve performance.
0.1.0 (May 30, 2020)
- Initial release.