Skip to content

antodima/complex-systems-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

complex-systems-from-scratch

Implementation of Complex Systems Models from scratch of Computational Models for Complex Systems course @ Department of Computer Science of University of Pisa

Depedencies

  1. Python 2.7
  2. roadrunner (pip install roadrunner)
  3. tellurium (pip install tellurium)
  4. numpy
  5. matplotlib
  6. scipy

PRISM Installation

Instructions

1. sudo apt update
2. sudo apt -y install make gcc g++ default-jdk git
3. sudo mkdir /opt/prism
4. cd /opt/prism
5. sudo git clone https://github.com/prismmodelchecker/prism.git
6. cd prism/prism
7. sudo make && make test
8. sudo ./install.sh

About

Implementation of Complex Systems Models from scratch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages