DEPS Tutorial
The aim of this tutorial is to show how to use the DEPS language by example. The reader is guided step by step from the most fundamental notions of the language to its most advanced aspects in order to build success. To take advantage of this tutorial, you need to install DEPS Studio on your computer following this link.
Please keep in mind that the goal of this chapter is not to show how to solve a big and difficult problem. The goal is to learn how to use the DEPS Language for problem modeling. Technically, the examples used are very simple. Because the goal is not to do physics or computer science, even if it is possible to model complex problems with DEPS.
A zipfile containing the whole deps projects examples used in this tutorial can be downloaded via this link .
Contents:
- Building a first flat problem
- Using models
- Using model hierarchies
- Factoring expressions
- Serial circuit problem
- A more complicated problem: serial and parallel circuit
- A final well structured problem: the Wheatstone bridge
- Modelling and using a catalogue of possible batteries
- Modeling an electrical non-linear problem
- Minimizing an objective
- Connecting the components together
- Modeling a nary node
- To go further with DEPS