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.

18 lines
411 B

4 weeks ago
  1. User Documentation {#userdoc}
  2. ============================
  3. This is the introductory user documentation of CArL.
  4. It explains the basic concepts and classes that CArL provides.
  5. Basic concepts
  6. ---------------------
  7. - @subpage numbers
  8. - @subpage polynomials
  9. - @subpage formulas
  10. Tutorial
  11. ---------------------
  12. There are some introductory code examples how CArL can be used.
  13. You find them at @subpage tutorial .