Runs a single solution on a single test within a testset. Executes it on the specified test using pre-compiled executable. Note: Solution must be compiled before calling this function.
Solution configuration
Configuration containing time/memory limits
Name of testset containing the test
Test index (1-based)
If solution execution fails
await runSolutionOnSingleTest(solution, config, 'testsets', 5); Copy
await runSolutionOnSingleTest(solution, config, 'testsets', 5);
Runs a single solution on a single test within a testset. Executes it on the specified test using pre-compiled executable. Note: Solution must be compiled before calling this function.