History log of /inkscape/src/libvpsc/constraint.cpp
Revision Date Author Comments Expand
4ac75371c2e64267435b1b8731affefad5e77e00 16-Oct-2013 Kris <Kris.De.Gussem@hotmail.com>

static code analysis: performance

eb500326b7e1b1c966ed013c0dcc6dbf627e78ed 23-Oct-2011 Jon A. Cruz <jon@joncruz.org>

Documentation update pass.

/inkscape/src/bind/javabind.cpp /inkscape/src/composite-undo-stack-observer.cpp /inkscape/src/composite-undo-stack-observer.h /inkscape/src/console-output-undo-observer.cpp /inkscape/src/console-output-undo-observer.h /inkscape/src/libavoid/vpsc.h /inkscape/src/libcola/straightener.cpp blocks.h constraint.cpp constraint.h generate-constraints.cpp generate-constraints.h /inkscape/src/ui/dialog/glyphs.cpp /inkscape/src/ui/dialog/glyphs.h /inkscape/src/widgets/dash-selector.h /inkscape/src/widgets/eek-preview.cpp /inkscape/src/widgets/eek-preview.h /inkscape/src/widgets/ege-paint-def.cpp /inkscape/src/widgets/ege-paint-def.h /inkscape/src/widgets/sp-attribute-widget.cpp /inkscape/src/widgets/sp-attribute-widget.h /inkscape/src/widgets/stroke-style.cpp /inkscape/src/widgets/stroke-style.h /inkscape/src/widgets/toolbox.h
4f818baab8a232b03f5b4802094ce598ff2e56fb 14-Jul-2006 tgdwyer <tgdwyer@users.sourceforge.net>

- Connectors with end-markers now constrained to point downwards in graph layout - vpsc namespace added to libvpsc

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