/System-Modeling-and-Simulation

Simulation algorithms for ISIM732C course at IIIT Allahabad, 7th semester

Primary LanguagePython

System Modeling and Simulation

Sayantan Chatterjee - Indian Institute of Information Technology, Allahabad (IIT 2015 511)

Language Editor

Contents

General Information

Language

 Python 3.6.5

Platform

 Editor       : Visual Studio Code
 Version      : 1.25.1

Operating System

 Distributor  :	canonical
 Description  :	ubuntu 18.04 LTS
 Release      :	18.04
 Codename     :	bionic beaver

Usage

Dependencies must be set up in an enviroment before using the project. Follow the following instructions for setting up the environment:

For pip:

 python3 -m virtualenv <environment name>
 source <environment name>/bin/activate
 pip install -r requirements.txt

For Anaconda:

 conda create -n <environment name>
 source activate <environment name>
 while read requirement; do conda install --yes $requirement; done < requirements.txt

IIIT-A System Modeling and Simulation Course (ISIM 732 C)

Institute Course Code Semester

 University   : Indian Institute of Information Technology, Allahabad
 Course code  :	ISIM 732 C
 Semester     :	7
  • All solutions of assignment problems are in Python3.
  • Lab assignments are present in Lab * directories.
  • Every solution is properly documented using docstrings.

Lab Assignments