Skip to main content
Module

x/graphviz/mod.ts>attribute.diredgeconstraints

🦕 Simple Graphviz library for Deno.
Latest
variable attribute.diredgeconstraints
import { attribute } from "https://deno.land/x/graphviz@v0.2.1/mod.ts";
const { diredgeconstraints } = attribute;

Only valid when mode="ipsep". If true, constraints are generated for each edge in the largest (heuristic) directed acyclic subgraph such that the edge must point downwards. If "hier", generates level constraints similar to those used with mode="hier". The main difference is that, in the latter case, only these constraints are involved, so a faster solver can be used.

type

"diredgeconstraints"