This repository stores the C++ source code of the solution validator used for the MESS-2020+1 competition.
Compile the validator with:
g++ -o WL_Validator.exe WL_Validator.cpp
Run it with:
./WL_Validator.exe <input_file> <solution_file>
Input and solution file formats are explained in the specification file