• This function prepares and plots all the termination status messages per solver.

    Parameters

    • traceData: TraceData[]

      Array of objects containing the result data.

    • title: string

      The title of the chart.

    Returns {
        backgroundColor: string;
        borderColor: string;
        data: TraceData[];
        label: string;
    }[]

Generated using TypeDoc