The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 

508 B

Tutorial

As a tutorial, we have a number of small programs that show certain features of CArL. The code is explained using normal comments and can be compiled using make tutorial.

Whenever we want to state that a certain property holds at some point, we will use assert() to do so.

  • @ref tutorial/Variable_Create.cpp "Creating Variables"
  • @ref tutorial/Monomial_Create.cpp "Creating Monomials"
  • @ref tutorial/MultivariatePolynomial_Create.cpp "Creating Polynomials"