Quick start
In this section, we will get a first grasp of physLP.
First, we will see the basics behind the library design.
Then, we will explore a simple example to showcase the syntax.
Finally, we will talk about how you can get help around this library.
To do these first steps, you will need to know a bit of Python. For a refresher, see the Python tutorial.
1. Basics
TODO
To import physLP, just use :
import physlp
# TODO
2. Simple example
TODO
import physlp
# TODO
3. Getting help
If you encounter problems or have questions:
Read the User Guide
Check the Reference Guide
Open an issue on the GitHub repository