Update README.md
This commit is contained in:
parent
5d3cb01ddf
commit
b3bba8de4c
1 changed files with 6 additions and 0 deletions
|
|
@ -201,6 +201,12 @@ print(utils.discretize(mtl.parse('F[0, 0.2] a'), dt=0.1))
|
|||
# output: (a | X a | XX a)
|
||||
```
|
||||
|
||||
# Similar Projects
|
||||
Feel free to open up a pull-request to add other similar projects. This library was written to meet some of my unique needs, for example I wanted the AST to be immutable and wanted the library to **just** handle manipulating MTL. Many other similar projects exist with different goals.
|
||||
|
||||
1. https://github.com/doganulus/python-monitors
|
||||
1. https://github.com/STLInspector/STLInspector
|
||||
|
||||
# Citing
|
||||
|
||||
@misc{pyMTL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue