History log of /inkscape/src/libvpsc/Makefile_insert
Revision Date Author Comments Expand
d3cb948619594a5b8bf72042fe73b3a542c7fb97 23-Mar-2014 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>

remove files that interface through C with libvpsc, we are using C++ so...

fcc5467c5495f9ca3b67a4b6bcdf061765f42c61 22-Mar-2007 keescook <keescook@users.sourceforge.net>

drop more missing files from autoconf

1ec681f88b68c6186b267afcce12c7fd667cc9f8 12-Jul-2006 tgdwyer <tgdwyer@users.sourceforge.net>

Previously graph layout was done using the Kamada-Kawai layout algorithm implemented in Boost. I am replacing this with a custom implementation of a constrained stress-majorization algorithm. The stress-majorization algorithm is more robust and has better convergence characteristics than Kamada-Kawai, and also simple constraints can be placed on node position (for example, to enforce downward-pointing edges, non-overlap constraints, or cluster constraints). Another big advantage is that we no longer need Boost. I've tested the basic functionality, but I have yet to properly handle disconnected graphs or to properly scale the resulting layout. This commit also includes significant refactoring... the quadratic program solver - libvpsc (Variable Placement with Separation Constraints) has been moved to src/libvpsc and the actual graph layout algorithm is in libcola.

/inkscape/configure.ac /inkscape/mkinstalldirs /inkscape/src/Makefile.am /inkscape/src/Makefile_insert /inkscape/src/graphlayout/graphlayout.cpp /inkscape/src/libcola/Makefile_insert /inkscape/src/libcola/cola.cpp /inkscape/src/libcola/cola.h /inkscape/src/libcola/conjugate_gradient.cpp /inkscape/src/libcola/conjugate_gradient.h /inkscape/src/libcola/cycle_detector.cpp /inkscape/src/libcola/cycle_detector.h /inkscape/src/libcola/defs.h /inkscape/src/libcola/gradient_projection.cpp /inkscape/src/libcola/gradient_projection.h /inkscape/src/libcola/shortest_paths.cpp /inkscape/src/libcola/shortest_paths.h /inkscape/src/libcola/straightener.cpp /inkscape/src/libcola/straightener.h COPYING Makefile_insert block.cpp block.h blocks.cpp blocks.h constraint.cpp constraint.h csolve_VPSC.cpp csolve_VPSC.h generate-constraints.cpp generate-constraints.h isnan.h pairingheap/.dirstamp pairingheap/PairingHeap.cpp pairingheap/PairingHeap.h pairingheap/dsexceptions.h placement_SolveVPSC.h remove_rectangle_overlap.cpp remove_rectangle_overlap.h solve_VPSC.cpp solve_VPSC.h variable.cpp variable.h /inkscape/src/removeoverlap/Makefile_insert /inkscape/src/removeoverlap/pairingheap/.cvsignore /inkscape/src/removeoverlap/placement_SolveVPSC.cpp /inkscape/src/removeoverlap/remove_rectangle_overlap-test.cpp /inkscape/src/removeoverlap/removeoverlap.cpp