Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Data Structures

Antonio Ulloa edited this page Jun 4, 2015 · 26 revisions

The LSNM simulator is contained in the python script "sim.py". The data structure used to store the LSNM network is a python dictionary, where each entry in the dictionary is a python list of lists.

Clone this wiki locally