dagre-d3-es
Version:
<p align="center"> <a href="https://tbo47.github.io/" ><img src="https://img.shields.io/badge/created_by-tbo47-blue.svg" alt="Created by tbo47"></a> <a href="https://www.npmjs.com/dagre-d3-es"><img src="https://img.shields.io/npm/v/dagre-d3-es.svg?log
17 lines (16 loc) • 641 B
TypeScript
export function networkSimplex(g: any): void;
export namespace networkSimplex {
export { initLowLimValues };
export { initCutValues };
export { calcCutValue };
export { leaveEdge };
export { enterEdge };
export { exchangeEdges };
}
declare function initLowLimValues(tree: any, root: any, ...args: any[]): void;
declare function initCutValues(t: any, g: any): void;
declare function calcCutValue(t: any, g: any, child: any): number;
declare function leaveEdge(tree: any): any;
declare function enterEdge(t: any, g: any, edge: any): any;
declare function exchangeEdges(t: any, g: any, e: any, f: any): void;
export {};