<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>An Overview of ASP Applications in the Health-care Domain</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Carmine Dodaro</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Giuseppe Galata`</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marco Maratea</string-name>
          <email>marcog@dibris.unige.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ivan Porro</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>DIBRIS, University of Genova</institution>
          ,
          <addr-line>Genova</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>SurgiQ srl</institution>
          ,
          <addr-line>Genova</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Answer Set Programming is a (nonmonotic) knowledge representation and reasoning framework that has been employed in a number of applications. In this paper, we focus on two recent applications in the health-care domain.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Modern hospitals operate 24 hours a day, 7 days for week, and they frequently have to
deal with several complex combinatorial problems. Such problems are usually the
target for the application of logic formalisms such as Answer Set Programming (ASP).
Indeed, the simple syntax [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] and the intuitive semantics [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ], combined with the
availability of robust implementations (see, e.g. [
        <xref ref-type="bibr" rid="ref28 ref4 ref40 ref41">4, 28, 41, 40</xref>
        ]), also results of the ASP
Competition series (see, e.g. [
        <xref ref-type="bibr" rid="ref19 ref30 ref31 ref32 ref33 ref39">31, 32, 19, 33, 39, 30</xref>
        ]), make ASP an ideal candidate for
addressing such problems. As a matter of fact, ASP has been successfully used in
several research areas, including Artificial Intelligence [
        <xref ref-type="bibr" rid="ref10 ref14 ref9">14, 9, 10</xref>
        ], Bioinformatics [
        <xref ref-type="bibr" rid="ref25 ref37">25, 37</xref>
        ],
Hydroinformatics [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ], and Databases [
        <xref ref-type="bibr" rid="ref42">42</xref>
        ]; more recently ASP has been applied to
solve industrial applications [
        <xref ref-type="bibr" rid="ref2 ref22 ref23">2, 22, 23</xref>
        ]. In this paper, we report a brief survey of two
problems in the health-care domain which have been recently solved by means of an
ASP encoding, namely the Nurse Scheduling problem (NSP) and the Operating Room
Scheduling (ORS) problem.
      </p>
      <p>
        The NSP [
        <xref ref-type="bibr" rid="ref17 ref20">17, 20</xref>
        ] consists of generating a schedule of working and rest days for
nurses working in hospital units. The schedule should determine the shift assignments
of nurses for a predetermined window of time, and must satisfy requirements imposed
by the Rules of Procedure of hospitals. A proper solution to the NSP is crucial to
guarantee the high level of quality of health-care, to improve the degree of satisfaction of
nurses and the recruitment of qualified personnel.
      </p>
      <p>
        The ORS [
        <xref ref-type="bibr" rid="ref1 ref11 ref38 ref43">1, 11, 38, 43</xref>
        ] problem consists of assigning patients to operating rooms,
taking into account different specialties, surgery durations, and operating room shift
durations. Given that patients may have priorities, the solution has to find an
accommodation for the patients with highest priorities, and then to the other with lower priorities
if space is still available. A proper solution to the ORS problem is important for
improving the whole quality of the health-care and the satisfaction of patients. Indeed, modern
hospitals are often characterized by long surgical waiting lists, which are caused by
inefficiencies in operating room planning, leading to an obvious dissatisfaction of
patients.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Nurse Scheduling Problem</title>
      <p>The Nurse Scheduling problem (NSP) consists of generating a schedule of working and
rest days for nurses working in hospital units. The schedule should determine the shift
assignments of nurses for a predetermined window of time, and must satisfy
requirements imposed by the Rules of Procedure of hospitals. A proper solution to the NSP is
crucial to guarantee the high level of quality of health-care, to improve the degree of
satisfaction of nurses and the recruitment of qualified personnel.</p>
      <p>
        In recent years, several approaches to solve NSP have been proposed. They
usually differ from each other since different requirements are considered. In particular,
the main differences concern (i) the planning periods; (ii) the different type of shifts;
(iii) the requirements related to the coverage of shifts, i.e. the number of personnel
needed for every shift; and (iv) other restrictions on the rules of nurses (see [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] for
more detailed information). Other requirements depend on the different policies of the
considered hospitals. Thus, this makes the different strategies not directly comparable.
      </p>
      <p>
        Solving technologies reported in the literature range from mathematical to
metaheuristics approaches, including solutions based on integer programming [
        <xref ref-type="bibr" rid="ref13 ref15">13, 15</xref>
        ],
genetic algorithms [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], fuzzy approaches [
        <xref ref-type="bibr" rid="ref45">45</xref>
        ], and ant colony optimization algorithms
[
        <xref ref-type="bibr" rid="ref35">35</xref>
        ], to mention a few. Detailed and comprehensive surveys on NSP can be found in
[
        <xref ref-type="bibr" rid="ref17 ref20">17, 20</xref>
        ].
      </p>
      <p>
        The ASP approaches have been described in [
        <xref ref-type="bibr" rid="ref24 ref7">7, 24</xref>
        ]. They are based on a
formalization of the NSP as described by an Italian hospital. In particular, three different types of
requirements have been considered, namely hospital, nurses, and balance requirements.
      </p>
      <p>Hospital requirements include the different types of shifts that can be considered,
namely morning (7 A.M. – 2 P.M.), afternoon (2 P.M. – 9 P.M.), and night (9 P.M.
– 7 A.M.). In order to ensure the best assistance program for patients, each shift is
associated with a minimum and a maximum number of nurses that must be present in
the hospital.</p>
      <p>Nurses requirements are expressed to guarantee a fair workload between nurses.
Therefore, a limit on the minimum and maximum number of working hours per year
is imposed. Moreover, additional requirements are imposed to ensure an adequate rest
period to each nurse: (a) nurses are legally guaranteed 30 days of paid vacation, (b)
the starting time of a shift must be at least 24 hours later than the starting time of the
previous shift, and (c) each nurse has at least two rest days each fourteen days window.
In addition, after two consecutive working nights there is one special rest day which is
not included in the rest days of (c).</p>
      <p>Finally, balance requirements ensure that the number of times a nurse can be
assigned to morning, afternoon and night shifts is fixed in a range.</p>
      <p>
        The ASP encodings have been tested on an instance provided by an Italian
hospital which includes 41 nurses and several fixed holidays for each nurse. The results
of the experiment were reported in [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ], where the ASP systems CLINGO [
        <xref ref-type="bibr" rid="ref27 ref29">27, 29</xref>
        ]
and WASP [
        <xref ref-type="bibr" rid="ref21 ref6">6, 21</xref>
        ] configured with the core-based algorithms [
        <xref ref-type="bibr" rid="ref4 ref5">4, 5</xref>
        ] were compared to
SAT solvers LINGELING [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], GLUCOSE [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] and the mathematical programming tool
GUROBI3. The best result overall was obtained by CLINGO which is able to find a
schedule in 43 seconds, while GUROBI found a schedule in approximately 17 minutes, and
other tested solvers were not able to find a schedule in less than 1 hour. A scalability
analysis has been also performed, which confirmed the mentioned relative results.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Operating Room Scheduling</title>
      <p>According to a study carried on by National Health Service (NHS) England, NHS
hospitals could carry out 280,000 more non-emergency operations a year by organizing
operating room schedules (ORS) better4. On the one hand OR resources are often
allocated on a historical basis and time allocation can bear little relation to the need
associated with the procedure being performed, on the other hand bed shortages remain
a major issue for surgery and there is a need of having protected beds and OR time for
planned surgery and separate emergency OR lists5.</p>
      <p>One way this problem can be addressed is by optimizing ORS. The ORS problem
can be broken down into two segments: production of an initial schedule for a given
time unit (e.g. day, week, or month) and generation of altered schedules based on
complications or conflicts that require changes in the initial schedule.</p>
      <p>
        Previous works in the ORS problem include for the initial schedule production those
by Aringhieri et al. [
        <xref ref-type="bibr" rid="ref11 ref38">11, 38</xref>
        ], Abedini et al. [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], Molina-Pariente et al. [
        <xref ref-type="bibr" rid="ref43">43</xref>
        ], Zhang et al.
[
        <xref ref-type="bibr" rid="ref46">46</xref>
        ] and for the production of the altered schedules Shu et al. [
        <xref ref-type="bibr" rid="ref44">44</xref>
        ].
      </p>
      <p>In the following we will call a registration each single planned surgery inserted in
the hospital waiting list. A registration is associated to a patient and is characterized by
a predicted surgery duration and length of stay (LOS) in the hospital ward, it is assigned
to a specialty (e.g. General Surgery, Orthopedics) and has a priority score, which takes
into account two different factors: the surgical procedure urgency and the time already
spent in the waiting list. We have chosen to classify each registration according to three
different priority categories, namely P1, P2 and P3. The first one gathers either very
urgent registrations or the ones that have been longer in the waiting list; these
registrations must be assigned to the ORS. The P2 registrations should be assigned but can
be postponed in case of necessity, while the last category collects the registrations that
may be used to fill any possible hole left in the schedule.</p>
      <p>The schedule is organized in a series of OR time blocks, uniquely identified by the
OR id and the time and date when the block is scheduled. The number and distribution
of the OR blocks available for each specialty during the whole planning period is given
by the cyclic timetable of the hospital, referred to as the Master Surgical Schedule
(MSS) and set beforehand by the hospital management.</p>
      <p>The overall goal of our formulation of the ORS problem is to assign the maximum
number of registrations, subject to the following constraints:
3 http://www.gurobi.com
4 http://www.bbc.com/news/health-41727535
5 https://www.rcseng.ac.uk/news-and-events/media-centre/
press-releases/nhs-improvement-theatre-improvement/
– each registration assigned to a OR block must belong to the same specialty
associated to the block,
– each registration must be assigned to a single block and to a bed of the specialty
associated to the block by the MSS for all the LOS,
– the sum of the surgery durations of the registrations assigned to a OR block must
not exceed the length of the block itself,
– the number of occupied beds for each specialty and each day must not exceed the
available beds,
– the registrations belonging to the priority category P1 must all be assigned, while
the number of unassigned registrations belonging to the other categories must be
minimized, prioritizing the P2 ones.</p>
      <p>Moreover, the user can interact with the algorithm through an interface that allows to
add so called “customizable constraints”, that express user requirements and
preferences such as imposing or forbidding any number of OR blocks to a set of user selected
registrations.</p>
      <p>The result of the process described above is an optimized initial schedule which
could be later put into practice. However, in hospital units it is frequent that one planned
assignment of ORs cannot be fulfilled due to complications or conflicts that may occur
either during the surgery or before. In particular, some surgeries may be postponed due
to medical reasons or to delays provoked by the previous ones. In order to not defer
the postponed registrations for too long, it is often necessary to reallocate them to an
already scheduled OR block, thus potentially disrupting the initial schedule. Therefore,
in such cases it is required to compute a new schedule which reallocates every surgical
procedure not yet executed (i.e. the ones in OR blocks not started yet and the postponed
ones) to the OR blocks and, at the same time, minimizes the differences with the
previously computed initial schedule, obviously excluding the part of the schedule already
passed at the reassignment time. This problem is usually referred to as rescheduling.</p>
      <p>Most of the constraints defined above for the production of the initial schedule
remain valid in the rescheduling case, with the exception of the priority related one: since
we aim to reallocate every registration, there is no need to use their priority category
during the rescheduling. In the occurrence that this is not possible because the overall
duration of the registrations to be reallocated is superior to the available time in the OR
blocks, one or more can be excluded from the rescheduling, manually by the user or by
a separate algorithm that starts from the registrations placed in the last OR block of the
initial schedule and had the lowest priorities.</p>
      <p>The other difference between initial schedule production and the rescheduling is the
objective function. In the latter case the goal is to minimize the difference in days
between the new and old assignments for each registration, as opposed to the minimization
of the unassigned registrations in the former case.</p>
      <p>
        We performed an empirical analysis of our ASP solutions for the scheduling and
rescheduling problems. For the initial scheduling problem, data have been randomly
generated but having parameters and sizes inspired by real data, then a part of the
results of the planning has been used as input for the rescheduling, simulating a disrupted
schedule. Both experiments were run on a Intel Core i7-7500U CPU @ 2.70GHz with
7.6 GB of physical RAM. The ASP system used was CLINGO [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ], version 5.5.2. Our
tests show that our scheduling solution obtains around 95% of efficiency after few
seconds of computation on planning length of 5 days usually used in Italian hospitals. Our
solution also enjoys good scalability property, having an efficiency over or equal to
90% for planning periods up to 10 days, i.e. double w.r.t. the target period. Also our
rescheduling solution reached positive results.
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>Conclusions</title>
      <p>
        In this paper we have shown two applications in the health-care domain where ASP
has been proficiently employed. Another related application, we did not focus on, is
presented in [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ], where authors represented and evaluated the Outpatient Day Service
Operations with ASP methodology.
      </p>
      <p>About future works, we first plan to compare our ORS solution to other approaches.
We further plan to evaluate ASP in other problems in the health-care domain, e.g. the
generation of optimized schedules for night shift hospital operators, in order to assign
in (possibly) a few seconds to each operator the most effective list of tasks taking into
account constraints such as the type, priority and duration of the tasks to be assigned
and the number of required operators.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Abedini</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ye</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Operating Room Planning under Surgery Type and Priority Constraints</article-title>
          .
          <source>Procedia Manufacturing</source>
          <volume>5</volume>
          ,
          <fpage>15</fpage>
          -
          <lpage>25</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Abseher</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gebser</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Musliu</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schaub</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Woltran</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>Shift design with answer set programming</article-title>
          .
          <source>Fundam. Inform</source>
          .
          <volume>147</volume>
          (
          <issue>1</issue>
          ),
          <fpage>1</fpage>
          -
          <lpage>25</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Aickelin</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dowsland</surname>
            ,
            <given-names>K.A.</given-names>
          </string-name>
          :
          <article-title>An indirect genetic algorithm for a nurse-scheduling problem</article-title>
          .
          <source>Computers &amp; OR</source>
          <volume>31</volume>
          (
          <issue>5</issue>
          ),
          <fpage>761</fpage>
          -
          <lpage>778</lpage>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Alviano</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dodaro</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Anytime answer set optimization via unsatisfiable core shrinking</article-title>
          .
          <source>TPLP</source>
          <volume>16</volume>
          (
          <issue>5-6</issue>
          ),
          <fpage>533</fpage>
          -
          <lpage>551</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Alviano</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dodaro</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Unsatisfiable core shrinking for anytime answer set optimization</article-title>
          . In: Sierra,
          <string-name>
            <surname>C</surname>
          </string-name>
          . (ed.)
          <source>IJCAI</source>
          . pp.
          <fpage>4781</fpage>
          -
          <lpage>4785</lpage>
          . ijcai.
          <source>org</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Alviano</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dodaro</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leone</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ricca</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Advances in WASP</article-title>
          .
          <source>In: LPNMR. LNCS</source>
          , vol.
          <volume>9345</volume>
          , pp.
          <fpage>40</fpage>
          -
          <lpage>54</lpage>
          . Springer (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Alviano</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dodaro</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maratea</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>An advanced answer set programming encoding for nurse scheduling</article-title>
          .
          <source>In: AI*IA. LNCS</source>
          , vol.
          <volume>10640</volume>
          , pp.
          <fpage>468</fpage>
          -
          <lpage>482</lpage>
          . Springer (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Alviano</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dodaro</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maratea</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>Nurse (re)scheduling via answer set programming</article-title>
          .
          <source>Intelligenza Artificiale</source>
          (2018 To appear)
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Amendola</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dodaro</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leone</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ricca</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>On the application of answer set programming to the conference paper assignment problem</article-title>
          .
          <source>In: AI*IA. Lecture Notes in Computer Science</source>
          , vol.
          <volume>10037</volume>
          , pp.
          <fpage>164</fpage>
          -
          <lpage>178</lpage>
          . Springer (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Amendola</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Greco</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leone</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Veltri</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Modeling and reasoning about NTU games via answer set programming</article-title>
          .
          <source>In: IJCAI 2016</source>
          . pp.
          <fpage>38</fpage>
          -
          <lpage>45</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Aringhieri</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Landa</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soriano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tnfani</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Testi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>A two level metaheuristic for the operating room scheduling and assignment problem</article-title>
          .
          <source>Computers &amp; Operations Research</source>
          <volume>54</volume>
          ,
          <fpage>21</fpage>
          -
          <lpage>34</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Audemard</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Simon</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Extreme cases in SAT problems</article-title>
          . In: Creignou,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Berre</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.L</surname>
          </string-name>
          . (eds.)
          <source>SAT. LNCS</source>
          , vol.
          <volume>9710</volume>
          , pp.
          <fpage>87</fpage>
          -
          <lpage>103</lpage>
          . Springer (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Azaiez</surname>
            ,
            <given-names>M.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sharif</surname>
            ,
            <given-names>S.S.A.:</given-names>
          </string-name>
          <article-title>A 0-1 goal programming model for nurse scheduling</article-title>
          .
          <source>Computers &amp; OR</source>
          <volume>32</volume>
          ,
          <fpage>491</fpage>
          -
          <lpage>507</lpage>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Balduccini</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gelfond</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Watson</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nogueira</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>The USA-Advisor: A case study in answer set planning</article-title>
          .
          <source>In: LPNMR. LNCS</source>
          , vol.
          <volume>2173</volume>
          , pp.
          <fpage>439</fpage>
          -
          <lpage>442</lpage>
          . Springer (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Bard</surname>
            ,
            <given-names>J.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Purnomo</surname>
            ,
            <given-names>H.W.</given-names>
          </string-name>
          :
          <article-title>Preference scheduling for nurses using column generation</article-title>
          .
          <source>European Journal of Operational Research</source>
          <volume>164</volume>
          (
          <issue>2</issue>
          ),
          <fpage>510</fpage>
          -
          <lpage>534</lpage>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Biere</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Fro¨hlich, A.:
          <article-title>Evaluating CDCL variable scoring schemes</article-title>
          .
          <source>In: SAT. LNCS</source>
          , vol.
          <volume>9340</volume>
          , pp.
          <fpage>405</fpage>
          -
          <lpage>422</lpage>
          . Springer (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Burke</surname>
            ,
            <given-names>E.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Causmaecker</surname>
            ,
            <given-names>P.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berghe</surname>
            ,
            <given-names>G.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Landeghem</surname>
            ,
            <given-names>H.V.:</given-names>
          </string-name>
          <article-title>The state of the art of nurse rostering</article-title>
          .
          <source>J. Scheduling</source>
          <volume>7</volume>
          (
          <issue>6</issue>
          ),
          <fpage>441</fpage>
          -
          <lpage>499</lpage>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Calimeri</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Faber</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gebser</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ianni</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kaminski</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krennwallner</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leone</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ricca</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schaub</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>ASP-Core-2 Input Language Format (</article-title>
          <year>2013</year>
          ), https://www.mat. unical.it/aspcomp2013/files/ASP-CORE-
          <volume>2</volume>
          .01c.pdf
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Calimeri</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gebser</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maratea</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ricca</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Design and results of the Fifth Answer Set Programming Competition</article-title>
          .
          <source>Artificial Intelligence</source>
          <volume>231</volume>
          ,
          <fpage>151</fpage>
          -
          <lpage>181</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Cheang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lim</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rodrigues</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Nurse rostering problems - a bibliographic survey</article-title>
          .
          <source>European Journal of Operational Research</source>
          <volume>151</volume>
          (
          <issue>3</issue>
          ),
          <fpage>447</fpage>
          -
          <lpage>460</lpage>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Dodaro</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alviano</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Faber</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leone</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ricca</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sirianni</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>The birth of a WASP: preliminary report on a new ASP solver</article-title>
          .
          <source>In: CILC. CEUR Workshop Proceedings</source>
          , vol.
          <volume>810</volume>
          , pp.
          <fpage>99</fpage>
          -
          <lpage>113</lpage>
          . CEUR-WS.org (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Dodaro</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gasteiger</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leone</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Musitsch</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ricca</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schekotihin</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Combining answer set programming and domain heuristics for solving hard industrial problems (application paper)</article-title>
          .
          <source>TPLP 16</source>
          (
          <issue>5-6</issue>
          ),
          <fpage>653</fpage>
          -
          <lpage>669</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Dodaro</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leone</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nardi</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ricca</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Allotment problem in travel industry: A solution based on ASP</article-title>
          .
          <source>In: RR. LNCS</source>
          , vol.
          <volume>9209</volume>
          , pp.
          <fpage>77</fpage>
          -
          <lpage>92</lpage>
          . Springer (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Dodaro</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maratea</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Nurse scheduling via answer set programming</article-title>
          .
          <source>In: LPNMR. LNCS</source>
          , vol.
          <volume>10377</volume>
          , pp.
          <fpage>301</fpage>
          -
          <lpage>307</lpage>
          . Springer (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Erdem</surname>
          </string-name>
          , E., O¨ ztok, U.:
          <article-title>Generating explanations for biomedical queries</article-title>
          .
          <source>TPLP</source>
          <volume>15</volume>
          (
          <issue>1</issue>
          ),
          <fpage>35</fpage>
          -
          <lpage>78</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Gavanelli</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nonato</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peano</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>An ASP approach for the valves positioning optimization in a water distribution system</article-title>
          .
          <source>J. Log. Comput</source>
          .
          <volume>25</volume>
          (
          <issue>6</issue>
          ),
          <fpage>1351</fpage>
          -
          <lpage>1369</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Gebser</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kaminski</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , Kaufmann,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Ostrowski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Schaub</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Wanko</surname>
          </string-name>
          ,
          <string-name>
            <surname>P.</surname>
          </string-name>
          :
          <article-title>Theory solving made easy with clingo 5. In: ICLP (Technical Communications)</article-title>
          .
          <source>OASICS</source>
          , vol.
          <volume>52</volume>
          , pp.
          <volume>2</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>2</lpage>
          :
          <fpage>15</fpage>
          .
          <string-name>
            <surname>Schloss Dagstuhl - Leibniz-Zentrum fuer Informatik</surname>
          </string-name>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Gebser</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kaufmann</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kaminski</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ostrowski</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schaub</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schneider</surname>
          </string-name>
          , M.T.:
          <article-title>Potassco: The potsdam answer set solving collection</article-title>
          .
          <source>AI Commun</source>
          .
          <volume>24</volume>
          (
          <issue>2</issue>
          ),
          <fpage>107</fpage>
          -
          <lpage>124</lpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Gebser</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kaufmann</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schaub</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Conflict-driven answer set solving: From theory to practice</article-title>
          .
          <source>Artif. Intell</source>
          .
          <volume>187</volume>
          ,
          <fpage>52</fpage>
          -
          <lpage>89</lpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Gebser</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leone</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maratea</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perri</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ricca</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schaub</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Evaluation techniques and systems for answer set programming: a survey</article-title>
          . In: Lang,
          <string-name>
            <surname>J</surname>
          </string-name>
          . (ed.)
          <source>Proceedings of the Twenty-Seventh International Joint Conference on Artificial Intelligence</source>
          ,
          <string-name>
            <surname>IJCAI</surname>
          </string-name>
          <year>2018</year>
          . pp.
          <fpage>5450</fpage>
          -
          <lpage>5456</lpage>
          . ijcai.
          <source>org</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Gebser</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maratea</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ricca</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>The Design of the Sixth Answer Set Programming Competition</article-title>
          .
          <source>In: LPNMR. LNCS</source>
          , vol.
          <volume>9345</volume>
          , pp.
          <fpage>531</fpage>
          -
          <lpage>544</lpage>
          . Springer (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Gebser</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maratea</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ricca</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>What's hot in the answer set programming competition</article-title>
          .
          <source>In: AAAI</source>
          . pp.
          <fpage>4327</fpage>
          -
          <lpage>4329</lpage>
          . AAAI Press (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Gebser</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maratea</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ricca</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>The sixth answer set programming competition</article-title>
          .
          <source>Journal of Artificial Intelligence Research</source>
          <volume>60</volume>
          ,
          <fpage>41</fpage>
          -
          <lpage>95</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Gelfond</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lifschitz</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Classical Negation in Logic Programs</article-title>
          and
          <string-name>
            <given-names>Disjunctive</given-names>
            <surname>Databases</surname>
          </string-name>
          . New Generation Comput.
          <volume>9</volume>
          (
          <issue>3</issue>
          /4),
          <fpage>365</fpage>
          -
          <lpage>386</lpage>
          (
          <year>1991</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <surname>Gutjahr</surname>
            ,
            <given-names>W.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rauner</surname>
            ,
            <given-names>M.S.:</given-names>
          </string-name>
          <article-title>An ACO algorithm for a dynamic regional nurse-scheduling problem in austria</article-title>
          .
          <source>Computers &amp; OR</source>
          <volume>34</volume>
          (
          <issue>3</issue>
          ),
          <fpage>642</fpage>
          -
          <lpage>666</lpage>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          36.
          <string-name>
            <surname>Ielpa</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guido</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Conforti</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Outpatient day service operations: A case study within rheumatology diseases management</article-title>
          . In: Cappanera,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Matta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Sahin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Vandaele</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Visintin</surname>
          </string-name>
          ,
          <string-name>
            <surname>F</surname>
          </string-name>
          . (eds.)
          <source>Health Care Systems Engineering: Proceedings of the International Conference on Health Care Systems Engineering (ICHCSE</source>
          <year>2017</year>
          ).
          <source>Proceedings in Mathematics &amp; Statistics</source>
          , vol.
          <volume>210</volume>
          , pp.
          <fpage>269</fpage>
          -
          <lpage>279</lpage>
          . Springer (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          37.
          <string-name>
            <surname>Koponen</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oikarinen</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Janhunen</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sa</surname>
          </string-name>
          ¨ila¨, L.:
          <article-title>Optimizing phylogenetic supertrees using answer set programming</article-title>
          .
          <source>TPLP</source>
          <volume>15</volume>
          (
          <issue>4-5</issue>
          ),
          <fpage>604</fpage>
          -
          <lpage>619</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          38.
          <string-name>
            <surname>Landa</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aringhieri</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soriano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tnfani</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Testi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>A hybrid optimization algorithm for surgeries scheduling</article-title>
          .
          <source>Operations Research for Health Care</source>
          <volume>8</volume>
          ,
          <fpage>103</fpage>
          -
          <lpage>114</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          39.
          <string-name>
            <surname>Lierler</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maratea</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ricca</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Systems, engineering environments, and competitions</article-title>
          .
          <source>AI</source>
          Magazine
          <volume>37</volume>
          (
          <issue>3</issue>
          ),
          <fpage>45</fpage>
          -
          <lpage>52</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          40.
          <string-name>
            <surname>Maratea</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pulina</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ricca</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>A multi-engine approach to answer-set programming</article-title>
          .
          <source>Theory and Practice of Logic Programming</source>
          <volume>14</volume>
          (
          <issue>6</issue>
          ),
          <fpage>841</fpage>
          -
          <lpage>868</lpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          41.
          <string-name>
            <surname>Maratea</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ricca</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Faber</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leone</surname>
          </string-name>
          , N.:
          <article-title>Look-back techniques and heuristics in DLV: Implementation, evaluation, and comparison to QBF solvers</article-title>
          .
          <source>Journal of Algorithms</source>
          <volume>63</volume>
          (
          <issue>1-3</issue>
          ),
          <fpage>70</fpage>
          -
          <lpage>89</lpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          42.
          <string-name>
            <surname>Marileo</surname>
            ,
            <given-names>M.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bertossi</surname>
            ,
            <given-names>L.E.</given-names>
          </string-name>
          :
          <article-title>The consistency extractor system: Answer set programs for consistent query answering in databases</article-title>
          .
          <source>Data Knowl. Eng</source>
          .
          <volume>69</volume>
          (
          <issue>6</issue>
          ),
          <fpage>545</fpage>
          -
          <lpage>572</lpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          43.
          <string-name>
            <surname>Molina-Pariente</surname>
            ,
            <given-names>J.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hans</surname>
            ,
            <given-names>E.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Framinan</surname>
            ,
            <given-names>J.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gomez-Cia</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>New heuristics for planning operating rooms</article-title>
          .
          <source>Computers &amp; Industrial Engineering</source>
          <volume>90</volume>
          ,
          <fpage>429</fpage>
          -
          <lpage>443</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          44.
          <string-name>
            <surname>Shu</surname>
            ,
            <given-names>A.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Subbaraj</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Phan</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <string-name>
            <surname>Operating Room Rescheduler</surname>
          </string-name>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          45.
          <string-name>
            <surname>Topaloglu</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Selim</surname>
          </string-name>
          , H.:
          <article-title>Nurse scheduling using fuzzy modeling approach</article-title>
          .
          <source>Fuzzy Sets and Systems</source>
          <volume>161</volume>
          (
          <issue>11</issue>
          ),
          <fpage>1543</fpage>
          -
          <lpage>1563</lpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          46.
          <string-name>
            <surname>Zhang</surname>
          </string-name>
          , J.,
          <string-name>
            <surname>Dridi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>El Moudni</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>A stochastic shortest-path MDP model with dead ends for operating rooms planning</article-title>
          . pp.
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          (
          <year>Sep 2017</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>