<feed xmlns='http://www.w3.org/2005/Atom'>
<title>schedcat.git/native/include, branch master</title>
<subtitle>[ARCHIVE] Bjorn's schedulability study framework. Now on GitHub.</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/'/>
<entry>
<title>Remove unused field from QPA implementation</title>
<updated>2013-08-14T17:10:46+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2013-08-14T17:10:46+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=0677e653b5822e99852ef55001cf2c89a95357c3'/>
<id>0677e653b5822e99852ef55001cf2c89a95357c3</id>
<content type='text'>
Silences a Clang++ warning/error:

&gt; In file included from src/edf/qpa.cpp:12:
&gt; include/edf/qpa.h:7:18: error: private field 'm' is not used [-Werror,-Wunused-private-field]
&gt;     unsigned int m;
&gt;                  ^
&gt; 1 error generated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Silences a Clang++ warning/error:

&gt; In file included from src/edf/qpa.cpp:12:
&gt; include/edf/qpa.h:7:18: error: private field 'm' is not used [-Werror,-Wunused-private-field]
&gt;     unsigned int m;
&gt;                  ^
&gt; 1 error generated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement LP-based OMIP blocking analysis</title>
<updated>2013-07-12T12:19:22+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2013-01-29T12:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=064f6a2915d8bcecea31f07b2a57de80203c6f37'/>
<id>064f6a2915d8bcecea31f07b2a57de80203c6f37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken demand calculation</title>
<updated>2013-05-22T17:10:13+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2013-05-22T17:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=e17645921697351bd968f034a85299c02332ad16'/>
<id>e17645921697351bd968f034a85299c02332ad16</id>
<content type='text'>
Felipe Cerqueira reported incorrect QPA results. The root cause was
a corner case in the demand calculation. This patch fixes the
underestimation of demand if time == deadline and adds a test case
discovered by Felipe that triggered the bug.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Felipe Cerqueira reported incorrect QPA results. The root cause was
a corner case in the demand calculation. This patch fixes the
underestimation of demand if time == deadline and adds a test case
discovered by Felipe that triggered the bug.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add LP-based blocking analysis for FMLP+</title>
<updated>2013-02-12T11:55:16+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-12-09T16:39:41+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=308ff37a60a61e158bfe108bfcea0bf3b71e942d'/>
<id>308ff37a60a61e158bfe108bfcea0bf3b71e942d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add LP-based blocking analysis for MPCP</title>
<updated>2013-02-12T11:55:16+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-10-02T10:12:43+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=adfef1cb9a8960690fb85cc0b99e8fe266e173eb'/>
<id>adfef1cb9a8960690fb85cc0b99e8fe266e173eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add generic LP support for shared-memory protocols</title>
<updated>2013-02-12T11:55:16+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-10-02T10:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=5b01c84940965f053f5eacd401a132a2008dac71'/>
<id>5b01c84940965f053f5eacd401a132a2008dac71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for dumping LPs to iostreams</title>
<updated>2013-02-12T11:55:16+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2013-01-05T13:28:14+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=de2e2536976faecc0a90d1276c9a02789bd479cc'/>
<id>de2e2536976faecc0a90d1276c9a02789bd479cc</id>
<content type='text'>
Quite handy when debugging LPs...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Quite handy when debugging LPs...
</pre>
</div>
</content>
</entry>
<entry>
<title>C++ LP analysis: add LP debugging helper</title>
<updated>2013-02-12T11:55:16+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-12-12T10:55:22+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=299ad40e3f0ae8fe2a8436371cce7edd22d98b8c'/>
<id>299ad40e3f0ae8fe2a8436371cce7edd22d98b8c</id>
<content type='text'>
Dump a LP solution to a stream for inspection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dump a LP solution to a stream for inspection.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor linprog_solve() into a proper function</title>
<updated>2013-02-12T11:55:16+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-12-10T18:19:31+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=7c79568606ee9bfdc22666954feac8d16fe37beb'/>
<id>7c79568606ee9bfdc22666954feac8d16fe37beb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable creation of new variables after creation of the objective function</title>
<updated>2013-02-12T11:55:16+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-10-01T11:39:53+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/schedcat.git/commit/?id=96683d88c8c774bf75214438a6a4ea8955b329de'/>
<id>96683d88c8c774bf75214438a6a4ea8955b329de</id>
<content type='text'>
This can reveal bugs in constraints that accidentally include Ti.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can reveal bugs in constraints that accidentally include Ti.
</pre>
</div>
</content>
</entry>
</feed>
