<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/removeoverlap/pairingheap/PairingHeap.cpp, branch livecoding</title>
<subtitle>An experimental livecoding plugin for Inkscape</subtitle>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/'/>
<entry>
<title>Previously graph layout was done using the Kamada-Kawai layout algorithm </title>
<updated>2006-07-12T00:55:58+00:00</updated>
<author>
<name>Tim Dwyer</name>
<email>tgdwyer@gmail.com</email>
</author>
<published>2006-07-12T00:55:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=12b21e1d27f43deaa748419919b40b80cedd0ddd'/>
<id>12b21e1d27f43deaa748419919b40b80cedd0ddd</id>
<content type='text'>
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.

(bzr r1394)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.

(bzr r1394)</pre>
</div>
</content>
</entry>
<entry>
<title>DBL_MIN replaced by -DBL_MAX which is what I meant all along.</title>
<updated>2006-02-06T05:22:54+00:00</updated>
<author>
<name>Tim Dwyer</name>
<email>tgdwyer@gmail.com</email>
</author>
<published>2006-02-06T05:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=26764b3878c6aec5f315f9f63c8721640218b826'/>
<id>26764b3878c6aec5f315f9f63c8721640218b826</id>
<content type='text'>
Fixes bug.

(bzr r89)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug.

(bzr r89)</pre>
</div>
</content>
</entry>
<entry>
<title>Added consts to args of pairing heap compare fn</title>
<updated>2006-02-01T04:00:20+00:00</updated>
<author>
<name>Tim Dwyer</name>
<email>tgdwyer@gmail.com</email>
</author>
<published>2006-02-01T04:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=19a594aceb275e6503ec61058256a4faf51b128d'/>
<id>19a594aceb275e6503ec61058256a4faf51b128d</id>
<content type='text'>
(bzr r64)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r64)</pre>
</div>
</content>
</entry>
<entry>
<title>moving trunk for module inkscape</title>
<updated>2006-01-16T02:36:01+00:00</updated>
<author>
<name>MenTaLguY</name>
<email>mental@rydia.net</email>
</author>
<published>2006-01-16T02:36:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=179fa413b047bede6e32109e2ce82437c5fb8d34'/>
<id>179fa413b047bede6e32109e2ce82437c5fb8d34</id>
<content type='text'>
(bzr r1)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r1)</pre>
</div>
</content>
</entry>
</feed>
