Quick start

In this section, we will get a first grasp of coreLP.

  1. First, we will see the basics behind the library design.

  2. Then, we will explore a simple example to showcase the syntax.

  3. 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 coreLP, just use :

import corelp
# TODO

2. Simple example

TODO

import corelp
# TODO

3. Getting help

If you encounter problems or have questions: