felixlinker / smvtrcviz

Transform XML traces generated by nuXmv or NuSMV into a html table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smvtrcviz

This repository provides a command line utility to transform XML traces generates by nuXmv into more readable HTML tables. You can generate such XML traces for counter examples by running nuXmv in interactive mode and using the show_traces -p 4 command.

Furthermore, it supports mapping such traces to LaTeX tables in a specific format. To use this feature, your trace must be in accordance with the model of my master thesis. I use this for my master thesis. If you read this, you will probably never want to use this feature.

Installation

Clone the repository and make a standalone executable ready with lein uberjar.

Usage

$ java -jar smvtrcviz-0.1.0-standalone.jar [args]

Options

  • -i, --input FILE - Set the input file; if no file is provided stdin is read

Example

$ cat trace.xml | java -jar smvtrcviz-0.1.0-standalone.jar > trace.html

About

Transform XML traces generated by nuXmv or NuSMV into a html table

License:MIT License


Languages

Language:Clojure 95.7%Language:TeX 4.3%