Runs a single solution on an entire testset. Executes it on all tests in the testset using pre-compiled executable. Note: Solution must be compiled before calling this function.
Solution configuration
Configuration containing time/memory limits
Name of testset to run on
If solution fails on any test
await runSolutionOnTestset(solution, config, 'testsets'); Copy
await runSolutionOnTestset(solution, config, 'testsets');
Runs a single solution on an entire testset. Executes it on all tests in the testset using pre-compiled executable. Note: Solution must be compiled before calling this function.