/smt2hr

Pretty print the smt2 files into something human readable

Primary LanguagePython

smt2hr

Pretty print the smt2 files into something human readable

Install

$ git clone https://github.com/R3x/smt2hr.git
$ cd smt2hr
$ python3 -m pip install -e .

Usage

$ smtconv --help
$ smtconv -s <smtfile> # prints to stdout
$ smtconv -o <outputfile> <smtfile> # writes to outputfile