Skip to content

A population simulation which consists of 3 zones, Industrial, Residential, and Commercial. It takes in a config file and produced a simulation based on it, while also displaying the pollution of the zones each time step

Notifications You must be signed in to change notification settings

GivaX/Population-Simulation

Repository files navigation

To compile this program you need:

main.cpp

Cell.h Residential.h Commercial.h Industrial.h Pollution.h Analysis.h

Cell.cpp Residential.cpp Commercial.cpp Industrial.cpp Pollution.cpp Analysis.cpp

config1.txt region1.csv

Import these files to the CELL machines, then run this command:

g++ -o Project1 *.cpp

Then run this command: ./Project1

About

A population simulation which consists of 3 zones, Industrial, Residential, and Commercial. It takes in a config file and produced a simulation based on it, while also displaying the pollution of the zones each time step

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published