https://github.com/sybila/pithya-gui
R based GUI for biodivine
https://github.com/sybila/pithya-gui
model-checker modeling parameter-estimation
Last synced: about 1 year ago
JSON representation
R based GUI for biodivine
- Host: GitHub
- URL: https://github.com/sybila/pithya-gui
- Owner: sybila
- Created: 2016-11-23T16:28:33.000Z (over 9 years ago)
- Default Branch: clean-up
- Last Pushed: 2020-12-15T18:59:35.000Z (over 5 years ago)
- Last Synced: 2025-01-22T18:14:06.610Z (about 1 year ago)
- Topics: model-checker, modeling, parameter-estimation
- Language: R
- Size: 1.73 MB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/sybila/pithya-core)
[](https://github.com/sybila/biodivine-ctl/blob/master/LICENSE.txt)
Pithya is a tool for parameter synthesis of ODE-based models and properties based on a hybrid extension of CTL.
## Online demo
To try Pithya online, visit [pithya.fi.muni.cz](https://pithya.fi.muni.cz/). In case of any problems/questions, feel free to contact us at [sybila@fi.muni.cz](mailto:sybila@fi.muni.cz).
## Installation and dependencies
To run Pithya, you need to have **Java 8+** and Microsoft **Z3 4.5.0**
and **R** installed. If your OS is supported, we strongly recommend downloading precompiled
Z3 binaries from github (Pithya allows you to specify a custom Z3
location, so you don't necessarily need to have it in your PATH, but we recommend doing that anyway).
The full installation process for the GUI is described in the [manual](http://biodivine.fi.muni.cz/docs/pithya/manual.pdf).
You can also use Pithya from command line. For more information, see the [core module](https://github.com/sybila/pithya-core) repository.
### Project status
Pithya is composed of several independent modules. Here you can find links to them and their current status:
[](https://jitpack.io/#sybila/ctl-model-checker)
[](https://travis-ci.org/sybila/ctl-model-checker)
[](https://codecov.io/github/sybila/ctl-model-checker?branch=master)
[CTL Model Checker](https://github.com/sybila/ctl-model-checker)
[](https://jitpack.io/#sybila/huctl)
[](https://travis-ci.org/sybila/huctl)
[](https://codecov.io/github/sybila/huctl?branch=master)
[CTL Query Parser](https://github.com/sybila/huctl)
[](https://jitpack.io/#sybila/ode-generator)
[](https://travis-ci.org/sybila/ode-generator)
[](https://codecov.io/github/sybila/ode-generator?branch=master)
[ODE State Space Generator](https://github.com/sybila/ode-generator)