LSD implements discrete-time simulations, expressing the results as series of values for each variable in the model. Being based on C++, LSD models are extremely fast and efficient, allowing for even huge models. LSD is particularly suited to implement agent-based models.
The construction of a model is extremely easy, requiring users to provide only a minimal amount of detail concerning the model, and then generating the results by automatically assembling the users' provided descriptions into a complete simulation model.


