mirror of
https://github.com/gsi-upm/soil
synced 2024-11-14 15:32:29 +00:00
d9947c2c52
Documentation needs some improvement The API has been simplified to only allow for ONE topology per NetworkEnvironment. This covers the main use case, and simplifies the code. |
||
---|---|---|
.. | ||
basic | ||
improved | ||
README.md |
There are two similar implementations of this simulation.
basic
. Using simple primitesimproved
. Using more advanced features such as thetime
module to avoid unnecessary computations (i.e., skip steps), and generator functions.