Project

General

Profile

Actions

Task #6367

closed

Fortress expressions printing in an SMV format

Added by Sergey Smolov over 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Urgent
Category:
Engine (Printer)
Target version:
Start date:
10/25/2015
Due date:
% Done:

100%

Estimated time:
Detected in build:
svn
Published in build:
0.2.1

Description

We need utility methods for Fortress expressions printing in an SMV format.

The most wanted use case is:

we have a collection of Fortress expressions: e[1], e[2], ... , e[n];
we want to produce and SMV file of the following structure (it is supposed to be so):

declarations(e[1])
...
declarations(e[n])
formula(e[1])
...
formula(e[n])

where i = 1, ... , n; declarations(e[i]) is a list of variable declarations that are used in e[i] expression; formula(e[i]) is an SMV equivalent for e[i] expression.

Actions #1

Updated by Mikhail Lebedev over 8 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions #2

Updated by Sergey Smolov over 8 years ago

  • Status changed from Resolved to Verified
Actions #3

Updated by Sergey Smolov about 8 years ago

  • Status changed from Verified to Closed
  • Published in build set to 0.2.1
Actions

Also available in: Atom PDF