]> granicus.if.org Git - graphviz/commit
main edgepaint (also know as clarify) routines for coloring nodes of a graph to maxim...
authorYifan Hu <yifanhu@yahoo.com>
Fri, 28 Feb 2014 15:22:52 +0000 (10:22 -0500)
committerYifan Hu <yifanhu@yahoo.com>
Fri, 28 Feb 2014 15:22:52 +0000 (10:22 -0500)
commitaadee957012e676c9aaf36ec40cb2860c178e269
tree808b1c32eac02be79742067ba9f146361ee70b9b
parent4e2a6f5f9de28679cf301458b1b0a8c630a3ca14
main edgepaint (also know as clarify) routines for coloring nodes of a graph to maximize color distances along edges
12 files changed:
lib/edgepaint/Makefile.am [new file with mode: 0644]
lib/edgepaint/edge_distinct_coloring.c [new file with mode: 0644]
lib/edgepaint/edge_distinct_coloring.h [new file with mode: 0644]
lib/edgepaint/furtherest_point.c [new file with mode: 0644]
lib/edgepaint/furtherest_point.h [new file with mode: 0644]
lib/edgepaint/intersection.c [new file with mode: 0644]
lib/edgepaint/intersection.h [new file with mode: 0644]
lib/edgepaint/lab.c [new file with mode: 0644]
lib/edgepaint/lab.h [new file with mode: 0644]
lib/edgepaint/lab_gamut.h [new file with mode: 0644]
lib/edgepaint/node_distinct_coloring.c [new file with mode: 0644]
lib/edgepaint/node_distinct_coloring.h [new file with mode: 0644]