]> granicus.if.org Git - graphviz/commit
neatogen generateNonoverlapConstraints: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 18 Nov 2022 01:14:41 +0000 (17:14 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 3 Dec 2022 21:23:48 +0000 (13:23 -0800)
commite6de7bd4cf02429cc43ba653322c956c0e530a06
tree360c625e57d3469f75a28470e4367b145457d06f
parent71592612a02994cc9df42e747e156d1431587a6e
neatogen generateNonoverlapConstraints: use cgraph wrappers for allocation

The lib/cgraph/alloc.h wrappers are similar to the older lib/common/memory.h
wrappers except (1) they are header-only and (2) they live in a directory
(cgraph) that is at the root of the dependency tree. The long term plan is to
replace all use of lib/common/memory.h with lib/cgraph/alloc.h.
lib/neatogen/quad_prog_vpsc.c