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.

10 lines
508 B

2 months ago
  1. Tutorial {#tutorial}
  2. ====================
  3. As a tutorial, we have a number of small programs that show certain features of CArL.
  4. The code is explained using normal comments and can be compiled using `make tutorial`.
  5. Whenever we want to state that a certain property holds at some point, we will use `assert()` to do so.
  6. - @ref tutorial/Variable_Create.cpp "Creating Variables"
  7. - @ref tutorial/Monomial_Create.cpp "Creating Monomials"
  8. - @ref tutorial/MultivariatePolynomial_Create.cpp "Creating Polynomials"