Lists all available solutions in the configuration. Shows solution names, source files, and tags (MA/OK/WA/TLE/etc).
If Config.json is invalid or missing solutions
// From CLI: polyman list solutionslistSolutionsAction();// 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) Copy
// From CLI: polyman list solutionslistSolutionsAction();// 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)
Lists all available solutions in the configuration. Shows solution names, source files, and tags (MA/OK/WA/TLE/etc).