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

    Function runSolutionOnSingleTest

    • 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.

      Parameters

      • solution: LocalSolution

        Solution configuration

      • config: default

        Configuration containing time/memory limits

      • testsetName: string

        Name of testset containing the test

      • testIndex: number

        Test index (1-based)

      Returns Promise<void>

      If solution execution fails

      await runSolutionOnSingleTest(solution, config, 'testsets', 5);