mwg API
    Preparing search index...

    Interface HeuristicContext

    interface HeuristicContext {
        aspects: Aspects;
        goals?: Goals;
        turn?: number;
    }
    Index
    aspects: Aspects
    goals?: Goals
    turn?: number