UNPKG

gramoloss

Version:

Graph theory package for edition and computation

4 lines (3 loc) 171 B
import { Graph } from "../graph"; export declare function antimagicGreedyLabelling(g: Graph): Map<number, number>; export declare function isAntimagic(g: Graph): boolean;