Skip to content
Snippets Groups Projects
Commit b64bc687 authored by Carlos Olarte's avatar Carlos Olarte
Browse files

Description of Maude's files

parent 132c23d1
No related branches found
No related tags found
No related merge requests found
...@@ -20,12 +20,15 @@ files. ...@@ -20,12 +20,15 @@ files.
The specification can be found in the folder `maude`. It includes the following files: The specification can be found in the folder `maude`. It includes the following files:
- _alt-smt_: - _alt-smt_: Representation of SMT Boolean, Integer and Real expressions as
- _analysis_: Maude's terms. SMT variables are encoded as terms of the form bb(x), ii(x)
- _fme_: and rr(x) where x is a term of sort SMTVarId.
- _semantics_: - _analysis_: Definition of commands to perform parameter-synthesis and search
- _state_: with folding.
- _syntax_: - _fme_: Implementation of the Fourier–Motzkin elimination procedure.
- _semantics_: Rewriting rules defining the semantics of networks of PTAs
- _state_: Sorts and constructors for defining the state of the NPTAD.
- _syntax_: Syntax for defining NPTADs.
See the headers of each file for further information. See the headers of each file for further information.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment