<!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>Quality Metrics to Evaluate Flexible Timeline-based Plans</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Alessandro Umbrico</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andrea Orlandini</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marta Cialdea Mayer</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Dipartimento di Ingegneria Universita` degli Studi Roma Tre</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Istituto di Scienze e Tecnologie della Cognizione Consiglio Nazionale delle Ricerche</institution>
          ,
          <addr-line>Roma</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>Timeline-based Planning has been successfully applied in several contexts to solve Planning and Scheduling (P&amp;S) problems. A key enabling feature of the timeline-based approach to planning is its capability of dealing with temporal flexibility. Temporal flexibility is an important feature in real world scenarios. Indeed, it can be exploited by an executive system for robust on-line execution of flexible plans in order to absorb possible delays during the execution. In this regard, it is useful to define quality metrics to evaluate the robustness of flexible timeline-based plans. In this paper, a set of quality metrics for flexible timelinebased plans are defined and discussed when applied to a specific timeline-based framework. In fact, we consider the framework EPSL, developed to support the design of P&amp;S applications, that allows the definition of different planners endowed with specific heuristics. Then, an experimental analysis is presented exploiting the planners to solve planning problem instances related to a real-world manufacturing case study. And, finally, an evaluation of planners performance is presented and discussed comparing results also considering robustness of generated plans.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        The Timeline-based approach to planning has been successfully applied in several real
world scenarios, especially in space like contexts [
        <xref ref-type="bibr" rid="ref1 ref2 ref3 ref4">1,2,3,4</xref>
        ]. Besides these applications,
several timeline-based Planning and Scheduling (P&amp;S) systems have been deployed to
define domain specific applications, see for example EUROPA [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], IXTET [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ],
APSITRF [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Like in classical planning [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], it is important to consider different aspects of
the plans generated by timeline-based P&amp;S systems, in order to evaluate their quality.
Some temporal metrics have been defined in the literature for temporal networks (often
used to represent timeline-based plans) and scheduling [
        <xref ref-type="bibr" rid="ref10 ref9">9,10</xref>
        ]. In general these
metrics characterize the robustness of a schedule by considering the temporal constraints
between its activities.
      </p>
      <p>
        Analogously, the robustness of a timeline-based plan can be evaluated by means of
similar measures, which are to be defined without relying on the underlying temporal
network (TN). This is particularly important when time flexibility is taken into account.
In fact, representing a flexible timeline-based plan as a TN (or a schedule) entails a sort
of simplification of the associated plan structure causing a lost of information on the
“dependencies” among its components which can usefully be taken into account. Such
information is useful both to generate the plan, as described in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], and to make a more
detailed analysis of the temporal features which are relevant to evaluate the overall plan
robustness. For instance, some timeline in the plan can “dominate” the behavior of other
timelines, since its temporal deviations are most likely to propagate to the others.
      </p>
      <p>
        This paper represents a first step towards the characterization of temporal qualities
of flexible timeline-based plans. After a brief presentation of the basic concepts
underlying flexible timeline-based planning, some of such metrics are introduced. Their
concrete application is shown by using planners implemented in the EPSL
(Extensible Planning and Scheduling Library) framework [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. EPSL is a domain independent,
modular and extensible software environment supporting the development of
timelinebased applications. Recently, some improvements concerning the representation and
solving capabilities of EPSL have been presented in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Specifically, the framework is
enriched with the capability to model and reason on renewable resources and domain
independent heuristics supporting the planning process. The general structure of EPSL
allows for preserving “past experiences” by providing a set of ready-to-use algorithms,
strategies and heuristics that can be combined together. In this way, it is possible to
develop and evaluate different solving configurations in order to find the one which
better addresses the features of the particular planning problem to be solved. This paper
resorts to the EPSL framework and its application to a real-world manufacturing case
study, in order to evaluate and compare the performances of planners using different
heuristics and the robustness of the generated plans.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Flexible Timeline-based Planning</title>
      <p>
        This section briefly introduces the main concepts to define flexible timeline-based plans,
along the lines of [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. The timeline-based approach to P&amp;S aims at controlling a
complex system by synthesizing temporal behaviors of its features in terms of timelines. A
planning domain is modeled as a set of features, represented by multi-valued state
variables, that must be controlled over time. Causal and temporal constraints specify, for
each feature, the set V of the values the variable may assume, the allowed value
transitions (by means of a function T : V ! 2V ), and the allowed minimum and maximum
duration of each valued interval (by means of a function D associating to each value
v 2 V a pair of time values). Moreover, the values of different state variables may be
linked by (so-called) synchronization rules, requiring that, for every time interval where
a given state variable x has the value v, there exist other time intervals where either the
same or other state variables assume some given values, which are related by some
temporal relation. All these constraints are specified in the domain specification. The
planning process aims at synthesizing temporal flexible plans that satisfy the domain
constraints and fulfill some given goals.
      </p>
      <p>
        The evolution of a single temporal feature over a temporal horizon is called the
timeline of that feature. In general, plans synthesized by temporal P&amp;S systems may be
temporally flexible. They are made up of flexible timelines, describing transition events
that are associated with temporal intervals (with given lower and upper bounds), instead
of exact temporal occurrences. In other words, a flexible plan describes an envelope of
possible solutions aimed at facing uncertainty during actual execution. In this regard,
they can be exploited by an executive system for robust execution. Some formalizations
have been recently proposed to describe timelines and timeline-based plans [
        <xref ref-type="bibr" rid="ref13 ref14">13,14</xref>
        ].
      </p>
      <p>
        Broadly speaking a timeline consists of a sequence of values that are temporally
qualified by means of tokens. A token specifies the temporal interval (start and end
times) assigned to a specific value over a timeline. Flexible tokens specify a flexible
interval for values over timelines (i.e. values have a start interval and end interval, instead
of time points) and, as proposed in [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], they can be defined as follows (where T is the
set of “time points” and T1 denotes T [ f1g):
Definition 1 Let x = (V; T; D) be a state variable describing the set of allowed values
V , the value transition function T and the value duration function D for a domain
feature. A flexible token for the state variable x is a tuple of the form
      </p>
      <p>(xi; v; (b; b0); (e; e0); (d; d0))
where i 2 N; b; b0; e; e0; d 2 T; d0 2 T1; v 2 V; b &lt; e0 and dmin
where (dmin; dmax) = D(v). The element xj is the token identifier.
d &lt; d0
dmax,
Definition 2 A flexible timeline for x is a finite sequence of flexible tokens for x, whose
identifiers are x0; x1; :::; xk:</p>
      <p>F T Lx = (x0; v0; (b0; b00); (e0; e00); (d0; d00))</p>
      <p>:::(xk; vk; (bk; b0k); (ek; e0k); (dk; d0k))
1, ei = bi+1; e0i = b0i+1 and vi+1 2 T (vi).
where b0 = b00 = 0, ek = e0k = H is the temporal horizon of the timeline and for all
i = 0; :::; k</p>
      <p>A flexible token represents the set of its instances, i.e. the set of all non-flexible
tokens that satisfy the value duration constraints. Similarly a flexible timeline F T Lx
represents the set of its instances. Namely, an instance of a flexible timeline F T Lx is
made up of a sequence of instances of the tokens of F T Lx and an instance of a set FTL
of timelines is a set of instances of the timelines in FTL.</p>
      <p>However the representation of flexible plans must include also information about
the relations that have to hold between tokens in order to satisfy the synchronization
rules of the planning domain. Thus, the representation of flexible plans must include
also a set of temporal relations on tokens, guaranteeing that such rules are satisfied.</p>
      <p>Let us consider two flexible tokens, with token identifiers xi and yk, belonging
respectively to the state variables x and y. A synchronization rule of the domain may
require that the flexible token xi precedes the flexible token yk. In such a case the
set of temporal relations of included in the flexible plan must contain the relations
xi before yk (i.e. e0x &lt; by) in order to satisfy the synchronization rule of the domain.</p>
      <p>
        Like in [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], a small set of primitive temporal relations can be considered, in terms
of which all the usual quantitative constraints can be defined, such as, for instance,
the relations xi contains[lb1;ub1][lb2;ub2] yk and xi overlaps[lb1;ub1][lb2;ub2] yk (where
lbj 2 T and ubj 2 T1, for j = 1; 2) .
      </p>
      <p>Definition 3 A flexible plan over the horizon H is a pair (FTL, R), where FTL is a
set of flexible timelines over the same horizon H and R is a set of relations on tokens,
involving token identifiers in some timelines in FTL.</p>
      <p>A flexible plan represents the set of its instances. An instance of a plan =(FTL,
R) is an instance of FTL that respects the relations in R. When there are different ways
how a synchronization rule can be satisfied by the same set of flexible timelines FTL,
each flexible plan represents a choice among them, and different plans with the same set
FLT and different sets of relations R represent different ways to satisfy synchronization
rules.</p>
      <p>A planner like those described in the following can leave timelines open on the
right, i.e. they can leave an undefined temporal interval at the end of a timeline. This
means that the planner does not decide which is the temporal evolution of the timeline
after its last meaningful token.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Characterizing Robustness for Timeline-based Plans</title>
      <p>Given a flexible timeline-based planner it is important to define some metrics that allow
to characterize the capacity of the generated plans to absorb temporal deviations, i.e.
their robustness. In this section, some quality metrics concerning temporal features of
plans are introduced.</p>
      <p>
        There are several works in the literature that define quality metrics for evaluating
plans and planning algorithms [
        <xref ref-type="bibr" rid="ref16 ref17 ref18 ref8">8,16,17,18</xref>
        ]. In this regards we consider temporal
metrics such as fluidity and disruptibility (introduced by [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] to characterize the robustness
of schedules on temporal networks), in order to check temporal flexibility and provide
an assessment of the robustness of timeline-based plans. In particular we adapt
fluidity and disruptibility metrics to timelines and define the notion of the makespan of a
timeline to indicate the “useful” portion of a timeline. Note that the term “makespan” is
typically used in scheduling problems to express the maximum duration of a schedule.
Here, we are using the same term with a slightly different meaning.
      </p>
      <p>The timeline fluidity metric is an estimate of the capacity of the timeline to absorb
temporal deviations w.r.t. other timelines. It is defined as follows:
Definition 4 If F T Lx is a flexible timeline for the state variable x, the fluidity of the
timeline w.r.t. the other timelines F T Ly of the plan is
(xi;yj)
(F T Lx) = Pxi2F T Lx;yj2F T Ly H n (n 1)
100
where xi is a token in the timeline F T Lx, yj is a token in a timeline F T Ly 6= F T Lx,
H is the temporal horizon of the plan, and n is the number of tokens involved in the
computation.</p>
      <p>Fluidity is computed by taking into account the temporal slack between tokens, that
is a measure of the temporal flexibility between the end time of a token and the start
time of another one:
(xi; yj ) = jdmax(xiend; ysjtart)
dmin(xiend; ysjtart)j
where dmax and dmin are respectively the maximum and minimum allowed temporal
distances between the end time of xi and the start time of yj .</p>
      <p>The higher is the value of the fluidity of a timeline F T Lx, the higher is the capacity
of other timelines of the plan to absorb its temporal deviations. Namely the higher is
the value, the lower is the risk of cascading changes on other timelines of the plan. This
metric provides a measure of temporal dependencies among the timelines of the plan.</p>
      <p>The timeline disruptibility metric measures the amount of changes in a plan caused
by the introduction of a delay in a timeline and is defined as follows:
Definition 5 If F T Lx is a flexible timeline for the state variable x, the disruptibility of
the timeline w.r.t. other timelines F T Ly of the plan is
(0;xi)
(F T Lx) = n1 Pxi2F T Lx;yj2F T Ly jfyj:yj2 (xi; )gj
where xi and yj are token of the timelines F T Lx and F T Ly, respectively. (xi; ) is
the set of tokens in the plan that change after the introduction of a delay on the token
xi 2 F T Lx.</p>
      <p>Disruptibility is computed by taking into account the slack (0; xi) of tokens, which
is a measure of the temporal flexibility between the temporal origin of the timeline and
the start time of the token.</p>
      <p>(0; xi) = jdmax(0; xistart)
dmin(0; xistart)j
It is a measure of the flexible temporal allocation of the token over the timeline.</p>
      <p>The disruptibility metric (F T Lx) counts the number of changes (temporal
deviations) in the plan due to a temporal delay on tokens xi of the timeline F T Lx.</p>
      <p>Finally the makespan metric of a timeline is a measure of the temporal flexibility
between the last (meaningful) token of a timeline and the temporal horizon, when the
timeline leaves an undefined temporal interval at its end.</p>
      <p>Definition 6 Given a flexible timeline F T Lx for the state variable x with k tokens, the
makespan of the timeline is
(x) =
(xk;H)</p>
      <p>H
100
where (xk; H) is the slack between the last token of the timeline xk 2 F T Lx and the
horizon H
(xi; H) = jdmax(xiend; H)
dmin(xiend; H)j
It is a measure of the portion of timeline left to be used.</p>
      <p>The higher is the value of (F T Lx), the larger is the width of the flexible distance
between the last token of F T Lx and the horizon.</p>
      <p>In the next section we consider a case study in order to make an experimental
evaluations of the different planners we have defined by means of our timeline-based planning
framework EPSL. In particular we aim at characterizing qualities of plans generated
using different planner configurations. It is also interesting to evaluate relations among
the defined metrics as, in some cases, metrics may be in contrast. This means that it is
not possible to obtain a plan with the maximum level of all desired qualities but that the
planner must be carefully configured in order to obtain the desired balance among all
desired qualities
4</p>
    </sec>
    <sec id="sec-4">
      <title>Extensible Planning and Scheduling Library</title>
      <p>
        EPSL [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] is a layered framework built on top of APSI-TRF1 [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. It aims at defining a
flexible software environment for supporting the design and development of
timelinebased applications. The key point of EPSL flexibility is its interpretation of a planner as
a “modular” solver which combines together several elements to carry out its solving
process.
      </p>
      <p>EPSL  framework  </p>
      <sec id="sec-4-1">
        <title>Applica&gt;on  </title>
      </sec>
      <sec id="sec-4-2">
        <title>Search  </title>
      </sec>
      <sec id="sec-4-3">
        <title>Engine  </title>
      </sec>
      <sec id="sec-4-4">
        <title>Heuris&gt;cs  </title>
      </sec>
      <sec id="sec-4-5">
        <title>Microkernel  </title>
      </sec>
      <sec id="sec-4-6">
        <title>Modeling  Layer  -­‐  APSI-­‐TRF  </title>
        <p>1 APSI-TRF is a software framework developed for the European Space Agency by the Planning
and Scheduling Technology Laboratory at CNR (in Rome, Italy).</p>
        <p>The Engine layer is the element responsible for managing the portfolio of
algorithms, called resolvers, available to EPSL-based planners. Resolver encapsulate the
logic for refining timeline-based plans. Each resolver, solves some specific conditions
(called flaws) that threat the completeness or correctness of a plan. The set of available
resolvers characterizes the expressiveness of the framework. Namely they determine
what EPSL-based planners can actually do to solve problems.</p>
        <p>Finally the Application layer is the top-most element which carries out the solving
process and finds a solution if any. EPSL architecture allows to define modular
planner instances which can be configured in different ways according to the particular
feature of the problem to address. An EPSL-user configure planners by selecting the
elements (e.g. heuristics, strategies and resolvers) that compose the application instance.
Similarly the user can also extend EPSL capabilities by integrating domain-specific
elements.</p>
        <p>EPSL solving approach is a standard plan refinement search procedure which can be
adapted to the particular problem to solve by changing the the planner configuration. As
a matter of fact the particular strategy or heuristic applied can strongly affect planner
behaviour and performances. In particular, the planner has two important choice points
during a the search: (i) node selection choice concerning the selection of the search
space node to expand next and (ii) flaw selection choice concerning the selection of the
flaw to solve next in order to refine the current plan (i.e. node expansion).</p>
        <p>
          We focused our attention on the flaw selection choice which is not a backtracking
point of the search but, in our experience, a crucial aspect to enhance planner
performances. Indeed, a careful selection of the next flaw to solve can prune the search space
by cutting off branches that would not lead to solutions. Flaws can have dependencies,
indeed, and the resolution of a flaw can simplify the resolution of other flaws in the
plan. In this regard, EPSL allows to define heuristics that support the search in selecting
the most promising flaws to solve. Typically these heuristics encapsulate some
evaluation criteria that allow to rate plan flaws by taking into account one or more feature.
In [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ], we developed a domain independent heuristic, called Hierarchical Flaw
Selection heuristic (HFS), which rate flaws by analyzing the hierarchical structure of a
timeline-based domain.
4.1
        </p>
        <sec id="sec-4-6-1">
          <title>Hierarchical Flaw Selection heuristic</title>
          <p>A timeline-based domain specifies relations between different timelines by means of
synchronization rules. Thus, given a timeline A and a timeline B, a synchronization
rule SA;B from a token x 2 A to a token y 2 B implies a dependency between these
timelines. Namely, tokens on timeline B are subject to tokens on timeline A.</p>
          <p>
            Therefore, it is possible to build a Dependency Graph (DG) among timelines by
looking at synchronization rules. Figure 2(a) shows a set of timelines with
synchronization rules and Figure 2(b) shows the resulting dependency graph (note that the
dependency graph defined here is different from the graph used in EUROPA2 [
            <xref ref-type="bibr" rid="ref19">19</xref>
            ]).
          </p>
          <p>The DG encodes dependencies among timelines, and a hierarchy can be extracted
by analysing the graph. An edge from a node A to a node B in the DG represents a
dependency between timeline A and timeline B (i.e. tokens of timeline B depend on
tokens of timeline A). Consequently the hierarchy level of timeline A is not lower than
the hierarchy level of B. If no path in the DG connects B to A, then A is at a higher
level in the hierarchy than B (i.e. timeline A is more independent than timeline B).
Conversely if A is connected to B and vice-versa in the DG (i.e. a cycle is detected) then
timelines A and B have the same hierarchical level, and they are said to be hierarchically
equivalent. For instance the hierarchy extracted from the DG in Figure 2 is A C
B D.</p>
          <p>
            Usually planning domain specifications that follow a hierarchical modeling
approach (like the approach described in [
            <xref ref-type="bibr" rid="ref11">11</xref>
            ]), generate a non-flat hierarchy of timelines
(and sometimes even an acyclic DG).
          </p>
          <p>SA,C  </p>
          <p>SA,B  
A  
B  </p>
          <p>SC,B  
C  </p>
          <p>SC,D  
D  
(a)</p>
          <p>SB,D  </p>
          <p>A</p>
          <p>SA,B  
SA,C  </p>
          <p>B</p>
          <p>SB,D
(b)</p>
          <p>SC,B  
C</p>
          <p>SC,D  </p>
          <p>D</p>
          <p>The HFS exploits this hierarchy to define a flaw hierarchy feature and characterize
the independency degree of plan flaws. The idea is to solve first “independent” flaws,
i.e. flaws belonging to the top most timeline in the hierarchy (e.g. flaws on timeline A
w.r.t. Figure 2), in order to simplify the resolution of “dependent” flaws. In addition to
the hierarchy feature, HFS uses a flaw type feature to define a structure for the solving
process and the flaw degree feature to characterize the criticality of a flaw (similarly to
the fail first principle in constraint satisfaction problems).</p>
          <p>The HFS selects the best flaw to solve next by combining together all the features
described above as a pipeline of filters:
0( ) f!h
1( ) f!t
2( ) f!d
3( ) !
2
3( )
where fh filters plan flaws according to the flaw hierarchy feature (i.e. it returns
only the subset of flaws belonging to the most independent timeline of the hierarchy),
ft filters flaws according to the flaw type feature and fd filters flaws according to the
flaw degree feature. Then, given a set of flaws of a plan 0( ) every filter extracts
the subset of the relevant flaws according to the related feature. The pipeline resulting
set 3( ) 0( ) is composed by flaws representing equivalent choices from the
heuristic point of view, so HFS randomly select the “best” one to solve next 2 3( ).</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Experimental Evaluation</title>
      <p>The objective of the experimental analysis is to evaluate flexible timeline-based plans
generated by EPSL-based planners with different configurations. In particular we
evaluate plans by considering the fluidity and makespan metrics3 as well as the planners time
performances. In this regards, we use two configurations of EPSL-based planners by
selecting two different heuristic functions: (i) the HFS planner, using the HFS
heuristic; (ii) the TFS planner (Type Flaw Selection planner), which uses a heuristic function
based only on the flaw type feature to select flaws (configuration used before the
introduction of the HFS heuristc).
5.1</p>
      <sec id="sec-5-1">
        <title>A pilot plant</title>
        <p>
          Here, we consider a pilot plant involved in an on-going research project called Generic
Evolutionary Control Knowledge-based mOdule (GECKO): a manufacturing system for
Printed Circuit Boards (PCB) recycling [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ]. The objective of the system is to analyze
defective PCBs, automatically diagnose their faults and, depending on the gravity of
the malfunctions, attempt an automatic repair of the PCBs or send them directly to
shredding.
        </p>
        <p>The pilot plant contains 6 working machines (M1,..., M6) that are connected by
means of a Reconfigurable Transportation System (RTS), composed of mechatronic
components, i.e., transport modules. Figure 3(a) provides a picture of a transport
module. Each module combines three transportation units. The units might be either
unidirectional or bidirectional; specifically the bidirectional units enable the lateral
movement (i.e., cross-transfers) between two transportation modules. Thus, each transport
module can support two main (straight) transfer services and one to many cross-transfer
services. Figure 3(b) depicts two possible configurations.</p>
        <p>Configuration 1 supports the forward (F) and backward (B) transfer capabilities
as well as the left (LC1) and right (RC1) cross transfer capabilities. Configuration 2
extends Configuration 1 by integrating a further bidirectional transportation unit with
cross transfer capabilities LC2 and RC2. The maximum number of bidirectional units
within a module is limited just by its straight length (three, in this particular case). The
transport modules can be connected back to back to form a set of different conveyor
layouts. The manufacturing process requires PCBs to be loaded on a fixturing system
(pallet) in order to be transported and processed by the machines. The transportation
system is to move one or more pallets and each pallet can be either empty or loaded
with a PCB to be processed.</p>
        <p>Such an RTS generally allows for a number of possible routing solutions for each
single pallet which is associated to a given destination. Transport modules control
systems have to cooperate in order to define the paths the pallets have to follow to reach
their destinations. These paths are to be computed at runtime, according to the actual
status and the overall conditions of the shop floor (i.e., no static routes are used to move
pallets).</p>
        <p>3 In this preliminary experimental analysis, disruptibility metric does not provide relevant data
! C B
2
C
R
2
C
R
2CR2 B
R
2CL2C B
L2C BB !!
L
2
C
L
2
R
C
L2
F ARU</p>
        <p>IIFT1CARUGOONNIIFT1CARUGOONNIIFT1CARUGOONNIIFT2CARUGOONNIIFT1CARUGOONNIIFT2CARUOONNIIFT2CARUGOONNIIFT2CARUGOONNIIFT2CARUGOON FFFFFFFFF 1CL1CRL11CCRL11CCRL11CCRL11CRL11CCRL11CCRL11CCRL11CCR
(a) IFCGON (bL1C)</p>
        <p>ITO R</p>
        <p>Fig. 3. (a) A transport module; (b) The1Nir transfer s1Cervices</p>
        <p>
          The description of the distributed architecture and some experimental results
regarding the feasibility of the distributed approach w.r.t. the part routing problem can be
found in [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]. Transportation Modules (TMs) rely on P&amp;S technology to synthesize
activities for supporting the work flow within the shop floor. As a matter of fact TM
agents are endowed with Timeline-based planners (build on top of EPSL framework)
that assess modules’ internal capabilities during the part routing computation process
and build modules’ plans for coordination and transportation task.
        </p>
        <p>Figure 4 shows the timeline-based model of a generic transportation module (TM)
of the GECKO case study extended with energy consumption resource to estimate
energy consumption profile of transportation tasks. The Channel state variable models
the high-level transporting tasks the TM is able to perform. Each value of the Channel
state variable models a particular transportation task indicating the ports of the
module involved in the execution of the task. For instance Channel F B models the task of
transporting a pallet form port F to port B w.r.t. Figure 3(b).</p>
        <p>The Change-Over state variable models the set of internal configuration the
transportation module can assume in order to actually exchange pallets with other modules.</p>
        <p>Namely configurations identify the internal paths a pallet can follows to traverse the
module. For instance, CO F B in Figure 4 represents the configuration needed to
transport a pallet from port F to port B.</p>
        <p>The Energy-Consumption resource models the energy consumption policy o the
TM. It estimates the energy consumption of transportation tasks of the module, i.e.
the energy requirements for channel activities of the module. Activities such as moving
conveyors or cross transfers require energy to be performed and we model a system
requirement which entails that the instant energy consumption of TMs cannot exceed
a predefined limit for safety and optimization reasons of the physical device. In this
way, the planner must organize activities in order to not violate the energy consumption
constraint of the module.</p>
        <p>B
B
B
B
!
!
Idle  </p>
        <p>Available  
Neighbor-­‐B  </p>
        <p>Channel_F_B  </p>
        <p>...</p>
        <p>Channel_B_F  </p>
        <p>Channel_R1_L3  
Neighbor-F</p>
        <p>Neighbor-­‐R  </p>
        <p>Not  
Available  </p>
        <p>Neighbor-­‐L  </p>
        <p>A set of external state variables complete the domain by modeling possible states
of TM’s neighbor modules. Neighbors are modeled by means of external state variables
because they are not under the control of the module. Namely, the TM cannot decide
the state of its neighbors. However it is important to monitor their status because a
TM must cooperate with them in order to successfully carry out its tasks. For instance
the TM must cooperate with Neighbor F and Neighbor B to successfully perform a
Channel F B task. Therefore Neighbor F and Neighbor B must be Available during
task “execution”.</p>
        <p>Finally a set of synchronization rules specify how a TM implements its channel
tasks. Figure 4 groups these rules in the dotted arrows between state variables for
readability reasons. These rules specify operative constraints (causal and temporal
constraints) describing the sequence of internal configurations and “external” conditions
needed to safely perform Channel tasks. For instance, a synchronization rule for the
Channel F B task require that the module must be set in configuration CO F B and
that neighbor F and neighbor B must be Available during the “execution” of the task.
5.2</p>
      </sec>
      <sec id="sec-5-2">
        <title>Evaluating Plan Robustness</title>
        <p>In the GECKO case study we have defined four planning domain variants by considering
different physical configurations of a TM of the manufacturing plant, i.e., by varying
the number of cross-transfer units composing the module and under the assumption that
module’s neighbors are always available for cooperation. Namely, the tests were run on
the following planning domains: (i) simple, the configuration with no cross transfer; (ii)
single, the configuration with only one cross transfer unit; (iii) double, the configuration
with two cross transfer units; (iv) full, the configuration with three cross transfer units
(the maximum allowed in the case study we considered). The higher is the number
of available cross transfers, the higher is the number of elements and constraints the
planner has to deal with at solving time.
70"</p>
        <p>The charts in Figure 5 show the solving time trends of the EPSL-based planners
(within a timeout of 180 seconds) w.r.t. the growing dimension of the planning problem
(i.e. a growing number of goals) and the growing complexity of the module to control
(i.e. the number of available cross transfers). The results show that the HFS planner
dominates TFS planner on the considered planning domains. The introduction of the
HFS heuristic in the solving process entails a general improvement of the performances
in terms of both solving time and scalability of framework.</p>
        <p>Let us consider the subset of problems solved by both HFS and TFS planners in
Figure 5 and make a comparison of generated plans. Figure 6 compares the generated
plans by considering the fluidity metric previously introduced.</p>
        <p>The chart in Figure 6(a) shows the trend of the fluidity of the plans w.r.t. the growing
complexity of the addressed problems in terms of number of goals and constraints to
manage. Results show that the higher is the complexity of the problems the lower is the
amount of fluidity of the generated plans. Thus, as expected, the higher is the number
of tokens on timelines the higher is the probability that a temporal deviation on a token
causes temporal deviations on tokens of other timelines.</p>
        <p>The charts in Figure 6(b) and (c) compare respectively the total fluidity and the
average makespan of the generated plans. Results show that TFS planner generates
plans more robust than HFS planner w.r.t. fluidity metric. The total fluidity of the plans
generated by TFS planner, indeed, is higher than the total fluidity of the plans generated
by HFS planner. Thus, the introduction of HFS heuristic in the solving process seems to
70 
60 
50 
40 
30 
20 
10 
0 
70"
lead to a loss of the robustness of the generated plans despite a significant improvement
of the solving capabilities as shown in Figure 5.</p>
        <p>This can be explained by considering that the TFS planner maintains a “complete”
view of the plan during the solving process. The planner reasons about the overall plan
by taking into account all the timelines of the domain, so that it can organize the tokens
on timelines as best as it can. Conversely, the HFS planner maintains a “local” view of
the plan which is related to single timelines of the domain. Namely, the HFS planner
builds one timeline at a time. Therefore, when the planner must manage “intermediate”
timelines, its choices are partially constrained by the choices made before.</p>
        <p>This behavior of HFS heuristic can lead also to a loss of performances in some
specific cases such as the simple domain in Figure 5(a). The chart shows that, despite the
general trend, the TFS planner performs better than HFS planner in the simple domain.
Because of its “local” approach, the HFS planner is not able to effectively organize
tokens on timelines as TFS planner does. In particular TFS planner is able to efficiently
group tokens of channel timeline requiring the same configuration of the module, i.e.
the same type of token on the change-over timeline. Conversely the HFS reasons on
one timeline at a time, so it is not able to group tokens requiring the same configuration
on channel timelines. As a consequence the planner must manage much more tokens
on the change-over timeline increasing the complexity of the problem resolution.
change-­‐over 
fluidity 
HFS  TFS 
(a)
change-­‐over 
makespan 
HFS  TFS 
(b)
channel 
energy 
channel 
energy 
Fig. 7. Comparison of plans generated for the simple domain on: (a) the total fluidity, (b) the
average makespan HFS$overall$fluidity$</p>
        <p>As a matter of fact the chart of Figure 7(a) shows that the fluidity of the change-over
timeline in the TFS generated plans is quite higher than the fluidity of the same timeline
in the HFS generated plans.</p>
        <p>Finally the introduction and analysis of temporal metrics allow also to extract useful
information about planning domains. Let us consider the contribution of single
timelines to the total fluidity of the generated plans shown in Figure 8.</p>
        <p>channel'
change)over'</p>
        <p>energy'
HFS  overall  fluidity  </p>
        <p>TFS  overall  fluidity  
(a)
(b)</p>
        <p>It is possible to see that, regardless the heuristic applied during the solving process,
the relationships among domain timelines remain constant. The charts in Figure 8, show
that, in general, the energy timeline is the one with the highest value of fluidity while
the channel timeline is the one with the lowest value of fluidity. Thus, the channel
timeline is the most critical one w.r.t. the robustness of the plan. Namely a temporal
deviation on a token of the channel timeline is more likely to produce side effects on
other timelines of the domain than tokens on other timelines. This sort of information is
very interesting since they can be used to classify planning domains and introduce some
learning mechanism to adapt the solving process to the specific features of a planning
domain.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Conclusions and Future works</title>
      <p>In this paper we have presented our preliminary work about the introduction of quality
metrics to evaluate the robustness of flexible timeline-based plans. In particular, we have
adapted some temporal metrics defined in scheduling to timelines. Then we have
introduced EPSL, a timeline-based planning framework we use to design and develop P&amp;S
applications. Finally we made an experimental evaluation of two EPSL-based planners
on a manufacturing case study.</p>
      <p>Experimental results have shown how temporal metrics allow to make an
assessment of the heuristics applied during the solving process. In particular, temporal metrics
let us able to evaluate EPSL-based planners both from the solving performance and the
plan quality point of views. An important issue to be addressed in future works is the
introduction of a “dynamic” measure of flexibility in order to make a deeper analysis
and assessment of the robustness of a plan. In particular we believe that an analysis
of this sort is especially needed to provide a valid estimate of the disruptibility metric.
Another objective is to develop some parametrized search heuristics heuristcs allowing
to exploit temporal features of (partial-)plans during the solving process.</p>
      <p>Moreover the experimental results have shown that these metrics charaterize
information about the structure and relationships among domain timelines. Thus, another
interesting future goal is to introduce some learning mechanism for dynamically
adapting heuristics to the specific features of the problem to address.</p>
      <p>Acknowledgments. Andrea Orlandini is partially supported by the Italian Ministry
for University and Research (MIUR) and CNR under the GECKO Project (Progetto
Bandiera “La Fabbrica del Futuro”).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Muscettola</surname>
          </string-name>
          , N.:
          <article-title>HSTS: Integrating Planning and Scheduling</article-title>
          . In Zweben, M. and
          <string-name>
            <surname>Fox</surname>
          </string-name>
          , M.S., ed.: Intelligent Scheduling. Morgan Kauffmann (
          <year>1994</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Jonsson</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Morris</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Muscettola</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rajan</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Planning in Interplanetary Space: Theory and Practice</article-title>
          .
          <source>In: Proceedings of the 5th International Conference on AI Planning and Scheduling (AIPS)</source>
          .
          <article-title>(</article-title>
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Cesta</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cortellessa</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Denis</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Donati</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fratini</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oddi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Policella</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rabenau</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schulster</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>MEXAR2: AI Solves Mission Planner Problems</article-title>
          .
          <source>IEEE Intelligent Systems</source>
          <volume>22</volume>
          (
          <issue>4</issue>
          ) (
          <year>2007</year>
          )
          <fpage>12</fpage>
          -
          <lpage>19</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Ceballos</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bensalem</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cesta</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>de Silva</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fratini</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ingrand</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , Oco´n, J.,
          <string-name>
            <surname>Orlandini</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Py</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rajan</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rasconi</surname>
            , R., van Winnendael,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>A Goal-Oriented Autonomous Controller for space exploration</article-title>
          .
          <source>In: Proceedings of the 11th Symposium on Advanced Space Technologies in Robotics and Automation (ASTRA)</source>
          .
          <article-title>(</article-title>
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Barreiro</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boyce</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Do</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frank</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Iatauro</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kichkaylo</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Morris</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ong</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Remolina</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>EUROPA: A Platform for AI Planning, Scheduling, Constraint Programming, and Optimization</article-title>
          .
          <source>In: ICKEPS</source>
          <year>2012</year>
          :
          <article-title>the 4th Int. Competition on Knowledge Engineering for Planning and Scheduling</article-title>
          . (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Ghallab</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Laruelle</surname>
          </string-name>
          , H.:
          <article-title>Representation and control in ixtet, a temporal planner</article-title>
          .
          <source>In: AIPS</source>
          . Volume
          <year>1994</year>
          . (
          <year>1994</year>
          )
          <fpage>61</fpage>
          -
          <lpage>67</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Cesta</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fratini</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>The Timeline Representation Framework as a Planning and Scheduling Software Development Environment</article-title>
          .
          <source>In: PlanSIG-08. Proc. of the 27th Workshop of the UK Planning and Scheduling</source>
          Special Interest Group, Edinburgh,
          <string-name>
            <surname>UK</surname>
          </string-name>
          , December
          <volume>11</volume>
          -
          <fpage>12</fpage>
          . (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Roberts</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Howe</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ray</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Evaluating diversity in classical planning</article-title>
          .
          <source>In: Proceedings of the 24th International Conference on Planning and Scheduling (ICAPS)</source>
          .
          <article-title>(</article-title>
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Policella</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>S.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cesta</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oddi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Generating robust schedules through temporal flexibility</article-title>
          .
          <source>In: ICAPS</source>
          . Volume
          <volume>4</volume>
          . (
          <year>2004</year>
          )
          <fpage>209</fpage>
          -
          <lpage>218</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Cesta</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oddi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>S.F.</given-names>
          </string-name>
          :
          <article-title>Profile-based algorithms to solve multiple capacitated metric scheduling problems</article-title>
          . In: AIPS. (
          <year>1998</year>
          )
          <fpage>214</fpage>
          -
          <lpage>223</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Umbrico</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Orlandini</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cialdea</surname>
            <given-names>Mayer</given-names>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          :
          <article-title>Enriching a timeline-based planner with resources and hierarchical reasoning</article-title>
          .
          <source>In: Proceedings of the 14th Conference of the Italian Association for Artificial Intelligence (AIxIA)</source>
          .
          <article-title>(2015) To appear</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Cesta</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Orlandini</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Umbrico</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Toward a general purpose software environment for timeline-based planning</article-title>
          . In: 20th RCRA International Workshop on”
          <article-title>Experimental Evaluation of Algorithms for solving problems with combinatorial explosion</article-title>
          . (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <given-names>Cialdea</given-names>
            <surname>Mayer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Orlandini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Umbrico</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <article-title>A formal account of planning with flexible timelines</article-title>
          .
          <source>In: The 21st International Symposium on Temporal Representation and Reasoning (TIME)</source>
          ,
          <source>IEEE</source>
          (
          <year>2014</year>
          )
          <fpage>37</fpage>
          -
          <lpage>46</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Cimatti</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Micheli</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roveri</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Timelines with temporal uncertainty</article-title>
          .
          <source>In: AAAI</source>
          . (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <given-names>Cialdea</given-names>
            <surname>Mayer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Orlandini</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <article-title>An executable semantics of flexible plans in terms of timed game automata</article-title>
          .
          <source>In: The 22st International Symposium on Temporal Representation and Reasoning (TIME)</source>
          .
          <article-title>(2015) To appear</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Benton</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Coles</surname>
            ,
            <given-names>A.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Coles</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Temporal planning with preferences and time-dependent continuous costs</article-title>
          .
          <source>In: Proceedings of the 22nd International Conference on Automated Planning and Scheduling (ICAPS)</source>
          . Volume
          <volume>77</volume>
          . (
          <year>2012</year>
          )
          <fpage>78</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>D.E.</given-names>
          </string-name>
          :
          <article-title>Choosing objectives in over-subscription planning</article-title>
          .
          <source>In: Proceedings of the 14th International Conference on Automated Planning and Scheduling (ICAPS)</source>
          . Volume
          <volume>4</volume>
          . (
          <year>2004</year>
          )
          <fpage>393</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Nau</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ghallab</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Measuring the performance of automated planning systems</article-title>
          .
          <source>Technical report, DTIC Document</source>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Bernardini</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>D.E.</given-names>
          </string-name>
          :
          <article-title>Towards search control via dependency graphs in europa2 (</article-title>
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Borgo</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cesta</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Orlandini</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rasconi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suriano</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Umbrico</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Towards a cooperative -based control architecture for a reconfigurable manufacturing plant</article-title>
          .
          <source>In: 19th IEEE International Conference on Emerging Technologies and Factory Automation (ETFA</source>
          <year>2014</year>
          ), IEEE (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Carpanzano</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cesta</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Orlandini</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rasconi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Valente</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Intelligent dynamic part routing policies in plug&amp;produce reconfigurable transportation systems</article-title>
          .
          <source>CIRP Annals - Manufacturing Technology</source>
          <volume>63</volume>
          (
          <issue>1</issue>
          ) (
          <year>2014</year>
          )
          <fpage>425</fpage>
          -
          <lpage>428</lpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>