type: bool, default: true
For example in the graph:
digraph G {
a -> c;
a -> b;
b -> c [constraint=false];
}
the edge b -> c does not add a constraint during rank assignment, so the only constraints are that a be above b and c, yielding the graph:
Note: dot only.
© 2025 The Graphviz Authors
Licensed under the Eclipse Public License 1.0.
https://www.graphviz.org/docs/attrs/constraint/