Zetav and Verif tools

  1. About
  2. Download
  3. Usage
  4. Configuration
  5. Input Format
  6. Contact
  7. Acknowledgement

About

Zetav

Zetav is a tool for verification of systems specified in RT-Logic language.

Verif

Verif is a tool for verification and computation trace analysis of systems described using the Modechart formalism. It can also generate a set of restricted RT-Logic formulae from a Modechart specification which can be used in Zetav.

Download

Zetav

Windows (32-bit)

Verif

Multi-platform (Java needed)
General Rail Road Crossing example

Usage

Zetav

With default configuration file write the system specification (SP) to the sp-formulas.in file and the checked property (security assertion, SA) to the sa-formulas.in file. Launch zetav-verifier.exe to begin the verification.

Verif

With the default configuration example files and outputs are load/stored to archive root directory. But using file-browser you are free to select any needed location. To begin launch run.bat (windows) or run.sh (linux / unix). Select Modechart designer and create Modechart model or load it from file.

Aci Sp-4 Pdf Free Download -

Over the next few weeks, Alex found himself referring to ACI SP-4 constantly, using it to troubleshoot issues with the concrete mixture and ensure that it met the required standards. He was so grateful to have access to the document that he decided to return the favor to ConcreteCowboy, sending him the requested engineering publication.

The elusive ACI SP-4 PDF had turned out to be more than just a document – it had opened doors to a community of professionals who valued knowledge-sharing and collaboration. And for Alex, it had become an indispensable resource that he would continue to refer to for years to come.

As it turned out, ConcreteCowboy was a senior engineer with years of experience in the field, who had been sharing resources and helping others online for years. Alex learned that the online community was full of generous professionals like ConcreteCowboy, who were willing to help and share knowledge. aci sp-4 pdf free download

The user, who went by the handle "ConcreteCowboy," seemed legitimate, and Alex sent them a private message requesting the document. To his surprise, ConcreteCowboy replied almost immediately, offering to share the PDF in exchange for a small favor: Alex would have to send him a PDF of a different engineering publication in return.

It was a typical Wednesday afternoon when Alex stumbled upon an obscure reference to a document he desperately needed: ACI SP-4 PDF. As a young engineer working on a construction project, he had been tasked with ensuring that the concrete mixture used for the foundation met specific industry standards. The American Concrete Institute (ACI) publication SP-4, titled "Design and Control of Concrete Mixtures," was the holy grail of resources for this kind of information. Over the next few weeks, Alex found himself

Undeterred, Alex decided to try a different approach. He visited online forums and discussion groups focused on civil engineering and construction, hoping that someone might have a copy of the document they could share. After scrolling through pages of comments and posts, he finally stumbled upon a thread where someone claimed to have a PDF copy of ACI SP-4.

Alex agreed, and within minutes, he received the ACI SP-4 PDF attached to an email. He downloaded the document, and as he began to review its contents, he realized that it was exactly what he needed. The information on concrete mixture design, properties, and testing methods was invaluable, and he was able to apply it directly to his project. And for Alex, it had become an indispensable

Determined to get his hands on the document, Alex began his search online. He typed the keywords "ACI SP-4 PDF free download" into his favorite search engine, but the results yielded mostly paid websites and official ACI pages that required a subscription or a one-time purchase. Frustrated, Alex tried visiting various academic databases and online libraries, but none seemed to have a freely accessible copy of the document.

From that day on, Alex made it a point to contribute to online forums and discussion groups, sharing his own knowledge and resources with others. And whenever he needed a document or had a question, he knew that there were people like ConcreteCowboy out there, willing to lend a helping hand.

Input Format

Zetav

The Zetav verifier expects the input RRTL formulae to be in the following form:

<rrtlformula>    : <formula> [ CONNECTIVE <formula> ] ...

<formula>        : <predicate> | NOT <formula> | <quantifiedvars> <formula> | ( <formula> )

<predicate>      : <function> PRED_SYMB <function>

<function>       : <function> FUNC_SYMB <function> | @( ACTION_TYPE ACTION , term ) | CONSTANT

<quantifiedvars> : QUANTIFIER VARIABLE [ QUANTIFIER VARIABLE ] ...
Where predicate symbols (PRED_SYMB) could be inequality operators <, =<, =, >=, >, function symbols (FUNC_SYMB) could be basic + and - operators, action type (ACTION_TYPE) could be starting action (^), stop action ($), transition action (%) and external action (#). Quantifier symbols (QUANTIFIER) could be either an universal quantifier (forall, V) or an existential quantifier (exists, E). Connectives (CONNECTIVE) could be conjunction (and, &, /\), disjunction (or, |, \/), or implication (imply, ->). All variables (VARIABLE) must start with a lower case letter and all actions (ACTION) with an upper case letter. Constants (CONSTANT) could be positive or negative number. RRTL formulae in the input file must be separated using semicolon (;).

An example could look like this:
V t V u (
  ( @(% TrainApproach, t) + 45 =< @(% Crossing, u) /\
    @(% Crossing, u) < @(% TrainApproach, t) + 60
  )
  ->
  ( @($ Downgate, t) =< @(% Crossing, u) /\
    @(% Crossing, u) =< @($ Downgate, t) + 45
  )
)

Verif

Verif tool does not deal with direct input. Examples are load from files with extension MCH. Those files are in XML and describes model modes structure and transition between modes. There is no need to directly modify those files. But in some cases it is possible to make some small changes manualy or generate Modechart models in another tool.

Contact

If you have further questions, do not hesitate to contact authors ( Jan Fiedor and Marek Gach ).

Acknowledgement

This work is supported by the Czech Science Foundation (projects GD102/09/H042 and P103/10/0306), the Czech Ministry of Education (projects COST OC10009 and MSM 0021630528), the European Commission (project IC0901), and the Brno University of Technology (project FIT-S-10-1).