• This function Extracts solver times based on the specified gap type, default time, gap limit, and termination status.

    The returned object has a unique key for each solver and the value is an array of objects, each containing a 'time' and 'InputFileName'.

    Parameters

    • traceData: TraceData[]

      Array of objects containing the result data.

    • selectedGapType: string
    • Optional defaultTime: number
    • Optional gapLimit: number
    • Optional terminationStatusSelector: string

    Returns object

    • An object with solver names as keys. Each key points to an array of objects where each object contains 'time' and 'InputFileName' property of the corresponding solver.

Generated using TypeDoc