ctl-model-checker

command module
v0.0.0-...-a440eaf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2015 License: MIT Imports: 4 Imported by: 0

README

ctl-model-checker

A basic model checker for CTL.

FSM File Specification

The .fsm file should adhere to these specifications. A blank line should separate each categorized declaration. Two example .fsm files are included.

Number of States
STATES n
Initial States

Each initial state should be on a separate line:

INIT
0
1
Transitions

Each arc should be on a separate line:

ARCS
0:1
1:1
2:0
Labels

Each label should be specified individually with each desired state below:

LABEL f
1
2
Properties

Each property should be specified on a separate line:

(EX (EG f))
(EG f)

Usage

./scanner < fsm.fsm

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL