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

    Interface ProblemInfo

    Problem configuration and constraints information. ProblemInfo

    interface ProblemInfo {
        inputFile: string;
        outputFile: string;
        interactive: boolean;
        timeLimit: number;
        memoryLimit: number;
    }
    Index

    Properties

    inputFile: string

    Input file name (e.g., 'stdin' or custom file)

    outputFile: string

    Output file name (e.g., 'stdout' or custom file)

    interactive: boolean

    Whether problem is interactive

    timeLimit: number

    Time limit in milliseconds

    memoryLimit: number

    Memory limit in megabytes