• This function is used to structure trace data (log of the solver) into a more accessible object structure. It takes an array of objects (traceData) and returns an object.

    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.

    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. If the time value is 'NA' or is not a number, the instance is not added to the final result.

Generated using TypeDoc