Polyman Documentation - v2.2.2
    Preparing search index...

    Function listSolutionsAction

    • Lists all available solutions in the configuration. Shows solution names, source files, and tags (MA/OK/WA/TLE/etc).

      Returns void

      If Config.json is invalid or missing solutions

      // From CLI: polyman list solutions
      listSolutionsAction();
      // Displays:
      // 1. main → ./solutions/acc.cpp (MA - Main Accepted)
      // 2. wa-sol → ./solutions/wa.cpp (WA - Wrong Answer)
      // 3. tle-sol → ./solutions/tle.py (TL - Time Limit)