MiniZinc JavaScript
    Preparing search index...

    Interface StatisticsMessage

    Event emitted when statistics are received from the compiler or the solver.

    interface StatisticsMessage {
        statistics: { [key: string]: any };
        type: "statistics";
    }
    Index

    Properties

    Properties

    statistics: { [key: string]: any }

    Mapping between statistic name and value

    type: "statistics"

    Message type