<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brandes, branch master</title>
<subtitle>A parallel implementation of Brandes' algorithm for betweenness centrality
</subtitle>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/brandes/'/>
<entry>
<title>Create LICENSE</title>
<updated>2021-03-09T10:19:53+00:00</updated>
<author>
<name>Martin</name>
<email>m@m-chrzan.xyz</email>
</author>
<published>2021-03-09T10:19:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/brandes/commit/?id=83ec9a5da4f9a1f5bc6ac9087cba4447ccd03e9e'/>
<id>83ec9a5da4f9a1f5bc6ac9087cba4447ccd03e9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README</title>
<updated>2017-05-25T10:31:11+00:00</updated>
<author>
<name>Marcin Chrzanowski</name>
<email>marcin.j.chrzanowski@gmail.com</email>
</author>
<published>2017-05-25T10:31:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/brandes/commit/?id=fd402ac5f2c7cb5e9292b11fba8deffb86aa65a0'/>
<id>fd402ac5f2c7cb5e9292b11fba8deffb86aa65a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README</title>
<updated>2017-02-11T10:04:44+00:00</updated>
<author>
<name>Marcin Chrzanowski</name>
<email>marcin.j.chrzanowski@gmail.com</email>
</author>
<published>2017-02-11T10:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/brandes/commit/?id=8233269c1c34bcaa38237ddac73ca8b074dc764a'/>
<id>8233269c1c34bcaa38237ddac73ca8b074dc764a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused debug option</title>
<updated>2017-01-08T19:33:17+00:00</updated>
<author>
<name>Marcin Chrzanowski</name>
<email>marcin.j.chrzanowski@gmail.com</email>
</author>
<published>2017-01-08T03:19:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/brandes/commit/?id=7285cb9105faa4981d28ab6a936deb517438b0f9'/>
<id>7285cb9105faa4981d28ab6a936deb517438b0f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor</title>
<updated>2017-01-06T21:55:23+00:00</updated>
<author>
<name>Marcin Chrzanowski</name>
<email>marcin.j.chrzanowski@gmail.com</email>
</author>
<published>2017-01-06T21:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/brandes/commit/?id=df2c6a608a5b238e7b2e5265e05e48535e036263'/>
<id>df2c6a608a5b238e7b2e5265e05e48535e036263</id>
<content type='text'>
- Remove unnecessary include
- Improve whitespace
- Remove unnecessary variable declaration
- Move function call to more logical place
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove unnecessary include
- Improve whitespace
- Remove unnecessary variable declaration
- Move function call to more logical place
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimalize by using vectors over maps and sets</title>
<updated>2017-01-06T20:57:28+00:00</updated>
<author>
<name>Marcin Chrzanowski</name>
<email>marcin.j.chrzanowski@gmail.com</email>
</author>
<published>2017-01-06T20:57:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/brandes/commit/?id=ed0ac6791435c36e8374b218454ebfa7485f0845'/>
<id>ed0ac6791435c36e8374b218454ebfa7485f0845</id>
<content type='text'>
- Can iterate over vertices with for (int v = 0; v &lt; number_vertices;
v++) loop
- This required internally remapping the vertices from their actual
names to 0, 1, ..., number_vertices - 1.
- Use Graph::get_real_vertex(vertex) to get original value
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Can iterate over vertices with for (int v = 0; v &lt; number_vertices;
v++) loop
- This required internally remapping the vertices from their actual
names to 0, 1, ..., number_vertices - 1.
- Use Graph::get_real_vertex(vertex) to get original value
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug</title>
<updated>2017-01-05T18:49:33+00:00</updated>
<author>
<name>Marcin Chrzanowski</name>
<email>marcin.j.chrzanowski@gmail.com</email>
</author>
<published>2017-01-05T18:49:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/brandes/commit/?id=dc88e19199f056d6f2e17c481737a71fcab70398'/>
<id>dc88e19199f056d6f2e17c481737a71fcab70398</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor</title>
<updated>2017-01-05T18:38:51+00:00</updated>
<author>
<name>Marcin Chrzanowski</name>
<email>marcin.j.chrzanowski@gmail.com</email>
</author>
<published>2017-01-05T18:38:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/brandes/commit/?id=d29479e93370b577adeeb133116ced99dc4f81ff'/>
<id>d29479e93370b577adeeb133116ced99dc4f81ff</id>
<content type='text'>
- Reorder includes
- Unify reference style
- Improve whitespace
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Reorder includes
- Unify reference style
- Improve whitespace
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'optim'</title>
<updated>2017-01-05T18:17:43+00:00</updated>
<author>
<name>Marcin Chrzanowski</name>
<email>marcin.j.chrzanowski@gmail.com</email>
</author>
<published>2017-01-05T18:17:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/brandes/commit/?id=c88e16d8be7457fd7211c31a5d91aa521fa829a1'/>
<id>c88e16d8be7457fd7211c31a5d91aa521fa829a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Return vertices in a vector</title>
<updated>2017-01-05T17:49:54+00:00</updated>
<author>
<name>Marcin Chrzanowski</name>
<email>marcin.j.chrzanowski@gmail.com</email>
</author>
<published>2017-01-05T17:31:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/brandes/commit/?id=1eae1a29340986fa5b8fca99bd797806891a511f'/>
<id>1eae1a29340986fa5b8fca99bd797806891a511f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
