mirror of
https://github.com/gsi-upm/soil
synced 2025-04-03 20:40:24 +00:00
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.
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.