项目作者: ssfm-up

项目描述 :
A SAT-based bounded model-checker for three-valued abstractions of concurrent software systems
高级语言: Java
项目地址: git://github.com/ssfm-up/TVMC.git
创建时间: 2017-06-21T14:41:42Z
项目社区:https://github.com/ssfm-up/TVMC

开源协议:

下载


Three-Valued Model Checker

Build and Run

To run the tool, execute the following command in the same directory as the JAR:

  1. java -jar TVMC.jar <inputfile> <bound>

<inputfile> refers to the JSON file containing the control flow graph.

<bound> is the maximum bound (eg. 20)

Building the jar

Either use Intellj to build the artifact or use mvn package