Everyone http://ai.unibo.it/ en De-cycling Scheduling Problems http://ai.unibo.it/data/de-cycling <span class="field field-name-title field-formatter-string field-type-string field-label-hidden">De-cycling Scheduling Problems</span> <span class="field field-name-uid field-formatter-author field-type-entity-reference field-label-hidden"><a title="View user profile." href="/user/11" lang="" about="/user/11" typeof="schema:Person" property="schema:name" datatype="" content="michele.lombardi2@unibo.it" class="username">michele.lombar…</a></span> <span class="field field-name-created field-formatter-timestamp field-type-created field-label-hidden">Fri, 22/03/2013 - 22:07</span> <div class="field field-node-field-access-restrictions field-entity-reference-type-taxonomy-term field-formatter-entity-reference-label field-name-field-access-restrictions field-type-entity-reference field-label-hidden"><div class="field__items"><div class="field__item field__item--everyone"> <span class="field__item-wrapper"><a href="/taxonomy/term/2" hreflang="en">Everyone</a></span> </div></div> </div> <div class="clearfix text-formatted field field-node--body field-formatter-text-default field-name-body field-type-text-with-summary field-label-hidden has-single"><div class="field__items"><div class="field__item"><p>Here you can access data and code related to the paper:</p> <p>A. Bonfietti, M. Lombardi, M. Milano, &quot;De-cyclic Cyclic Scheduling Problems&quot;, Proc. of ICAPS 2013</p> <ul> <li>The code (downloadable <a href="http://ai.unibo.it/webfm_send/19">here</a>) is a single, fairly simple, cpp file for ILOG CP Optimizer. I am afraid the documentation is poor, but you can contact me via email to get more information.</li> <li>The instances (get a zip file with the whole lot <a href="http://ai.unibo.it/webfm_send/20">here</a>) are syntetically generated and feature a single resource. The resource requirement are specified in each file, while the resource capacity is passaed as a parameter to the solver.</li> </ul></div></div> </div> Fri, 22 Mar 2013 21:07:57 +0000 michele.lombardi2@unibo.it 487 at http://ai.unibo.it http://ai.unibo.it/data/de-cycling#comments The Weighted Average Constraint http://ai.unibo.it/node/477 <span class="field field-name-title field-formatter-string field-type-string field-label-hidden">The Weighted Average Constraint</span> <span class="field field-name-uid field-formatter-author field-type-entity-reference field-label-hidden"><a title="View user profile." href="/user/11" lang="" about="/user/11" typeof="schema:Person" property="schema:name" datatype="" content="michele.lombardi2@unibo.it" class="username">michele.lombar…</a></span> <span class="field field-name-created field-formatter-timestamp field-type-created field-label-hidden">Fri, 11/01/2013 - 12:28</span> Fri, 11 Jan 2013 11:28:50 +0000 michele.lombardi2@unibo.it 477 at http://ai.unibo.it Argumentation in the Semantic Web http://ai.unibo.it/node/476 <span class="field field-name-title field-formatter-string field-type-string field-label-hidden">Argumentation in the Semantic Web</span> <span class="field field-name-uid field-formatter-author field-type-entity-reference field-label-hidden"><a title="View user profile." href="/user/4" lang="" about="/user/4" typeof="schema:Person" property="schema:name" datatype="" content="federico.chesani@unibo.it" class="username">federico.chesa…</a></span> <span class="field field-name-created field-formatter-timestamp field-type-created field-label-hidden">Tue, 28/08/2012 - 12:49</span> Tue, 28 Aug 2012 10:49:55 +0000 federico.chesani@unibo.it 476 at http://ai.unibo.it Robust Scheduling http://ai.unibo.it/node/473 <span class="field field-name-title field-formatter-string field-type-string field-label-hidden">Robust Scheduling</span> <span class="field field-name-uid field-formatter-author field-type-entity-reference field-label-hidden"><a title="View user profile." href="/user/11" lang="" about="/user/11" typeof="schema:Person" property="schema:name" datatype="" content="michele.lombardi2@unibo.it" class="username">michele.lombar…</a></span> <span class="field field-name-created field-formatter-timestamp field-type-created field-label-hidden">Tue, 10/07/2012 - 18:36</span> <div class="field field-node-field-access-restrictions field-entity-reference-type-taxonomy-term field-formatter-entity-reference-label field-name-field-access-restrictions field-type-entity-reference field-label-hidden"><div class="field__items"><div class="field__item field__item--everyone"> <span class="field__item-wrapper"><a href="/taxonomy/term/2" hreflang="en">Everyone</a></span> </div></div> </div> <div class="clearfix text-formatted field field-node--body field-formatter-text-default field-name-body field-type-text-with-summary field-label-hidden has-single"><div class="field__items"><div class="field__item"><p>This page contains the code of a solver to build optimized robust schedules for problems where tasks have fixed or even uncertain duration. The approach couples an off-line optimizer and an simple on-line scheduling policy and was moslty developed in the context of the <a href="http://www.smecy.eu">FP7 Project SMECY</a>.</p> <p>The off-line optimizer is based on the Precedence Constraint Posting technique, i.e. a &quot;schedule&quot; is in fact a set of precedence constraints that make the original graph conflict free.&nbsp;The solver searches for feasible schedules by branching over Minimal Critical Sets, which can be identified using a number of different techniques.</p> <p>The on-line scheduling policy can be arbitrarily chosen, provided that some basic specifications are satisfied. In detail, we support two broad classes of on-line schedulers:</p> <ul> <li>Non-delay schedulers: an policy in this classes never delays a task if all its predecessors have completed executions and enough resources are available. Many widely adopted methods fall into this category (e.g. First Come First Served, Fixed Priority Scheduling...). <em>In case a non-delay scheduler is used, it is possible to instruct the off-line optimizer to take into account the policy behavior: this results in the addition of fewer precedence constraints and hence lower run-time overhead.</em></li> <li>General on-line schedulers: a policy in this class may abritrarily decide to delay a task. This may be useful if the optimized application is not the only one running on the system, so that a task may be delayed to perform some computation belonging to a different application. In this case, the on-line scheduler must also guarantee the satisfactio of a set of restricted deadlines, provided by the off-line optimizer.</li> </ul> <p>The code is known to compile on Ubuntu Linux distributions. Dependencies include <a href="http://www.boost.org/">the boost library</a>&nbsp;and the IBM ILOG CP suite (version 1.5 or above), available for free for academic use via the <a href="https://www.ibm.com/developerworks/university/academicinitiative/">IBM Academic Initiative</a>. The code is released with a detailed <a href="http://ai.unibo.it/system/files/u11/README_1.txt">README file</a>, containing instruction about how to build and run the software. Moreover, we include a subset of Resource Constraint Scheduling Problem instances from the <a href="http://129.187.106.231/psplib/">PSPlib library</a>, in the input format required by the PCP scheduler.</p> <p>Here are the links to al available resources:</p> <ul> <li><a href="http://ai.unibo.it/system/files/u11/vardurs.zip">Optimizer code + examples from the PSPlib</a>&nbsp;(all with fixed durations)</li> <li><a href="http://ai.unibo.it/system/files/u11/systemdes_problems.zip">Synthetic task graph instances</a>, pre-mapped on two different platforms (NOTE: you need to change some compile time options to make this work, in particular the minimum/maximum property names: check the README about this)</li> </ul> <p>If you need further information, you can contact me via email or refer to references [bib]467[/bib][bib]lombardi2011robust[/bib][bib]DBLP:conf/cp/LombardiM10[/bib][bib]DBLP:conf/cp/LombardiM09[/bib]</p></div></div> </div> Tue, 10 Jul 2012 16:36:36 +0000 michele.lombardi2@unibo.it 473 at http://ai.unibo.it http://ai.unibo.it/node/473#comments Teaching Activities http://ai.unibo.it/node/452 <span property="schema:name" class="field field-name-title field-formatter-string field-type-string field-label-hidden">Teaching Activities</span> <span rel="schema:author" class="field field-name-uid field-formatter-author field-type-entity-reference field-label-hidden"><a title="View user profile." href="/user/11" lang="" about="/user/11" typeof="schema:Person" property="schema:name" datatype="" content="michele.lombardi2@unibo.it" class="username">michele.lombar…</a></span> <span property="schema:dateCreated" content="2012-02-21T23:17:53+00:00" class="field field-name-created field-formatter-timestamp field-type-created field-label-hidden">Wed, 22/02/2012 - 00:17</span> <div class="field field-node-field-access-restrictions field-entity-reference-type-taxonomy-term field-formatter-entity-reference-label field-name-field-access-restrictions field-type-entity-reference field-label-hidden"><div class="field__items"><div class="field__item field__item--everyone"> <span class="field__item-wrapper"><a href="/taxonomy/term/2" hreflang="en">Everyone</a></span> </div></div> </div> <div property="schema:text" class="clearfix text-formatted field field-node--body field-formatter-text-default field-name-body field-type-text-with-summary field-label-hidden has-single"><div class="field__items"><div property="schema:text" class="field__item"><p>This Section is devoted to teching activities of the AI group in Bologna. Professors in the group are responsible for several AI and Computers Science related courses the the Engineering Faculty.</p> <p>Since this section is quite new, we only provide a link to the web-site of the course <a href="http://ai.unibo.it/teaching/sistint1112">Sistemi Intelligenti M</a> (Intelligent Systems M), in Italian.</p> </div></div> </div> Tue, 21 Feb 2012 23:17:53 +0000 michele.lombardi2@unibo.it 452 at http://ai.unibo.it http://ai.unibo.it/node/452#comments Conformance Checking of Executed Clinical Guidelines in Presence of Basic Medical Knowledge http://ai.unibo.it/node/450 <span class="field field-name-title field-formatter-string field-type-string field-label-hidden">Conformance Checking of Executed Clinical Guidelines in Presence of Basic Medical Knowledge</span> <span class="field field-name-uid field-formatter-author field-type-entity-reference field-label-hidden"><a title="View user profile." href="/user/4" lang="" about="/user/4" typeof="schema:Person" property="schema:name" datatype="" content="federico.chesani@unibo.it" class="username">federico.chesa…</a></span> <span class="field field-name-created field-formatter-timestamp field-type-created field-label-hidden">Sun, 19/02/2012 - 22:26</span> Sun, 19 Feb 2012 21:26:01 +0000 federico.chesani@unibo.it 450 at http://ai.unibo.it http://ai.unibo.it/node/450#comments On the Clinical Guidelines Topic http://ai.unibo.it/node/440 <span property="schema:name" class="field field-name-title field-formatter-string field-type-string field-label-hidden">On the Clinical Guidelines Topic</span> <span rel="schema:author" class="field field-name-uid field-formatter-author field-type-entity-reference field-label-hidden"><a title="View user profile." href="/user/4" lang="" about="/user/4" typeof="schema:Person" property="schema:name" datatype="" content="federico.chesani@unibo.it" class="username">federico.chesa…</a></span> <span property="schema:dateCreated" content="2011-09-20T13:11:10+00:00" class="field field-name-created field-formatter-timestamp field-type-created field-label-hidden">Tue, 20/09/2011 - 15:11</span> <div class="field field-node-field-access-restrictions field-entity-reference-type-taxonomy-term field-formatter-entity-reference-label field-name-field-access-restrictions field-type-entity-reference field-label-hidden"><div class="field__items"><div class="field__item field__item--everyone"> <span class="field__item-wrapper"><a href="/taxonomy/term/2" hreflang="en">Everyone</a></span> </div></div> </div> <div property="schema:text" class="clearfix text-formatted field field-node--body field-formatter-text-default field-name-body field-type-text-with-summary field-label-hidden has-single"><div class="field__items"><div property="schema:text" class="field__item"><p>Sui progetti europei:</p> <ul> <li>Pagina relativa alel call ICT http://ec.europa.eu/research/participants/portal/page/cooperation#ict</li> <li>Un possibile partner industriale: Noemalife http://www.noemalife.com/en/home/</li> <li>Work Programme 2011-2012 (vedi <a href="/system/files/ict-wp-2011-12_en.pdf">attachment</a>)</li> <li>Call 8 su ICT (vedi <a href="/system/files/ICTcall8.doc">attachment</a>)</li> </ul> <p>&nbsp;</p> <p>Possibili related per articoli:</p> <ul> <li>ASBRU http://www.asgaard.tuwien.ac.at/asbruview/index.html</li> <li>van der Aalst http://www.win.tue.nl/declare/wp-content/papercite-data/pdf/clinical_guidelines.pdf</li> <li>Valutazione di vdAalst dei sistemi per linee guida secondo criteri workflow, presentato a BPM2006 http://www.win.tue.nl/declare/wp-content/papercite-data/pdf/clinical_guidelines.pdf</li> <li>Paper di Homerson e Lucas sulla Verification of Medical Guidelines (vedi <a href="/system/files/lucasTKDE2007.pdf">attachment</a>)</li> </ul> <p>&nbsp;</p> <p>Per comodità, l'articolo presentato a ProHealth 2011 (vedi <a href="/system/files/ProHealth2011_downloadedFromEasychair.pdf">attachment</a>)</p></div></div> </div> Tue, 20 Sep 2011 13:11:10 +0000 federico.chesani@unibo.it 440 at http://ai.unibo.it http://ai.unibo.it/node/440#comments MPOpt-Cell: a high-performance data-flow programming environment for the CELL BE processor http://ai.unibo.it/node/437 <span class="field field-name-title field-formatter-string field-type-string field-label-hidden">MPOpt-Cell: a high-performance data-flow programming environment for the CELL BE processor</span> <span class="field field-name-uid field-formatter-author field-type-entity-reference field-label-hidden"><a title="View user profile." href="/user/11" lang="" about="/user/11" typeof="schema:Person" property="schema:name" datatype="" content="michele.lombardi2@unibo.it" class="username">michele.lombar…</a></span> <span class="field field-name-created field-formatter-timestamp field-type-created field-label-hidden">Tue, 30/08/2011 - 18:20</span> Tue, 30 Aug 2011 16:20:44 +0000 michele.lombardi2@unibo.it 437 at http://ai.unibo.it http://ai.unibo.it/node/437#comments Methods for Designing Reliable Probe Arrays http://ai.unibo.it/node/436 <span class="field field-name-title field-formatter-string field-type-string field-label-hidden">Methods for Designing Reliable Probe Arrays</span> <span class="field field-name-uid field-formatter-author field-type-entity-reference field-label-hidden"><a title="View user profile." href="/user/11" lang="" about="/user/11" typeof="schema:Person" property="schema:name" datatype="" content="michele.lombardi2@unibo.it" class="username">michele.lombar…</a></span> <span class="field field-name-created field-formatter-timestamp field-type-created field-label-hidden">Tue, 30/08/2011 - 18:19</span> Tue, 30 Aug 2011 16:19:52 +0000 michele.lombardi2@unibo.it 436 at http://ai.unibo.it http://ai.unibo.it/node/436#comments A constraint based approach to cyclic RCPSP http://ai.unibo.it/node/421 <span class="field field-name-title field-formatter-string field-type-string field-label-hidden">A constraint based approach to cyclic RCPSP</span> <span class="field field-name-uid field-formatter-author field-type-entity-reference field-label-hidden"><a title="View user profile." href="/user/9" lang="" about="/user/9" typeof="schema:Person" property="schema:name" datatype="" content="michela.milano@unibo.it" class="username">michela.milano…</a></span> <span class="field field-name-created field-formatter-timestamp field-type-created field-label-hidden">Tue, 21/06/2011 - 14:01</span> Tue, 21 Jun 2011 12:01:31 +0000 michela.milano@unibo.it 421 at http://ai.unibo.it