Reachability Analysis with zonotypes
Project description
Reachability Analysis
Reachability Analysis (RA) for hybrid systems:
- RA with zonotypes
Installation
pip install reachab
Usage
After installation with bash pip install
and running the script:
import reachab
def test_reachab():
reachab.test_me()
if __name__ == '__main__':
test_reachab()
... should produce:
Omega_0 = {'c': np.matrix([[0],
[0],
[10],
[0]
]),
'g': np.matrix([[1, -1, 1, .2, .2],
[1, 1, .3, .2, .5],
[0, 0, 0, .4, .3],
[0, 0, 0, .2, .4]
])
}
U = {'c': np.matrix([[0],
[0],
[0],
[0],
]),
'g': np.matrix([[1, 0, 1],
[1, 1, 0],
[0, 0, 0],
[0, 0, 0]
])
}
Citation
TODO
Image source: https://www.pexels.com/photo/photo-of-multicolored-abstract-painting-1193743/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
reachab-0.4.4.tar.gz
(6.3 kB
view details)
Built Distribution
reachab-0.4.4-py3-none-any.whl
(20.1 kB
view details)
File details
Details for the file reachab-0.4.4.tar.gz
.
File metadata
- Download URL: reachab-0.4.4.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c12717a1f38f024f3f00a482dd343b25fe9676c04693e2f301b03ff227befc3 |
|
MD5 | 7dfd5acf75598f0529619cbb6fe8bfc7 |
|
BLAKE2b-256 | 061290de54a1a9b24da3443af3cc2a0198be641b8597d4aaef32e8553f05459b |
File details
Details for the file reachab-0.4.4-py3-none-any.whl
.
File metadata
- Download URL: reachab-0.4.4-py3-none-any.whl
- Upload date:
- Size: 20.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffd4c136bf8f1965885005b277b62515d58bec1336f53729c875f0818b4b4d53 |
|
MD5 | 7bb59415a6c1a9c049dd612148a0eefa |
|
BLAKE2b-256 | 0140fe59e2f68d4b39965f6c7bd4a4eb96f54127b3dd76baf74023f5fca33035 |