@geoapify/route-planner-sdk
Version:
TypeScript SDK for the Geoapify Route Planner API. Supports route optimization, delivery planning, and timeline visualization in browser and Node.js
9 lines (8 loc) • 430 B
TypeScript
import { ReoptimizeOptions } from "../../../models";
import { RouteResultEditorBase } from "../route-result-editor-base";
export declare class AgentReoptimizeHelper {
private static readonly MAX_CAPACITY;
static execute(context: RouteResultEditorBase, agentIdOrIndex: string | number, options?: ReoptimizeOptions): Promise<boolean>;
private static addUnassignedIndexes;
private static removeViolationsFromInput;
}