Selva Compute API Reference - v1.5.1
    Preparing search index...

    Type Alias SolveExecutor

    SolveExecutor: (
        definition: string | Uint8Array,
        dataTree: DataTree[],
        config: GrasshopperComputeConfig,
    ) => Promise<GrasshopperComputeResponse>

    Adapter for the underlying solve function. Lets the scheduler be tested without a real Compute server, and decouples it from the client class.

    Type Declaration