]> AND Private Git Repository - LiCO.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Merge branch 'master' of ssh://bilbo.iut-bm.univ-fcomte.fr/LiCO
authorMichel Salomon <michel.salomon@univ-fcomte.fr>
Thu, 8 Oct 2015 09:54:09 +0000 (11:54 +0200)
committerMichel Salomon <michel.salomon@univ-fcomte.fr>
Thu, 8 Oct 2015 09:54:09 +0000 (11:54 +0200)
Conflicts:
PeCO-EO/articleeo.aux
PeCO-EO/articleeo.log
PeCO-EO/articleeo.pdf

PeCO-EO/ESR.eps [new file with mode: 0644]
PeCO-EO/articleeo.aux [deleted file]
PeCO-EO/articleeo.bbl
PeCO-EO/articleeo.blg
PeCO-EO/articleeo.log [deleted file]
PeCO-EO/articleeo.pdf [deleted file]
PeCO-EO/articleeo.tex~

diff --git a/PeCO-EO/ESR.eps b/PeCO-EO/ESR.eps
new file mode 100644 (file)
index 0000000..ee607d4
--- /dev/null
@@ -0,0 +1,1460 @@
+%!PS-Adobe-2.0 EPSF-2.0
+%%BoundingBox: 53 53 536 402
+%%HiResBoundingBox: 54 53.5 535 401.5
+%%Creator: gnuplot 4.6 patchlevel 0
+%%CreationDate: Tue Sep 22 23:49:01 2015
+%%EndComments
+% EPSF created by ps2eps 1.68
+%%BeginProlog
+save
+countdictstack
+mark
+newpath
+/showpage {} def
+/setpagedevice {pop} def
+%%EndProlog
+%%Page 1 1
+%%BeginProlog
+/gnudict 256 dict def
+gnudict begin
+%
+% The following true/false flags may be edited by hand if desired.
+% The unit line width and grayscale image gamma correction may also be changed.
+%
+/Color false def
+/Blacktext false def
+/Solid false def
+/Dashlength 1 def
+/Landscape false def
+/Level1 false def
+/Rounded false def
+/ClipToBoundingBox false def
+/SuppressPDFMark false def
+/TransparentPatterns false def
+/gnulinewidth 5.000 def
+/userlinewidth gnulinewidth def
+/Gamma 1.0 def
+/BackgroundColor {-1.000 -1.000 -1.000} def
+%
+/vshift -36 def
+/dl1 {
+  10.0 Dashlength mul mul
+  Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
+} def
+/dl2 {
+  10.0 Dashlength mul mul
+  Rounded { currentlinewidth 0.75 mul add } if
+} def
+/hpt_ 31.5 def
+/vpt_ 31.5 def
+/hpt hpt_ def
+/vpt vpt_ def
+/doclip {
+  ClipToBoundingBox {
+    newpath 50 50 moveto 554 50 lineto 554 410 lineto 50 410 lineto closepath
+    clip
+  } if
+} def
+%
+% Gnuplot Prolog Version 4.4 (August 2010)
+%
+%/SuppressPDFMark true def
+%
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/N {newpath moveto} bind def
+/Z {closepath} bind def
+/C {setrgbcolor} bind def
+/f {rlineto fill} bind def
+/g {setgray} bind def
+/Gshow {show} def   % May be redefined later in the file to support UTF-8
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow {currentpoint stroke M 0 vshift R 
+       Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
+/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
+       Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
+/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R 
+       Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
+/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
+  /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
+/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
+ {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
+/BL {stroke userlinewidth 2 mul setlinewidth
+       Rounded {1 setlinejoin 1 setlinecap} if} def
+/AL {stroke userlinewidth 2 div setlinewidth
+       Rounded {1 setlinejoin 1 setlinecap} if} def
+/UL {dup gnulinewidth mul /userlinewidth exch def
+       dup 1 lt {pop 1} if 10 mul /udl exch def} def
+/PL {stroke userlinewidth setlinewidth
+       Rounded {1 setlinejoin 1 setlinecap} if} def
+3.8 setmiterlimit
+% Default Line colors
+/LCw {1 1 1} def
+/LCb {0 0 0} def
+/LCa {0 0 0} def
+/LC0 {1 0 0} def
+/LC1 {0 1 0} def
+/LC2 {0 0 1} def
+/LC3 {1 0 1} def
+/LC4 {0 1 1} def
+/LC5 {1 1 0} def
+/LC6 {0 0 0} def
+/LC7 {1 0.3 0} def
+/LC8 {0.5 0.5 0.5} def
+% Default Line Types
+/LTw {PL [] 1 setgray} def
+/LTb {BL [] LCb DL} def
+/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
+/LT0 {PL [] LC0 DL} def
+/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
+/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
+/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
+/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
+/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
+/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
+/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
+/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
+/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
+/Dia {stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  Pnt} def
+/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+ } def
+/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  Pnt} def
+/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke} def
+/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  Pnt} def
+/Star {2 copy Pls Crs} def
+/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath fill} def
+/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath fill} def
+/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
+  hpt neg vpt 1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt -1.62 mul V closepath stroke
+  Pnt} def
+/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
+  hpt neg vpt 1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt -1.62 mul V closepath fill} def
+/DiaF {stroke [] 0 setdash vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath fill} def
+/Pent {stroke [] 0 setdash 2 copy gsave
+  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
+  closepath stroke grestore Pnt} def
+/PentF {stroke [] 0 setdash gsave
+  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
+  closepath fill grestore} def
+/Circle {stroke [] 0 setdash 2 copy
+  hpt 0 360 arc stroke Pnt} def
+/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
+/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
+/C1 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 0 90 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C2 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 90 180 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C3 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 0 180 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C4 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 180 270 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C5 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 0 90 arc
+       2 copy moveto
+       2 copy vpt 180 270 arc closepath fill
+       vpt 0 360 arc} bind def
+/C6 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 90 270 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C7 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 0 270 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C8 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 270 360 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C9 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 270 450 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
+       2 copy moveto
+       2 copy vpt 90 180 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C11 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 0 180 arc closepath fill
+       2 copy moveto
+       2 copy vpt 270 360 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C12 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 180 360 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C13 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 0 90 arc closepath fill
+       2 copy moveto
+       2 copy vpt 180 360 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/C14 {BL [] 0 setdash 2 copy moveto
+       2 copy vpt 90 360 arc closepath fill
+       vpt 0 360 arc} bind def
+/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
+       vpt 0 360 arc closepath} bind def
+/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
+       neg 0 rlineto closepath} bind def
+/Square {dup Rec} bind def
+/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
+/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
+/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
+/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
+/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
+/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
+/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
+       exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
+/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
+/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
+       2 copy vpt Square fill Bsquare} bind def
+/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
+/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
+/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
+       Bsquare} bind def
+/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
+       Bsquare} bind def
+/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
+/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
+       2 copy vpt Square fill Bsquare} bind def
+/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
+       2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
+/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
+/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
+/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
+/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
+/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
+/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
+/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
+/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
+/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
+/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
+/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
+/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
+/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
+/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
+/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
+/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
+/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
+/DiaE {stroke [] 0 setdash vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke} def
+/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke} def
+/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke} def
+/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
+  hpt neg vpt 1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt -1.62 mul V closepath stroke} def
+/PentE {stroke [] 0 setdash gsave
+  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
+  closepath stroke grestore} def
+/CircE {stroke [] 0 setdash 
+  hpt 0 360 arc stroke} def
+/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
+/DiaW {stroke [] 0 setdash vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V Opaque stroke} def
+/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V Opaque stroke} def
+/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V Opaque stroke} def
+/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
+  hpt neg vpt 1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt -1.62 mul V Opaque stroke} def
+/PentW {stroke [] 0 setdash gsave
+  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
+  Opaque stroke grestore} def
+/CircW {stroke [] 0 setdash 
+  hpt 0 360 arc Opaque stroke} def
+/BoxFill {gsave Rec 1 setgray fill grestore} def
+/Density {
+  /Fillden exch def
+  currentrgbcolor
+  /ColB exch def /ColG exch def /ColR exch def
+  /ColR ColR Fillden mul Fillden sub 1 add def
+  /ColG ColG Fillden mul Fillden sub 1 add def
+  /ColB ColB Fillden mul Fillden sub 1 add def
+  ColR ColG ColB setrgbcolor} def
+/BoxColFill {gsave Rec PolyFill} def
+/PolyFill {gsave Density fill grestore grestore} def
+/h {rlineto rlineto rlineto gsave closepath fill grestore} bind def
+%
+% PostScript Level 1 Pattern Fill routine for rectangles
+% Usage: x y w h s a XX PatternFill
+%      x,y = lower left corner of box to be filled
+%      w,h = width and height of box
+%        a = angle in degrees between lines and x-axis
+%       XX = 0/1 for no/yes cross-hatch
+%
+/PatternFill {gsave /PFa [ 9 2 roll ] def
+  PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
+  PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
+  gsave 1 setgray fill grestore clip
+  currentlinewidth 0.5 mul setlinewidth
+  /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
+  0 0 M PFa 5 get rotate PFs -2 div dup translate
+  0 1 PFs PFa 4 get div 1 add floor cvi
+       {PFa 4 get mul 0 M 0 PFs V} for
+  0 PFa 6 get ne {
+       0 1 PFs PFa 4 get div 1 add floor cvi
+       {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
+ } if
+  stroke grestore} def
+%
+/languagelevel where
+ {pop languagelevel} {1} ifelse
+ 2 lt
+       {/InterpretLevel1 true def}
+       {/InterpretLevel1 Level1 def}
+ ifelse
+%
+% PostScript level 2 pattern fill definitions
+%
+/Level2PatternFill {
+/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
+       bind def
+/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke} 
+>> matrix makepattern
+/Pat1 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
+       0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
+>> matrix makepattern
+/Pat2 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
+       8 8 L 8 0 L 0 0 L fill}
+>> matrix makepattern
+/Pat3 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
+       0 12 M 12 0 L stroke}
+>> matrix makepattern
+/Pat4 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
+       0 -4 M 12 8 L stroke}
+>> matrix makepattern
+/Pat5 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
+       0 12 M 8 -4 L 4 12 M 10 0 L stroke}
+>> matrix makepattern
+/Pat6 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
+       0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
+>> matrix makepattern
+/Pat7 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
+       12 0 M -4 8 L 12 4 M 0 10 L stroke}
+>> matrix makepattern
+/Pat8 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
+       -4 0 M 12 8 L -4 4 M 8 10 L stroke}
+>> matrix makepattern
+/Pat9 exch def
+/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
+/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
+/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
+/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
+/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
+/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
+/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
+} def
+%
+%
+%End of PostScript Level 2 code
+%
+/PatternBgnd {
+  TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
+} def
+%
+% Substitute for Level 2 pattern fill codes with
+% grayscale if Level 2 support is not selected.
+%
+/Level1PatternFill {
+/Pattern1 {0.250 Density} bind def
+/Pattern2 {0.500 Density} bind def
+/Pattern3 {0.750 Density} bind def
+/Pattern4 {0.125 Density} bind def
+/Pattern5 {0.375 Density} bind def
+/Pattern6 {0.625 Density} bind def
+/Pattern7 {0.875 Density} bind def
+} def
+%
+% Now test for support of Level 2 code
+%
+Level1 {Level1PatternFill} {Level2PatternFill} ifelse
+%
+/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
+dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
+currentdict end definefont pop
+%
+% Encoding for ISO-8859-1 (also called Latin1)
+%
+/reencodeISO {
+dup dup findfont dup length dict begin
+{ 1 index /FID ne { def }{ pop pop } ifelse } forall
+currentdict /CharStrings known {
+       CharStrings /Idieresis known {
+               /Encoding ISOLatin1Encoding def } if
+} if
+currentdict end definefont
+} def
+/ISOLatin1Encoding [
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
+/parenleft/parenright/asterisk/plus/comma/minus/period/slash
+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
+/guillemotright/onequarter/onehalf/threequarters/questiondown
+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
+/yacute/thorn/ydieresis
+] def
+/MFshow {
+   { dup 5 get 3 ge
+     { 5 get 3 eq {gsave} {grestore} ifelse }
+     {dup dup 0 get findfont exch 1 get scalefont setfont
+     [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
+     get exch 4 get {Gshow} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
+     {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
+     get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
+     dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
+     show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
+     pop aload pop M} ifelse }ifelse }ifelse }
+     ifelse }
+   forall} def
+/Gswidth {dup type /stringtype eq {stringwidth} {pop (n) stringwidth} ifelse} def
+/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse }
+ {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
+     6 get Gswidth pop add} {pop} ifelse} ifelse} forall} def
+/MLshow { currentpoint stroke M
+  0 exch R
+  Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
+/MRshow { currentpoint stroke M
+  exch dup MFwidth neg 3 -1 roll R
+  Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
+/MCshow { currentpoint stroke M
+  exch dup MFwidth -2 div 3 -1 roll R
+  Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
+/XYsave    { [( ) 1 2 true false 3 ()] } bind def
+/XYrestore { [( ) 1 2 true false 4 ()] } bind def
+/Helvetica reencodeISO def
+Level1 SuppressPDFMark or 
+{} {
+/SDict 10 dict def
+systemdict /pdfmark known not {
+  userdict /pdfmark systemdict /cleartomark get put
+} if
+SDict begin [
+  /Title ()
+  /Subject (gnuplot plot)
+  /Creator (gnuplot 4.6 patchlevel 0)
+  /Author (ali)
+%  /Producer (gnuplot)
+%  /Keywords ()
+  /CreationDate (Tue Sep 22 23:49:01 2015)
+  /DOCINFO pdfmark
+end
+} ifelse
+end
+%%EndProlog
+%%Page: 1 1
+gnudict begin
+gsave
+doclip
+50 50 translate
+0.100 0.100 scale
+0 setgray
+newpath
+(Helvetica) findfont 110 scalefont setfont
+BackgroundColor 0 lt 3 1 roll 0 lt exch 0 lt or or not {gsave BackgroundColor C clippath fill grestore} if
+1.000 UL
+LTb
+539 352 M
+63 0 V
+4239 0 R
+-63 0 V
+stroke
+473 352 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 0)]
+] -36.7 MRshow
+1.000 UL
+LTb
+539 664 M
+63 0 V
+4239 0 R
+-63 0 V
+stroke
+473 664 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 10)]
+] -36.7 MRshow
+1.000 UL
+LTb
+539 975 M
+63 0 V
+4239 0 R
+-63 0 V
+stroke
+473 975 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 20)]
+] -36.7 MRshow
+1.000 UL
+LTb
+539 1287 M
+63 0 V
+4239 0 R
+-63 0 V
+stroke
+473 1287 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 30)]
+] -36.7 MRshow
+1.000 UL
+LTb
+539 1598 M
+63 0 V
+4239 0 R
+-63 0 V
+stroke
+473 1598 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 40)]
+] -36.7 MRshow
+1.000 UL
+LTb
+539 1910 M
+63 0 V
+4239 0 R
+-63 0 V
+stroke
+473 1910 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 50)]
+] -36.7 MRshow
+1.000 UL
+LTb
+539 2222 M
+63 0 V
+4239 0 R
+-63 0 V
+stroke
+473 2222 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 60)]
+] -36.7 MRshow
+1.000 UL
+LTb
+539 2533 M
+63 0 V
+4239 0 R
+-63 0 V
+stroke
+473 2533 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 70)]
+] -36.7 MRshow
+1.000 UL
+LTb
+539 2845 M
+63 0 V
+4239 0 R
+-63 0 V
+stroke
+473 2845 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 80)]
+] -36.7 MRshow
+1.000 UL
+LTb
+539 3156 M
+63 0 V
+4239 0 R
+-63 0 V
+stroke
+473 3156 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 90)]
+] -36.7 MRshow
+1.000 UL
+LTb
+539 3468 M
+63 0 V
+4239 0 R
+-63 0 V
+stroke
+473 3468 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 100)]
+] -36.7 MRshow
+1.000 UL
+LTb
+539 352 M
+0 63 V
+0 3053 R
+0 -63 V
+stroke
+539 242 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 0)]
+] -36.7 MCshow
+1.000 UL
+LTb
+886 352 M
+0 63 V
+0 3053 R
+0 -63 V
+stroke
+886 242 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 10)]
+] -36.7 MCshow
+1.000 UL
+LTb
+1233 352 M
+0 63 V
+0 3053 R
+0 -63 V
+stroke
+1233 242 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 20)]
+] -36.7 MCshow
+1.000 UL
+LTb
+1580 352 M
+0 63 V
+0 3053 R
+0 -63 V
+stroke
+1580 242 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 30)]
+] -36.7 MCshow
+1.000 UL
+LTb
+1927 352 M
+0 63 V
+0 3053 R
+0 -63 V
+stroke
+1927 242 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 40)]
+] -36.7 MCshow
+1.000 UL
+LTb
+2274 352 M
+0 63 V
+0 3053 R
+0 -63 V
+stroke
+2274 242 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 50)]
+] -36.7 MCshow
+1.000 UL
+LTb
+2621 352 M
+0 63 V
+0 3053 R
+0 -63 V
+stroke
+2621 242 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 60)]
+] -36.7 MCshow
+1.000 UL
+LTb
+2968 352 M
+0 63 V
+0 3053 R
+0 -63 V
+stroke
+2968 242 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 70)]
+] -36.7 MCshow
+1.000 UL
+LTb
+3314 352 M
+0 63 V
+0 3053 R
+0 -63 V
+stroke
+3314 242 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 80)]
+] -36.7 MCshow
+1.000 UL
+LTb
+3661 352 M
+0 63 V
+0 3053 R
+0 -63 V
+stroke
+3661 242 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 90)]
+] -36.7 MCshow
+1.000 UL
+LTb
+4008 352 M
+0 63 V
+0 3053 R
+0 -63 V
+stroke
+4008 242 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 100)]
+] -36.7 MCshow
+1.000 UL
+LTb
+4355 352 M
+0 63 V
+0 3053 R
+0 -63 V
+stroke
+4355 242 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 110)]
+] -36.7 MCshow
+1.000 UL
+LTb
+4702 352 M
+0 63 V
+0 3053 R
+0 -63 V
+stroke
+4702 242 M
+[ [(Helvetica) 110.0 0.0 true true 0 ( 120)]
+] -36.7 MCshow
+1.000 UL
+LTb
+1.000 UL
+LTb
+539 3468 N
+539 352 L
+4302 0 V
+0 3116 V
+-4302 0 V
+Z stroke
+LCb setrgbcolor
+88 1910 M
+currentpoint gsave translate -270 rotate 0 0 moveto
+[ [(Helvetica) 110.0 0.0 true true 0 (Energy Saving Ratio \(%\) )]
+] -36.7 MCshow
+grestore
+LTb
+LCb setrgbcolor
+2690 77 M
+[ [(Helvetica) 110.0 0.0 true true 0 (Number of Periods)]
+] -36.7 MCshow
+LTb
+1.000 UP
+1.000 UL
+LTb
+% Begin plot #1
+1.000 UP
+2.000 UL
+LT0
+0.00 0.55 0.55 C LCb setrgbcolor
+4382 3351 M
+[ [(Helvetica) 110.0 0.0 true true 0 (DiLCO)]
+] -36.7 MRshow
+LT0
+0.00 0.55 0.55 C 4448 3351 M
+327 0 V
+574 3468 M
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 -13 V
+34 -95 V
+35 -75 V
+35 -78 V
+34 -79 V
+35 -51 V
+35 -22 V
+35 -3 V
+34 -2 V
+35 -2 V
+35 -2 V
+34 -2 V
+35 -4 V
+35 -5 V
+34 -17 V
+35 -39 V
+35 -73 V
+35 -78 V
+34 -89 V
+35 -93 V
+35 -74 V
+34 -50 V
+35 -35 V
+35 -20 V
+34 -12 V
+35 -4 V
+35 -4 V
+34 -8 V
+35 -15 V
+35 -22 V
+35 -50 V
+34 -67 V
+35 -97 V
+35 -92 V
+34 -86 V
+35 -76 V
+35 -71 V
+34 -55 V
+35 -47 V
+35 -25 V
+34 -17 V
+35 -11 V
+35 -17 V
+35 -16 V
+34 -34 V
+35 -46 V
+35 -68 V
+34 -78 V
+35 -84 V
+35 -78 V
+34 -88 V
+35 -65 V
+35 -63 V
+34 -40 V
+35 -28 V
+35 -32 V
+35 -20 V
+34 -20 V
+35 -19 V
+35 -45 V
+34 -36 V
+35 -51 V
+35 -50 V
+34 -50 V
+35 -33 V
+35 -35 V
+34 -43 V
+35 -26 V
+35 -20 V
+35 -18 V
+34 -12 V
+35 -14 V
+35 -9 V
+34 -13 V
+35 -7 V
+35 -13 V
+34 -10 V
+35 -13 V
+35 -10 V
+35 -11 V
+34 -9 V
+35 -6 V
+35 -7 V
+34 -3 V
+35 -1 V
+35 -1 V
+34 -2 V
+35 -3 V
+35 0 V
+34 -2 V
+stroke 4112 359 M
+35 0 V
+35 -1 V
+35 -2 V
+34 0 V
+35 -1 V
+35 -1 V
+34 0 V
+35 -1 V
+35 0 V
+34 0 V
+35 0 V
+35 -1 V
+34 0 V
+35 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+574 3468 TriUF
+747 3468 TriUF
+921 3468 TriUF
+1094 3285 TriUF
+1268 3052 TriUF
+1441 3040 TriUF
+1615 2828 TriUF
+1788 2487 TriUF
+1961 2439 TriUF
+2135 2188 TriUF
+2308 1808 TriUF
+2482 1691 TriUF
+2655 1449 TriUF
+2829 1071 TriUF
+3002 931 TriUF
+3176 730 TriUF
+3349 543 TriUF
+3523 470 TriUF
+3696 414 TriUF
+3870 371 TriUF
+4043 361 TriUF
+4217 356 TriUF
+4390 353 TriUF
+4563 352 TriUF
+4737 352 TriUF
+4611 3351 TriUF
+% End plot #1
+% Begin plot #2
+1.000 UP
+2.000 UL
+LT1
+0.00 0.39 0.00 C LCb setrgbcolor
+4382 3241 M
+[ [(Helvetica) 110.0 0.0 true true 0 (DESK)]
+] -36.7 MRshow
+LT1
+0.00 0.39 0.00 C 4448 3241 M
+327 0 V
+574 3468 M
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 -98 V
+34 -194 V
+35 -159 V
+35 -177 V
+34 -183 V
+35 -124 V
+35 -9 V
+35 0 V
+34 -1 V
+35 0 V
+35 -1 V
+34 0 V
+35 -9 V
+35 -30 V
+34 -64 V
+35 -96 V
+35 -136 V
+35 -146 V
+34 -144 V
+35 -107 V
+35 -74 V
+34 -57 V
+35 -28 V
+35 -8 V
+34 -3 V
+35 -10 V
+35 -24 V
+34 -41 V
+35 -60 V
+35 -84 V
+35 -89 V
+34 -102 V
+35 -124 V
+35 -91 V
+34 -83 V
+35 -58 V
+35 -51 V
+34 -33 V
+35 -31 V
+35 -29 V
+34 -44 V
+35 -52 V
+35 -63 V
+35 -76 V
+34 -73 V
+35 -28 V
+35 -14 V
+34 -3 V
+35 -5 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+stroke 4112 352 M
+35 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+574 3468 DiaF
+747 3468 DiaF
+921 3468 DiaF
+1094 3017 DiaF
+1268 2524 DiaF
+1441 2513 DiaF
+1615 2041 DiaF
+1788 1631 DiaF
+1961 1545 DiaF
+2135 1086 DiaF
+2308 770 DiaF
+2482 551 DiaF
+2655 357 DiaF
+2829 352 DiaF
+3002 352 DiaF
+3176 352 DiaF
+3349 352 DiaF
+3523 352 DiaF
+3696 352 DiaF
+3870 352 DiaF
+4043 352 DiaF
+4217 352 DiaF
+4390 352 DiaF
+4563 352 DiaF
+4737 352 DiaF
+4611 3241 DiaF
+% End plot #2
+% Begin plot #3
+1.000 UP
+2.000 UL
+LT2
+0.50 0.00 0.00 C LCb setrgbcolor
+4382 3131 M
+[ [(Helvetica) 110.0 0.0 true true 0 (GAF)]
+] -36.7 MRshow
+LT2
+0.50 0.00 0.00 C 4448 3131 M
+327 0 V
+574 3468 M
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+34 -14 V
+35 -29 V
+35 -24 V
+34 -28 V
+35 -25 V
+35 -25 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+34 -8 V
+35 -19 V
+35 -32 V
+35 -53 V
+34 -71 V
+35 -90 V
+35 -96 V
+34 -72 V
+35 -53 V
+35 -38 V
+34 -21 V
+35 -5 V
+35 0 V
+34 -1 V
+35 -8 V
+35 -19 V
+35 -39 V
+34 -62 V
+35 -86 V
+35 -103 V
+34 -119 V
+35 -129 V
+35 -124 V
+34 -105 V
+35 -86 V
+35 -64 V
+34 -40 V
+35 -29 V
+35 -15 V
+35 -17 V
+34 -18 V
+35 -32 V
+35 -53 V
+34 -75 V
+35 -90 V
+35 -106 V
+34 -114 V
+35 -113 V
+35 -107 V
+34 -89 V
+35 -61 V
+35 -46 V
+35 -35 V
+34 -29 V
+35 -22 V
+35 -23 V
+34 -20 V
+35 -26 V
+35 -26 V
+34 -25 V
+35 -26 V
+35 -28 V
+34 -25 V
+35 -22 V
+35 -20 V
+35 -14 V
+34 -9 V
+35 -8 V
+35 -6 V
+34 -4 V
+35 -5 V
+35 -7 V
+34 -8 V
+35 -6 V
+35 -8 V
+35 -9 V
+34 -10 V
+35 -8 V
+35 -8 V
+34 -7 V
+35 -6 V
+35 -3 V
+34 -2 V
+35 -1 V
+35 -2 V
+34 -1 V
+stroke 4112 356 M
+35 -2 V
+35 0 V
+35 -1 V
+34 -1 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+574 3468 Star
+747 3468 Star
+921 3468 Star
+1094 3425 Star
+1268 3323 Star
+1441 3323 Star
+1615 3211 Star
+1788 2829 Star
+1961 2764 Star
+2135 2550 Star
+2308 1970 Star
+2482 1736 Star
+2655 1541 Star
+2829 1011 Star
+3002 751 Star
+3176 634 Star
+3349 508 Star
+3523 451 Star
+3696 421 Star
+3870 378 Star
+4043 359 Star
+4217 353 Star
+4390 352 Star
+4563 352 Star
+4737 352 Star
+4611 3131 Star
+% End plot #3
+% Begin plot #4
+1.000 UP
+2.000 UL
+LT3
+0.00 0.00 0.55 C LCb setrgbcolor
+4382 3021 M
+[ [(Helvetica) 110.0 0.0 true true 0 (PeCO)]
+] -36.7 MRshow
+LT3
+0.00 0.00 0.55 C 4448 3021 M
+327 0 V
+574 3468 M
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 0 V
+34 0 V
+35 0 V
+35 -6 V
+34 -102 V
+35 -101 V
+35 -81 V
+34 -64 V
+35 -62 V
+35 -28 V
+35 -3 V
+34 -3 V
+35 -1 V
+35 -1 V
+34 -2 V
+35 0 V
+35 -2 V
+34 -11 V
+35 -35 V
+35 -61 V
+35 -81 V
+34 -85 V
+35 -89 V
+35 -75 V
+34 -51 V
+35 -50 V
+35 -22 V
+34 -12 V
+35 -6 V
+35 -2 V
+34 -7 V
+35 -13 V
+35 -18 V
+35 -25 V
+34 -41 V
+35 -58 V
+35 -69 V
+34 -74 V
+35 -67 V
+35 -70 V
+34 -46 V
+35 -41 V
+35 -26 V
+34 -21 V
+35 -6 V
+35 -4 V
+35 -14 V
+34 -19 V
+35 -29 V
+35 -30 V
+34 -45 V
+35 -63 V
+35 -57 V
+34 -54 V
+35 -59 V
+35 -50 V
+34 -46 V
+35 -37 V
+35 -26 V
+35 -10 V
+34 -18 V
+35 -15 V
+35 -18 V
+34 -27 V
+35 -29 V
+35 -33 V
+34 -37 V
+35 -46 V
+35 -42 V
+34 -46 V
+35 -33 V
+35 -41 V
+35 -30 V
+34 -26 V
+35 -17 V
+35 -14 V
+34 -14 V
+35 -17 V
+35 -17 V
+34 -27 V
+35 -23 V
+35 -24 V
+35 -27 V
+34 -27 V
+35 -21 V
+35 -22 V
+34 -17 V
+35 -21 V
+35 -12 V
+34 -9 V
+35 -7 V
+35 -14 V
+34 -12 V
+stroke 4112 524 M
+35 -18 V
+35 -13 V
+35 -12 V
+34 -11 V
+35 -15 V
+35 -15 V
+34 -20 V
+35 -8 V
+35 -13 V
+34 -10 V
+35 -3 V
+35 -10 V
+34 -9 V
+35 -1 V
+35 -1 V
+35 -4 V
+34 -3 V
+35 -6 V
+574 3468 CircleF
+747 3468 CircleF
+921 3468 CircleF
+1094 3259 CircleF
+1268 3021 CircleF
+1441 3014 CircleF
+1615 2824 CircleF
+1788 2474 CircleF
+1961 2425 CircleF
+2135 2270 CircleF
+2308 1944 CircleF
+2482 1846 CircleF
+2655 1709 CircleF
+2829 1426 CircleF
+3002 1289 CircleF
+3176 1167 CircleF
+3349 963 CircleF
+3523 835 CircleF
+3696 737 CircleF
+3870 616 CircleF
+4043 550 CircleF
+4217 481 CircleF
+4390 412 CircleF
+4563 367 CircleF
+4737 352 CircleF
+4611 3021 CircleF
+% End plot #4
+1.000 UL
+LTb
+539 3468 N
+539 352 L
+4302 0 V
+0 3116 V
+-4302 0 V
+Z stroke
+1.000 UP
+1.000 UL
+LTb
+stroke
+grestore
+end
+showpage
+%%Trailer
+%%DocumentFonts: Helvetica
+%%Pages: 1
+%%Trailer
+cleartomark
+countdictstack
+exch sub { end } repeat
+restore
+%%EOF
diff --git a/PeCO-EO/articleeo.aux b/PeCO-EO/articleeo.aux
deleted file mode 100644 (file)
index 4d57e34..0000000
+++ /dev/null
@@ -1,132 +0,0 @@
-\relax 
-\citation{akyildiz2002wireless,puccinelli2005wireless}
-\citation{yick2008wireless}
-\citation{anastasi2009energy}
-\citation{rault2014energy}
-\@writefile{toc}{\contentsline {section}{\numberline {1}Introduction}{1}}
-\newlabel{sec:introduction}{{1}{1}}
-\citation{ChinhVu}
-\citation{xu2001geography}
-\citation{Idrees2}
-\citation{li2013survey}
-\citation{Misra}
-\citation{yang2014novel}
-\citation{HeShibo,kim2013maximum}
-\citation{Deng2012}
-\citation{huang2005coverage}
-\@writefile{toc}{\contentsline {section}{\numberline {2}Related Literature}{2}}
-\newlabel{sec:Literature Review}{{2}{2}}
-\citation{wang2011coverage}
-\citation{ling2009energy}
-\citation{chin2007,yan2008design,pc10}
-\citation{jaggi2006}
-\citation{zhou2009variable}
-\citation{ChinhVu,qu2013distributed,yangnovel}
-\citation{cardei2005improving,zorbas2010solving,pujari2011high}
-\citation{berman04,zorbas2010solving}
-\citation{cardei2005energy,5714480,pujari2011high,Yang2014}
-\citation{castano2013column,doi:10.1080/0305215X.2012.687732,deschinkel2012column}
-\citation{Idrees2}
-\citation{idrees2014coverage}
-\citation{Zhang05}
-\citation{huang2005coverage}
-\citation{huang2005coverage}
-\@writefile{toc}{\contentsline {section}{\numberline {3} The P{\scshape  e}CO Protocol Description}{4}}
-\newlabel{sec:The PeCO Protocol Description}{{3}{4}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}Assumptions and Models}{4}}
-\newlabel{CI}{{3.1}{4}}
-\newlabel{figure1}{{1}{5}}
-\citation{doi:10.1155/2010/926075}
-\newlabel{figure2}{{2}{6}}
-\newlabel{my-label}{{1}{6}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}Main Idea}{6}}
-\newlabel{figure3}{{3}{7}}
-\newlabel{figure4}{{4}{7}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {3.3}PeCO Protocol Algorithm}{8}}
-\newlabel{alg:PeCO}{{1}{8}}
-\@writefile{loa}{\contentsline {algocf}{\numberline {1}{\ignorespaces PeCO pseudocode}}{8}}
-\citation{doi:10.1155/2010/926075}
-\@writefile{toc}{\contentsline {section}{\numberline {4}Perimeter-based Coverage Problem Formulation}{9}}
-\newlabel{cp}{{4}{9}}
-\citation{0031-9155-44-1-012}
-\citation{Idrees2}
-\@writefile{toc}{\contentsline {section}{\numberline {5}Performance Evaluation and Analysis}{10}}
-\newlabel{sec:Simulation Results and Analysis}{{5}{10}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {5.1}Simulation Settings}{10}}
-\newlabel{table3}{{2}{11}}
-\citation{varga}
-\citation{ChinhVu}
-\citation{AMPL}
-\citation{glpk}
-\citation{iamigo:cplex}
-\@writefile{toc}{\contentsline {subsection}{\numberline {5.2}Simulation Results}{12}}
-\citation{ChinhVu}
-\citation{xu2001geography}
-\citation{Idrees2}
-\citation{idrees2014coverage}
-\newlabel{tab:EC}{{3}{13}}
-\@writefile{toc}{\contentsline {subsubsection}{\numberline {5.2.1}Coverage Ratio}{13}}
-\@writefile{toc}{\contentsline {subsubsection}{\numberline {5.2.2}Active Sensors Ratio}{13}}
-\newlabel{figure5}{{5}{14}}
-\newlabel{figure6}{{6}{14}}
-\@writefile{toc}{\contentsline {subsubsection}{\numberline {5.2.3}\leavevmode {\color  {blue}Energy Saving Ratio (ESR)}}{14}}
-\newlabel{fig5}{{7}{14}}
-\@writefile{toc}{\contentsline {subsubsection}{\numberline {5.2.4}Energy Consumption}{15}}
-\newlabel{figure7}{{8}{15}}
-\@writefile{toc}{\contentsline {subsubsection}{\numberline {5.2.5}Network Lifetime}{15}}
-\citation{li2011transforming}
-\citation{vu2009universal}
-\citation{wang2014keeping}
-\newlabel{figure8}{{9}{16}}
-\newlabel{figure9}{{10}{17}}
-\@writefile{toc}{\contentsline {subsubsection}{\numberline {5.2.6}Impact of $\alpha $ and $\beta $ on PeCO's performance}{17}}
-\newlabel{sec:Impact}{{5.2.6}{17}}
-\newlabel{my-labelx}{{4}{17}}
-\bibstyle{gENO}
-\bibdata{biblio}
-\bibcite{akyildiz2002wireless}{{1}{2002}{{Akyildiz et~al.}}{{Akyildiz, Su, Sankarasubramaniam, and Cayirci}}}
-\bibcite{anastasi2009energy}{{2}{2009}{{Anastasi et~al.}}{{Anastasi, Conti, Di~Francesco, and Passarella}}}
-\bibcite{berman04}{{3}{2004}{{Berman and Calinescu}}{{}}}
-\bibcite{cardei2005improving}{{4}{2005}{{Cardei and Du}}{{}}}
-\bibcite{cardei2005energy}{{5}{2005}{{Cardei et~al.}}{{Cardei, Thai, Li, and Wu}}}
-\bibcite{castano2013column}{{6}{2014}{{Casta{\~n}o et~al.}}{{Casta{\~n}o, Rossi, Sevaux, and Velasco}}}
-\bibcite{iamigo:cplex}{{7}{2010}{{CPLEX}}{{}}}
-\bibcite{Deng2012}{{8}{2012}{{Deng, Jiguo~Yu, and Chen}}{{}}}
-\bibcite{deschinkel2012column}{{9}{2012}{{Deschinkel}}{{}}}
-\@writefile{toc}{\contentsline {section}{\numberline {6}Conclusion and Future Works}{18}}
-\newlabel{sec:Conclusion and Future Works}{{6}{18}}
-\bibcite{AMPL}{{10}{November 12, 2002}{{Fourer, Gay, and Kernighan}}{{}}}
-\bibcite{HeShibo}{{11}{2014}{{He et~al.}}{{He, Gong, Zhang, Chen, and Sun}}}
-\bibcite{huang2005coverage}{{12}{2005}{{Huang and Tseng}}{{}}}
-\bibcite{doi:10.1155/2010/926075}{{13}{2010}{{Hung and Lui}}{{}}}
-\bibcite{idrees2014coverage}{{14}{2014}{{Idrees et~al.}}{{Idrees, Deschinkel, Salomon, and Couturier}}}
-\bibcite{Idrees2}{{15}{2015}{{Idrees et~al.}}{{Idrees, Deschinkel, Salomon, and Couturier}}}
-\bibcite{jaggi2006}{{16}{2006}{{Jaggi and Abouzeid}}{{}}}
-\bibcite{kim2013maximum}{{17}{2013}{{Kim and Cobb}}{{}}}
-\bibcite{0031-9155-44-1-012}{{18}{1999}{{Lee et~al.}}{{Lee, Gallagher, Silvern, Wuu, and Zaider}}}
-\bibcite{li2013survey}{{19}{2013}{{Li and Vasilakos}}{{}}}
-\bibcite{ling2009energy}{{20}{2009}{{Ling and Znati}}{{}}}
-\bibcite{glpk}{{21}{2012}{{Makhorin}}{{}}}
-\bibcite{Misra}{{22}{2011}{{Misra, Kumar, and Obaidat}}{{}}}
-\bibcite{pc10}{{23}{2010}{{Padmavathy and Chitra}}{{}}}
-\bibcite{puccinelli2005wireless}{{24}{2005}{{Puccinelli and Haenggi}}{{}}}
-\bibcite{pujari2011high}{{25}{2011}{{Pujari}}{{}}}
-\bibcite{qu2013distributed}{{26}{2013}{{Qu and Georgakopoulos}}{{}}}
-\bibcite{rault2014energy}{{27}{2014}{{Rault, Bouabdallah, and Challal}}{{}}}
-\bibcite{doi:10.1080/0305215X.2012.687732}{{28}{2013}{{Singh, Rossi, and Sevaux}}{{}}}
-\bibcite{varga}{{29}{2003}{{Varga}}{{}}}
-\bibcite{ChinhVu}{{30}{2006}{{Vu et~al.}}{{Vu, Gao, Deshmukh, and Li}}}
-\bibcite{chin2007}{{31}{2009}{{Vu}}{{}}}
-\bibcite{wang2011coverage}{{32}{2011}{{Wang}}{{}}}
-\bibcite{5714480}{{33}{2010}{{Xing, Li, and Wang}}{{}}}
-\bibcite{xu2001geography}{{34}{2001}{{Xu, Heidemann, and Estrin}}{{}}}
-\bibcite{yan2008design}{{35}{2008}{{Yan et~al.}}{{Yan, Gu, He, and Stankovic}}}
-\bibcite{yang2014novel}{{36}{2014{a}}{{Yang and Chin}}{{}}}
-\bibcite{yangnovel}{{37}{2014{b}}{{Yang and Chin}}{{}}}
-\bibcite{Yang2014}{{38}{2014}{{Yang and Liu}}{{}}}
-\bibcite{yick2008wireless}{{39}{2008}{{Yick, Mukherjee, and Ghosal}}{{}}}
-\bibcite{Zhang05}{{40}{2005}{{Zhang and Hou}}{{}}}
-\bibcite{zhou2009variable}{{41}{2009}{{Zhou, Das, and Gupta}}{{}}}
-\bibcite{zorbas2010solving}{{42}{2010}{{Zorbas et~al.}}{{Zorbas, Glynos, Kotzanikolaou, and Douligeris}}}
-\endpage{20}
-\questionmark{}
index dd24431127e743bbadee0913bc6d648ca4447684..412c38fe53237a84fdae6d5803bcb87e831dc017 100644 (file)
@@ -1,4 +1,4 @@
-\begin{thebibliography}{42}
+\begin{thebibliography}{45}
 \newcommand{\enquote}[1]{``#1''}
 \providecommand{\natexlab}[1]{#1}
 \providecommand{\url}[1]{\normalfont{#1}}
@@ -115,6 +115,12 @@ Li, Mo, and Athanasios~V Vasilakos. 2013. ``A Survey on Topology Control in
   Wireless Sensor Networks: Taxonomy, Comparative Study, and Open Issues.''
   \emph{Proceedings of the IEEE} 101 (12): 2538--2557.
 
+\bibitem[Li et~al.(2011)Li, Vu, Ai, Chen, and Zhao]{li2011transforming}
+Li, Yingshu, Chinh Vu, Chunyu Ai, Guantao Chen, and Yi~Zhao. 2011.
+  ``Transforming complete coverage algorithms to partial coverage algorithms
+  for wireless sensor networks.'' \emph{IEEE Transactions on Parallel and
+  Distributed Systems} 22 (4): 695--703.
+
 \bibitem[Ling and Znati(2009)]{ling2009energy}
 Ling, Hui, and Taieb Znati. 2009. ``Energy efficient adaptive sensing for
   dynamic coverage in wireless sensor networks.'' In \emph{Wireless
@@ -165,6 +171,12 @@ Singh, Alok, André Rossi, and Marc Sevaux. 2013. ``Metaheuristic approaches
 Varga, A. 2003. ``OMNeT++ Discrete Event Simulation System.'' \emph{Available:
   http://www.omnetpp.org} .
 
+\bibitem[Vu et~al.(2009)Vu, Chen, Zhao, and Li]{vu2009universal}
+Vu, Chinh, Guantao Chen, Yi~Zhao, and Yingshu Li. 2009. ``A universal framework
+  for partial coverage in Wireless Sensor Networks.'' In \emph{Performance
+  Computing and Communications Conference (IPCCC), 2009 IEEE 28th
+  International,} 1--8. IEEE.
+
 \bibitem[Vu et~al.(2006)Vu, Gao, Deshmukh, and Li]{ChinhVu}
 Vu, Chinh, Shan Gao, Wiwek Deshmukh, and Yingshu Li. 2006. ``Distributed
   Energy-Efficient Scheduling Approach for K-Coverage in Wireless Sensor
@@ -180,6 +192,11 @@ Vu, C.~T. 2009. ``Distributed energy-efficient solutions for area coverage
 Wang, Bang. 2011. ``Coverage problems in sensor networks: A survey.'' \emph{ACM
   Computing Surveys (CSUR)} 43 (4): 32--53.
 
+\bibitem[Wang et~al.(2014)Wang, Yang, Lin, and Lin]{wang2014keeping}
+Wang, Lei, Jui-Yu Yang, Yu-Yun Lin, and Wei-Jun Lin. 2014. ``Keeping Desired
+  QoS by a Partial Coverage Algorithm for Cluster-Based Wireless Sensor
+  Networks.'' \emph{Journal of Networks} 9 (12): 3221--3229.
+
 \bibitem[Xing, Li, and Wang(2010)]{5714480}
 Xing, Xiaofei, Jie Li, and Guojun Wang. 2010. ``Integer Programming Scheme for
   Target Coverage in Heterogeneous Wireless Sensor Networks.'' In \emph{Mobile
index d9e03c9bd1e2d4fae8f0d754ba90bce878c9a678..a69b1a0df3774cc93aab059929226d9bc73152f7 100644 (file)
@@ -1,47 +1,52 @@
-This is BibTeX, Version 0.99d (TeX Live 2015/dev/Debian)
+This is BibTeX, Version 0.99d (TeX Live 2012/Debian)
 Capacity: max_strings=35307, hash_size=35307, hash_prime=30011
 The top-level auxiliary file: articleeo.aux
 The style file: gENO.bst
 Database file #1: biblio.bib
+Repeated entry---line 1064 of file biblio.bib
+ : @article{li2011transforming
+ :                            ,
+I'm skipping whatever remains of this entry
 Reallocated wiz_functions (elt_size=4) to 6000 items from 3000.
-You've used 42 entries,
+You've used 45 entries,
             3679 wiz_defined-function locations,
-            963 strings with 13444 characters,
-and the built_in function-call counts, 29694 in all, are:
-= -- 2431
-> -- 1533
+            980 strings with 14132 characters,
+and the built_in function-call counts, 32279 in all, are:
+= -- 2639
+> -- 1697
 < -- 4
-+ -- 747
-- -- 417
-* -- 2060
-:= -- 4333
-add.period$ -- 95
-call.type$ -- 42
-change.case$ -- 280
-chr.to.int$ -- 49
-cite$ -- 42
-duplicate$ -- 2249
-empty$ -- 2221
-format.name$ -- 521
-if$ -- 6088
++ -- 837
+- -- 462
+* -- 2250
+:= -- 4701
+add.period$ -- 102
+call.type$ -- 45
+change.case$ -- 305
+chr.to.int$ -- 52
+cite$ -- 45
+duplicate$ -- 2431
+empty$ -- 2397
+format.name$ -- 575
+if$ -- 6615
 int.to.chr$ -- 2
 int.to.str$ -- 1
-missing$ -- 400
-newline$ -- 137
-num.names$ -- 168
-pop$ -- 1189
+missing$ -- 435
+newline$ -- 146
+num.names$ -- 180
+pop$ -- 1292
 preamble$ -- 1
-purify$ -- 278
+purify$ -- 303
 quote$ -- 0
-skip$ -- 1054
+skip$ -- 1135
 stack$ -- 0
-substring$ -- 1239
-swap$ -- 1034
+substring$ -- 1347
+swap$ -- 1121
 text.length$ -- 2
 text.prefix$ -- 0
 top$ -- 0
-type$ -- 375
+type$ -- 402
 warning$ -- 0
-while$ -- 233
+while$ -- 252
 width$ -- 0
-write$ -- 469
+write$ -- 503
+(There was 1 error message)
diff --git a/PeCO-EO/articleeo.log b/PeCO-EO/articleeo.log
deleted file mode 100644 (file)
index 65519f2..0000000
+++ /dev/null
@@ -1,1326 +0,0 @@
-This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2015/dev/Debian) (preloaded format=pdflatex 2015.1.24)  29 SEP 2015 09:35
-entering extended mode
- restricted \write18 enabled.
- %&-line parsing enabled.
-**articleeo.tex
-(./articleeo.tex
-LaTeX2e <2014/05/01>
-Babel <3.9l> and hyphenation patterns for 61 languages loaded.
-(./gENO2e.cls
-Document Class: gENO2e 2013/04/29 v4.1 Engineering Optimization LaTeX2e documen
-t class
-\draftrule=\dimen102
-\trimrule=\dimen103
-\draftrule=\dimen104
-\trimheight=\dimen105
-\trimwidth=\dimen106
-\typeheight=\dimen107
-\typewidth=\dimen108
-\normaltextheight=\dimen109
-\blindfoliodrop=\dimen110
-\tempdimen=\dimen111
-\rhdraftruleheight=\dimen112
-\tempbox=\box26
-LaTeX Font Info:    Overwriting symbol font `operators' in version `normal'
-(Font)                  OT1/cmr/m/n --> OT1/cmr/m/n on input line 226.
-LaTeX Font Info:    Overwriting symbol font `letters' in version `normal'
-(Font)                  OML/cmm/m/it --> OML/cmr/m/it on input line 227.
-LaTeX Font Info:    Overwriting symbol font `symbols' in version `normal'
-(Font)                  OMS/cmsy/m/n --> OMS/cmr/m/n on input line 228.
-LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `normal'
-(Font)                  OMX/cmex/m/n --> OMX/cmr/m/n on input line 229.
-LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `normal'
-(Font)                  OT1/cmr/bx/n --> OT1/cmr/bx/n on input line 230.
-LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `normal'
-(Font)                  OT1/cmss/m/n --> OT1/cmss/m/n on input line 231.
-LaTeX Font Info:    Overwriting math alphabet `\mathrm' in version `normal'
-(Font)                  OT1/cmr/m/n --> OT1/cmr/m/n on input line 232.
-LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `normal'
-(Font)                  OT1/cmtt/m/n --> OT1/Courier/m/n on input line 233.
-LaTeX Font Info:    Overwriting symbol font `operators' in version `bold'
-(Font)                  OT1/cmr/bx/n --> OT1/cmr/bx/n on input line 235.
-LaTeX Font Info:    Overwriting symbol font `symbols' in version `bold'
-(Font)                  OMS/cmsy/b/n --> OMS/cmr/bx/n on input line 237.
-LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `bold'
-(Font)                  OMX/cmex/m/n --> OMX/cmr/bx/n on input line 238.
-LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `bold'
-(Font)                  OT1/cmr/bx/n --> OT1/cmr/bx/n on input line 239.
-LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `bold'
-(Font)                  OT1/cmss/bx/n --> OT1/cmss/bx/n on input line 240.
-LaTeX Font Info:    Overwriting math alphabet `\mathrm' in version `bold'
-(Font)                  OT1/cmr/bx/n --> OT1/cmr/bx/n on input line 241.
-LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `bold'
-(Font)                  OT1/cmtt/m/n --> OT1/Courier/bx/n on input line 242.
-LaTeX Font Info:    Overwriting math alphabet `\mathbb' in version `normal'
-(Font)                  OT1/ams/bx/n --> OT1/ams/bx/n on input line 259.
-LaTeX Font Info:    Overwriting math alphabet `\mathbb' in version `bold'
-(Font)                  OT1/ams/bx/n --> OT1/ams/bx/n on input line 260.
-\c@mv@upright=\count79
-\c@mv@boldupright=\count80
-LaTeX Font Info:    Overwriting symbol font `letters' in version `upright'
-(Font)                  OML/cmm/m/it --> OML/eur/m/n on input line 292.
-LaTeX Font Info:    Overwriting symbol font `letters' in version `boldupright'
-(Font)                  OML/cmm/m/it --> OML/eur/b/n on input line 293.
-\c@part=\count81
-\c@chapter=\count82
-\c@section=\count83
-\c@subsection=\count84
-\c@subsubsection=\count85
-\c@paragraph=\count86
-\c@subparagraph=\count87
-\LabelSep=\dimen113
-\TopSep=\skip41
-\enumbox=\box27
-\enumwd=\dimen114
-\unnummargin=\dimen115
-\abovecaptionskip=\skip42
-\belowcaptionskip=\skip43
-\c@figure=\count88
-(/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.sty
-This is `epsf.tex' v2.7.4 <14 February 2011>
-\epsffilein=\read1
-\epsfframemargin=\dimen116
-\epsfframethickness=\dimen117
-\epsfrsize=\dimen118
-\epsftmp=\dimen119
-\epsftsize=\dimen120
-\epsfxsize=\dimen121
-\epsfysize=\dimen122
-\pspoints=\dimen123
-)
-\figheight=\dimen124
-\figwidth=\dimen125
-\c@table=\count89
-\c@newtable=\count90
-\tabledim=\dimen126
-\bibindent=\dimen127
-\bibleftmargin=\dimen128
-\bibitemsep=\dimen129
-\bibparsep=\dimen130
-\bibtext=\dimen131
-\biblabelsep=\dimen132
-\bibleftmargini=\dimen133
-\drafttextwidth=\dimen134
-\trimrule=\dimen135
-\varypageheight=\dimen136
-\c@theorem=\count91
-\c@remark=\count92
-\c@algorithm=\count93
-\c@remark=\count94
-\c@algorithm=\count95
-\c@example=\count96
-\c@theorem=\count97
-\c@lemma=\count98
-\c@proposition=\count99
-\c@property=\count100
-\c@corollary=\count101
-\c@definition=\count102
-\c@notation=\count103
- (./amsfonts.sty
-Package: amsfonts 2001/10/25 v2.2f
-\@emptytoks=\toks14
-\symAMSa=\mathgroup4
-\symAMSb=\mathgroup5
-LaTeX Font Info:    Overwriting math alphabet `\mathfrak' in version `bold'
-(Font)                  U/euf/m/n --> U/euf/b/n on input line 132.
-LaTeX Font Info:    Redeclaring math alphabet \mathbb on input line 133.
-) (./amsmath.sty
-Package: amsmath 2000/07/18 v2.13 AMS math features
-\@mathmargin=\skip44
-
-For additional information on amsmath, use the `?' option.
-(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
-Package: amstext 2000/06/29 v2.01
-
-(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
-File: amsgen.sty 1999/11/30 v2.0
-\@emptytoks=\toks15
-\ex@=\dimen137
-)) (./amsbsy.sty
-Package: amsbsy 1999/11/29 v1.2d
-\pmbraise@=\dimen138
-)
-(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
-Package: amsopn 1999/12/14 v2.01 operator names
-)
-\inf@bad=\count104
-LaTeX Info: Redefining \frac on input line 211.
-\uproot@=\count105
-\leftroot@=\count106
-LaTeX Info: Redefining \overline on input line 307.
-\classnum@=\count107
-\DOTSCASE@=\count108
-LaTeX Info: Redefining \ldots on input line 379.
-LaTeX Info: Redefining \dots on input line 382.
-LaTeX Info: Redefining \cdots on input line 467.
-\Mathstrutbox@=\box28
-\strutbox@=\box29
-\big@size=\dimen139
-LaTeX Font Info:    Redeclaring font encoding OML on input line 567.
-LaTeX Font Info:    Redeclaring font encoding OMS on input line 568.
-
-
-Package amsmath Warning: Unable to redefine math accent \check.
-
-\macc@depth=\count109
-\c@MaxMatrixCols=\count110
-\dotsspace@=\muskip10
-\c@parentequation=\count111
-\dspbrk@lvl=\count112
-\tag@help=\toks16
-\row@=\count113
-\column@=\count114
-\maxfields@=\count115
-\andhelp@=\toks17
-\eqnshift@=\dimen140
-\alignsep@=\dimen141
-\tagshift@=\dimen142
-\tagwidth@=\dimen143
-\totwidth@=\dimen144
-\lineht@=\dimen145
-\@envbody=\toks18
-\multlinegap=\skip45
-\multlinetaggap=\skip46
-\mathdisplay@stack=\toks19
-LaTeX Info: Redefining \[ on input line 2666.
-LaTeX Info: Redefining \] on input line 2667.
-) (./amssymb.sty
-Package: amssymb 2002/01/22 v2.2d
-) (./epsfig.sty
-Package: epsfig 1999/02/16 v1.7a (e)psfig emulation (SPQR)
- (./graphicx.sty
-Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
-
-(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
-Package: keyval 2014/05/08 v1.15 key=value parser (DPC)
-\KV@toks@=\toks20
-)
-(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
-Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
-
-(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
-Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
-)
-(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg
-File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
-)
-Package graphics Info: Driver file: pdftex.def on input line 91.
-
-(/usr/share/texlive/texmf-dist/tex/latex/pdftex-def/pdftex.def
-File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX
-
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty
-Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO)
-)
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
-Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO)
-)
-\Gread@gobject=\count116
-))
-\Gin@req@height=\dimen146
-\Gin@req@width=\dimen147
-)
-\epsfxsize=\dimen148
-\epsfysize=\dimen149
-)
-(./natbib.sty
-Package: natbib 2010/09/13 8.31b (PWD, AO)
-\bibhang=\skip47
-\bibsep=\skip48
-LaTeX Info: Redefining \cite on input line 694.
-\c@NAT@ctr=\count117
-) (./rotating.sty
-Package: rotating 1997/09/26, v2.13 Rotation package
-
-(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty
-Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC)
-)
-\c@r@tfl@t=\count118
-\rot@float@box=\box30
-) (./subfigure.sty
-Package: subfigure 2002/07/30 v2.1.4 subfigure package
-\subfigtopskip=\skip49
-\subfigcapskip=\skip50
-\subfigcaptopadj=\dimen150
-\subfigbottomskip=\skip51
-\subfigcapmargin=\dimen151
-\subfiglabelskip=\skip52
-\c@subfigure=\count119
-\c@lofdepth=\count120
-\c@subtable=\count121
-\c@lotdepth=\count122
-
-****************************************
-* Local config file subfigure.cfg used *
-****************************************
-(/usr/share/texlive/texmf-dist/tex/latex/subfigure/subfigure.cfg)
-\subfig@top=\skip53
-\subfig@bottom=\skip54
-))
-(/usr/share/texlive/texmf-dist/tex/latex/tools/indentfirst.sty
-Package: indentfirst 1995/11/23 v1.03 Indent first paragraph (DPC)
-)
-(/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty
-Package: color 2014/04/23 v1.1a Standard LaTeX Color (DPC)
-
-(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg
-File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
-)
-Package color Info: Driver file: pdftex.def on input line 137.
-)
-(./algorithm2e.sty
-Package: algorithm2e 2008/00/00 v3.10 algorithms environments
-\c@AlgoLine=\count123
- (/usr/share/texlive/texmf-dist/tex/latex/tools/xspace.sty
-Package: xspace 2014/10/28 v1.13 Space after command names (DPC,MH)
-)
-(/usr/share/texlive/texmf-dist/tex/latex/relsize/relsize.sty
-Package: relsize 2013/03/29 ver 4.1
-)
-********************************************************
-Package `algorithm2e' Release 4.01 -- december 14 2009 --
-- algorithm2e-announce@lirmm.fr mailing list for announcement about releases
-- algorithm2e-discussion@lirmm.fr mailing list for discussion about package
-subscribe by emailing sympa@lirmm.fr with 'subscribe <list> <firstname name>'
-- Author: Christophe Fiorio (fiorio@lirmm.fr)
-********************************************************
-\skiptotal=\skip55
-\skiplinenumber=\skip56
-\skiprule=\skip57
-\skiphlne=\skip58
-\skiptext=\skip59
-\skiplength=\skip60
-\algomargin=\skip61
-\skipalgocfslide=\skip62
-\algowidth=\dimen152
-\inoutsize=\dimen153
-\inoutline=\dimen154
-\interspacetitleruled=\dimen155
-\interspacealgoruled=\dimen156
-\interspacetitleboxruled=\dimen157
-\algocf@inoutbox=\box31
-\algocf@inputbox=\box32
-\AlCapSkip=\skip63
-\AlCapHSkip=\skip64
-\algocf@nlbox=\box33
-\algocf@hangingbox=\box34
-\algocf@capbox=\box35
-\algoheightruledefault=\skip65
-\algoheightrule=\skip66
-\algotitleheightruledefault=\skip67
-\algotitleheightrule=\skip68
-\c@algocfline=\count124
-\c@algocfproc=\count125
-\c@algocf=\count126
-\algocf@algoframe=\box36
-\algocf@algobox=\box37
-) (./articleeo.aux)
-\openout1 = `articleeo.aux'.
-
-LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 10.
-LaTeX Font Info:    ... okay on input line 10.
-LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 10.
-LaTeX Font Info:    ... okay on input line 10.
-LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 10.
-LaTeX Font Info:    ... okay on input line 10.
-LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 10.
-LaTeX Font Info:    ... okay on input line 10.
-LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 10.
-LaTeX Font Info:    ... okay on input line 10.
-LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 10.
-LaTeX Font Info:    ... okay on input line 10.
-
-(/usr/share/texlive/texmf-dist/tex/context/base/supp-pdf.mkii
-[Loading MPS to PDF converter (version 2006.09.02).]
-\scratchcounter=\count127
-\scratchdimen=\dimen158
-\scratchbox=\box38
-\nofMPsegments=\count128
-\nofMParguments=\count129
-\everyMPshowfont=\toks21
-\MPscratchCnt=\count130
-\MPscratchDim=\dimen159
-\MPnumerator=\count131
-\makeMPintoPDFobject=\count132
-\everyMPtoPDFconversion=\toks22
-) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
-Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO
-)
-
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty
-Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO)
-Package ifluatex Info: LuaTeX not detected.
-)
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty
-Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO)
-Package ifpdf Info: pdfTeX in PDF mode is detected.
-)
-Package pdftexcmds Info: LuaTeX not detected.
-Package pdftexcmds Info: \pdf@primitive is available.
-Package pdftexcmds Info: \pdf@ifprimitive is available.
-Package pdftexcmds Info: \pdfdraftmode found.
-)
-(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
-Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf
-
-(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty
-Package: grfext 2010/08/19 v1.1 Manage graphics extensions (HO)
-
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvdefinekeys.sty
-Package: kvdefinekeys 2011/04/07 v1.3 Define keys (HO)
-))
-(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty
-Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO)
-
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
-Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO)
-
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/etexcmds.sty
-Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO)
-Package etexcmds Info: Could not find \expanded.
-(etexcmds)             That can mean that you are not using pdfTeX 1.50 or
-(etexcmds)             that some package has redefined \expanded.
-(etexcmds)             In the latter case, load this package earlier.
-)))
-Package grfext Info: Graphics extension search list:
-(grfext)             [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPE
-G,.JBIG2,.JB2,.eps]
-(grfext)             \AppendGraphicsExtensions on input line 452.
-
-(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
-File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
-e
-))
-
-LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <13> not available
-(Font)              size <12> substituted on input line 25.
-
-
-LaTeX Font Warning: Font shape `OT1/cmr/bx/n' in size <13> not available
-(Font)              size <12> substituted on input line 25.
-
-
-LaTeX Font Warning: Font shape `OT1/cmr/bx/it' in size <13> not available
-(Font)              size <12> substituted on input line 25.
-
-LaTeX Font Info:    Try loading font information for OML+cmr on input line 25.
-(/usr/share/texlive/texmf-dist/tex/latex/base/omlcmr.fd
-File: omlcmr.fd 2014/09/29 v2.5h Standard LaTeX font definitions
-)
-LaTeX Font Info:    Font shape `OML/cmr/m/it' in size <10> not available
-(Font)              Font shape `OML/cmm/m/it' tried instead on input line 25.
-LaTeX Font Info:    Font shape `OML/cmr/m/it' in size <7> not available
-(Font)              Font shape `OML/cmm/m/it' tried instead on input line 25.
-LaTeX Font Info:    Font shape `OML/cmr/m/it' in size <5> not available
-(Font)              Font shape `OML/cmm/m/it' tried instead on input line 25.
-LaTeX Font Info:    Try loading font information for OMS+cmr on input line 25.
-
-(/usr/share/texlive/texmf-dist/tex/latex/base/omscmr.fd
-File: omscmr.fd 2014/09/29 v2.5h Standard LaTeX font definitions
-)
-LaTeX Font Info:    Font shape `OMS/cmr/m/n' in size <10> not available
-(Font)              Font shape `OMS/cmsy/m/n' tried instead on input line 25.
-LaTeX Font Info:    Font shape `OMS/cmr/m/n' in size <7> not available
-(Font)              Font shape `OMS/cmsy/m/n' tried instead on input line 25.
-LaTeX Font Info:    Font shape `OMS/cmr/m/n' in size <5> not available
-(Font)              Font shape `OMS/cmsy/m/n' tried instead on input line 25.
-LaTeX Font Info:    Try loading font information for OMX+cmr on input line 25.
-LaTeX Font Info:    No file OMXcmr.fd. on input line 25.
-
-
-LaTeX Font Warning: Font shape `OMX/cmr/m/n' undefined
-(Font)              using `OMX/cmex/m/n' instead on input line 25.
-
-LaTeX Font Info:    Try loading font information for U+msa on input line 25.
-(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
-File: umsa.fd 2013/01/14 v3.01 AMS symbols A
-)
-LaTeX Font Info:    Try loading font information for U+msb on input line 25.
-
-(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
-File: umsb.fd 2013/01/14 v3.01 AMS symbols B
-)
-LaTeX Font Info:    Font shape `OML/cmr/m/it' in size <8> not available
-(Font)              Font shape `OML/cmm/m/it' tried instead on input line 25.
-LaTeX Font Info:    Font shape `OML/cmr/m/it' in size <6> not available
-(Font)              Font shape `OML/cmm/m/it' tried instead on input line 25.
-LaTeX Font Info:    Font shape `OMS/cmr/m/n' in size <8> not available
-(Font)              Font shape `OMS/cmsy/m/n' tried instead on input line 25.
-LaTeX Font Info:    Font shape `OMS/cmr/m/n' in size <6> not available
-(Font)              Font shape `OMS/cmsy/m/n' tried instead on input line 25.
-LaTeX Font Info:    Calculating math sizes for size <11> on input line 48.
-
-
-LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <5.5> not available
-(Font)              size <5> substituted on input line 48.
-
-LaTeX Font Info:    Font shape `OML/cmr/m/it' in size <11> not available
-(Font)              Font shape `OML/cmm/m/it' tried instead on input line 48.
-LaTeX Font Info:    Font shape `OML/cmr/m/it' in size <7.69997> not available
-(Font)              Font shape `OML/cmm/m/it' tried instead on input line 48.
-LaTeX Font Info:    Font shape `OML/cmr/m/it' in size <5.5> not available
-(Font)              Font shape `OML/cmm/m/it' tried instead on input line 48.
-
-LaTeX Font Warning: Font shape `OML/cmm/m/it' in size <5.5> not available
-(Font)              size <5> substituted on input line 48.
-
-LaTeX Font Info:    Font shape `OMS/cmr/m/n' in size <11> not available
-(Font)              Font shape `OMS/cmsy/m/n' tried instead on input line 48.
-LaTeX Font Info:    Font shape `OMS/cmr/m/n' in size <7.69997> not available
-(Font)              Font shape `OMS/cmsy/m/n' tried instead on input line 48.
-LaTeX Font Info:    Font shape `OMS/cmr/m/n' in size <5.5> not available
-(Font)              Font shape `OMS/cmsy/m/n' tried instead on input line 48.
-
-LaTeX Font Warning: Font shape `OMS/cmsy/m/n' in size <5.5> not available
-(Font)              size <5> substituted on input line 48.
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (650.43pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (29.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (701.0pt too high) has occurred while \output is active []
-
- [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}
-
-
-]
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (650.43pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (29.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (701.0pt too high) has occurred while \output is active []
-
- [2]
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (650.43pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (29.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (701.0pt too high) has occurred while \output is active []
-
- [3]
-
-LaTeX Font Warning: Font shape `OT1/cmr/bx/sc' undefined
-(Font)              using `OT1/cmr/bx/n' instead on input line 221.
-
-Package epstopdf Info: Source file: <figure1a.eps>
-(epstopdf)                    date: 2015-02-20 10:20:43
-(epstopdf)                    size: 358485 bytes
-(epstopdf)             Output file: <figure1a-eps-converted-to.pdf>
-(epstopdf)                    date: 2015-02-20 10:20:45
-(epstopdf)                    size: 78307 bytes
-(epstopdf)             Command: <repstopdf --outfile=figure1a-eps-converted-to.
-pdf figure1a.eps>
-(epstopdf)             \includegraphics on input line 269.
-Package epstopdf Info: Output file is already uptodate.
-<figure1a-eps-converted-to.pdf, id=24, 418.56375pt x 396.48125pt>
-File: figure1a-eps-converted-to.pdf Graphic file (type pdf)
-
-<use figure1a-eps-converted-to.pdf>
-Package pdftex.def Info: figure1a-eps-converted-to.pdf used on input line 269.
-(pdftex.def)             Requested size: 213.39566pt x 202.1362pt.
-Package epstopdf Info: Source file: <figure1b.eps>
-(epstopdf)                    date: 2015-02-20 10:20:43
-(epstopdf)                    size: 241675 bytes
-(epstopdf)             Output file: <figure1b-eps-converted-to.pdf>
-(epstopdf)                    date: 2015-02-20 10:20:46
-(epstopdf)                    size: 57181 bytes
-(epstopdf)             Command: <repstopdf --outfile=figure1b-eps-converted-to.
-pdf figure1b.eps>
-(epstopdf)             \includegraphics on input line 270.
-Package epstopdf Info: Output file is already uptodate.
-
-<figure1b-eps-converted-to.pdf, id=25, 385.44pt x 269.005pt>
-File: figure1b-eps-converted-to.pdf Graphic file (type pdf)
-
-<use figure1b-eps-converted-to.pdf>
-Package pdftex.def Info: figure1b-eps-converted-to.pdf used on input line 270.
-(pdftex.def)             Requested size: 213.39566pt x 148.93011pt.
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (650.43pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (29.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (701.0pt too high) has occurred while \output is active []
-
- [4]
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (650.43pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (29.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (701.0pt too high) has occurred while \output is active []
-
- [5 <./figure1a-eps-converted-to.pdf> <./figure1b-eps-converted-to.pdf>]
-Package epstopdf Info: Source file: <figure2.eps>
-(epstopdf)                    date: 2015-02-20 10:20:43
-(epstopdf)                    size: 508784 bytes
-(epstopdf)             Output file: <figure2-eps-converted-to.pdf>
-(epstopdf)                    date: 2015-02-20 10:20:46
-(epstopdf)                    size: 138861 bytes
-(epstopdf)             Command: <repstopdf --outfile=figure2-eps-converted-to.p
-df figure2.eps>
-(epstopdf)             \includegraphics on input line 312.
-Package epstopdf Info: Output file is already uptodate.
-
-<figure2-eps-converted-to.pdf, id=41, 518.93875pt x 260.975pt>
-File: figure2-eps-converted-to.pdf Graphic file (type pdf)
-
-<use figure2-eps-converted-to.pdf>
-Package pdftex.def Info: figure2-eps-converted-to.pdf used on input line 312.
-(pdftex.def)             Requested size: 398.99872pt x 200.66864pt.
-Package epstopdf Info: Source file: <figure3.eps>
-(epstopdf)                    date: 2015-02-20 10:20:43
-(epstopdf)                    size: 196938 bytes
-(epstopdf)             Output file: <figure3-eps-converted-to.pdf>
-(epstopdf)                    date: 2015-02-20 10:20:47
-(epstopdf)                    size: 48639 bytes
-(epstopdf)             Command: <repstopdf --outfile=figure3-eps-converted-to.p
-df figure3.eps>
-(epstopdf)             \includegraphics on input line 357.
-Package epstopdf Info: Output file is already uptodate.
-
-<figure3-eps-converted-to.pdf, id=42, 332.24126pt x 276.03125pt>
-File: figure3-eps-converted-to.pdf Graphic file (type pdf)
-
-<use figure3-eps-converted-to.pdf>
-Package pdftex.def Info: figure3-eps-converted-to.pdf used on input line 357.
-(pdftex.def)             Requested size: 163.60333pt x 135.92618pt.
-
-
-LaTeX Warning: `!h' float specifier changed to `!ht'.
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (650.43pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (29.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (701.0pt too high) has occurred while \output is active []
-
- [6 <./figure2-eps-converted-to.pdf>]
-Package epstopdf Info: Source file: <figure4.eps>
-(epstopdf)                    date: 2015-02-20 10:20:43
-(epstopdf)                    size: 428048 bytes
-(epstopdf)             Output file: <figure4-eps-converted-to.pdf>
-(epstopdf)                    date: 2015-02-20 10:20:47
-(epstopdf)                    size: 76496 bytes
-(epstopdf)             Command: <repstopdf --outfile=figure4-eps-converted-to.p
-df figure4.eps>
-(epstopdf)             \includegraphics on input line 395.
-Package epstopdf Info: Output file is already uptodate.
-
-<figure4-eps-converted-to.pdf, id=49, 493.845pt x 362.35374pt>
-File: figure4-eps-converted-to.pdf Graphic file (type pdf)
-
-<use figure4-eps-converted-to.pdf>
-Package pdftex.def Info: figure4-eps-converted-to.pdf used on input line 395.
-(pdftex.def)             Requested size: 227.62204pt x 167.01096pt.
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (650.43pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (29.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (701.0pt too high) has occurred while \output is active []
-
- [7 <./figure3-eps-converted-to.pdf> <./figure4-eps-converted-to.pdf>]
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (650.43pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (29.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (701.0pt too high) has occurred while \output is active []
-
- [8]
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (650.43pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (29.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (701.0pt too high) has occurred while \output is active []
-
- [9]
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (650.43pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (29.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (701.0pt too high) has occurred while \output is active []
-
- [10]
-
-LaTeX Font Warning: Command \scriptsize invalid in math mode on input line 702.
-
-
-
-LaTeX Font Warning: Command \scriptsize invalid in math mode on input line 714.
-
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (650.43pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (29.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (701.0pt too high) has occurred while \output is active []
-
- [11]
-
-LaTeX Font Warning: Command \scriptsize invalid in math mode on input line 728.
-
-
-
-LaTeX Font Warning: Command \scriptsize invalid in math mode on input line 734.
-
-
-
-LaTeX Font Warning: Command \scriptsize invalid in math mode on input line 740.
-
-
-
-LaTeX Font Warning: Command \scriptsize invalid in math mode on input line 742.
-
-
-
-LaTeX Font Warning: Command \scriptsize invalid in math mode on input line 744.
-
-
-
-LaTeX Warning: `h' float specifier changed to `ht'.
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (650.43pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (29.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (701.0pt too high) has occurred while \output is active []
-
- [12]
-Package epstopdf Info: Source file: <figure5.eps>
-(epstopdf)                    date: 2015-02-20 10:16:57
-(epstopdf)                    size: 29526 bytes
-(epstopdf)             Output file: <figure5-eps-converted-to.pdf>
-(epstopdf)                    date: 2015-02-20 10:17:32
-(epstopdf)                    size: 12679 bytes
-(epstopdf)             Command: <repstopdf --outfile=figure5-eps-converted-to.p
-df figure5.eps>
-(epstopdf)             \includegraphics on input line 831.
-Package epstopdf Info: Output file is already uptodate.
-
-<figure5-eps-converted-to.pdf, id=81, 484.81125pt x 350.30875pt>
-File: figure5-eps-converted-to.pdf Graphic file (type pdf)
-
-<use figure5-eps-converted-to.pdf>
-Package pdftex.def Info: figure5-eps-converted-to.pdf used on input line 831.
-(pdftex.def)             Requested size: 242.40503pt x 175.15395pt.
-
-
-LaTeX Warning: `!h' float specifier changed to `!ht'.
-
-Package epstopdf Info: Source file: <figure6.eps>
-(epstopdf)                    date: 2015-02-20 10:16:57
-(epstopdf)                    size: 29515 bytes
-(epstopdf)             Output file: <figure6-eps-converted-to.pdf>
-(epstopdf)                    date: 2015-02-20 10:17:32
-(epstopdf)                    size: 12739 bytes
-(epstopdf)             Command: <repstopdf --outfile=figure6-eps-converted-to.p
-df figure6.eps>
-(epstopdf)             \includegraphics on input line 850.
-Package epstopdf Info: Output file is already uptodate.
-<figure6-eps-converted-to.pdf, id=82, 484.81125pt x 350.30875pt>
-File: figure6-eps-converted-to.pdf Graphic file (type pdf)
-
-<use figure6-eps-converted-to.pdf>
-Package pdftex.def Info: figure6-eps-converted-to.pdf used on input line 850.
-(pdftex.def)             Requested size: 242.40503pt x 175.15395pt.
-
-
-LaTeX Warning: `!h' float specifier changed to `!ht'.
-
-
-Underfull \vbox (badness 1275) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (650.43pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (29.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (701.0pt too high) has occurred while \output is active []
-
- [13]
-
-LaTeX Warning: File `ESR.eps' not found on input line 864.
-
-Package epstopdf Info: Source file: <ESR.eps>
-(epstopdf)             Output file: <ESR-eps-converted-to.pdf>
-(epstopdf)             Command: <repstopdf --outfile=ESR-eps-converted-to.pdf E
-SR.eps>
-(epstopdf)             \includegraphics on input line 864.
-Package epstopdf Info: Output file is already uptodate.
-
-! Package pdftex.def Error: File `ESR-eps-converted-to.pdf' not found.
-
-See the pdftex.def package documentation for explanation.
-Type  H <return>  for immediate help.
- ...                                              
-                                                  
-l.864 \includegraphics[scale=0.5]{ESR.eps}
-                                           %\\~ ~ ~(a)
-? 
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (650.43pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (29.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (701.0pt too high) has occurred while \output is active []
-
- [14 <./figure5-eps-converted-to.pdf> <./figure6-eps-converted-to.pdf>]
-Package epstopdf Info: Source file: <figure7a.eps>
-(epstopdf)                    date: 2015-02-20 10:16:57
-(epstopdf)                    size: 24136 bytes
-(epstopdf)             Output file: <figure7a-eps-converted-to.pdf>
-(epstopdf)                    date: 2015-02-20 10:17:32
-(epstopdf)                    size: 8217 bytes
-(epstopdf)             Command: <repstopdf --outfile=figure7a-eps-converted-to.
-pdf figure7a.eps>
-(epstopdf)             \includegraphics on input line 892.
-Package epstopdf Info: Output file is already uptodate.
-
-<figure7a-eps-converted-to.pdf, id=101, 493.845pt x 350.30875pt>
-File: figure7a-eps-converted-to.pdf Graphic file (type pdf)
-
-<use figure7a-eps-converted-to.pdf>
-Package pdftex.def Info: figure7a-eps-converted-to.pdf used on input line 892.
-(pdftex.def)             Requested size: 246.92189pt x 175.15395pt.
-Package epstopdf Info: Source file: <figure7b.eps>
-(epstopdf)                    date: 2015-02-20 10:16:57
-(epstopdf)                    size: 24138 bytes
-(epstopdf)             Output file: <figure7b-eps-converted-to.pdf>
-(epstopdf)                    date: 2015-02-20 10:17:33
-(epstopdf)                    size: 8218 bytes
-(epstopdf)             Command: <repstopdf --outfile=figure7b-eps-converted-to.
-pdf figure7b.eps>
-(epstopdf)             \includegraphics on input line 893.
-Package epstopdf Info: Output file is already uptodate.
-
-<figure7b-eps-converted-to.pdf, id=102, 493.845pt x 350.30875pt>
-File: figure7b-eps-converted-to.pdf Graphic file (type pdf)
-
-<use figure7b-eps-converted-to.pdf>
-Package pdftex.def Info: figure7b-eps-converted-to.pdf used on input line 893.
-(pdftex.def)             Requested size: 246.92189pt x 175.15395pt.
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (650.43pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (29.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (701.0pt too high) has occurred while \output is active []
-
- [15 <./figure7a-eps-converted-to.pdf> <./figure7b-eps-converted-to.pdf>]
-Package epstopdf Info: Source file: <figure8a.eps>
-(epstopdf)                    date: 2015-02-20 10:16:57
-(epstopdf)                    size: 24103 bytes
-(epstopdf)             Output file: <figure8a-eps-converted-to.pdf>
-(epstopdf)                    date: 2015-02-20 10:17:33
-(epstopdf)                    size: 8390 bytes
-(epstopdf)             Command: <repstopdf --outfile=figure8a-eps-converted-to.
-pdf figure8a.eps>
-(epstopdf)             \includegraphics on input line 916.
-Package epstopdf Info: Output file is already uptodate.
-
-<figure8a-eps-converted-to.pdf, id=116, 493.845pt x 350.30875pt>
-File: figure8a-eps-converted-to.pdf Graphic file (type pdf)
-
-<use figure8a-eps-converted-to.pdf>
-Package pdftex.def Info: figure8a-eps-converted-to.pdf used on input line 916.
-(pdftex.def)             Requested size: 246.92189pt x 175.15395pt.
-Package epstopdf Info: Source file: <figure8b.eps>
-(epstopdf)                    date: 2015-02-20 10:16:57
-(epstopdf)                    size: 24855 bytes
-(epstopdf)             Output file: <figure8b-eps-converted-to.pdf>
-(epstopdf)                    date: 2015-02-20 10:17:33
-(epstopdf)                    size: 8505 bytes
-(epstopdf)             Command: <repstopdf --outfile=figure8b-eps-converted-to.
-pdf figure8b.eps>
-(epstopdf)             \includegraphics on input line 917.
-Package epstopdf Info: Output file is already uptodate.
-
-<figure8b-eps-converted-to.pdf, id=117, 493.845pt x 350.30875pt>
-File: figure8b-eps-converted-to.pdf Graphic file (type pdf)
-
-<use figure8b-eps-converted-to.pdf>
-Package pdftex.def Info: figure8b-eps-converted-to.pdf used on input line 917.
-(pdftex.def)             Requested size: 246.92189pt x 175.15395pt.
-
-
-Package natbib Warning: Citation `li2011transforming' on page 16 undefined on i
-nput line 931.
-
-
-Package natbib Warning: Citation `vu2009universal' on page 16 undefined on inpu
-t line 931.
-
-
-Package natbib Warning: Citation `wang2014keeping' on page 16 undefined on inpu
-t line 931.
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (650.43pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (29.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (701.0pt too high) has occurred while \output is active []
-
- [16 <./figure8a-eps-converted-to.pdf> <./figure8b-eps-converted-to.pdf>]
-Package epstopdf Info: Source file: <figure9.eps>
-(epstopdf)                    date: 2015-09-27 17:42:12
-(epstopdf)                    size: 26999 bytes
-(epstopdf)             Output file: <figure9-eps-converted-to.pdf>
-(epstopdf)                    date: 2015-09-27 17:42:27
-(epstopdf)                    size: 7972 bytes
-(epstopdf)             Command: <repstopdf --outfile=figure9-eps-converted-to.p
-df figure9.eps>
-(epstopdf)             \includegraphics on input line 937.
-Package epstopdf Info: Output file is already uptodate.
-
-<figure9-eps-converted-to.pdf, id=131, 484.81125pt x 350.30875pt>
-File: figure9-eps-converted-to.pdf Graphic file (type pdf)
-
-<use figure9-eps-converted-to.pdf>
-Package pdftex.def Info: figure9-eps-converted-to.pdf used on input line 937.
-(pdftex.def)             Requested size: 266.647pt x 192.6704pt.
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (650.43pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (29.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (701.0pt too high) has occurred while \output is active []
-
- [17 <./figure9-eps-converted-to.pdf>] (./articleeo.bbl
-Underfull \hbox (badness 6658) in paragraph at lines 48--50
-[]\OT1/cmr/m/n/10 CPLEX, Op-ti-mizer. 2010. ``IBM ILOG CPLEX Op-ti-mizer.'' \OT
-1/cmr/m/it/10 Avail-able: http://www-
- []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (650.43pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (29.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (701.0pt too high) has occurred while \output is active []
-
- [18]
-Underfull \hbox (badness 4024) in paragraph at lines 124--126
-[]\OT1/cmr/m/n/10 Makhorin, An-drew. 2012. ``The GLPK (GNU Lin-ear Pro-gram-min
-g Kit).'' \OT1/cmr/m/it/10 Avail-able:
- []
-
-Missing character: There is no Ã in font cmr10!
-Missing character: There is no © in font cmr10!
-
-Underfull \hbox (badness 10000) in paragraph at lines 165--167
-[]\OT1/cmr/m/n/10 Varga, A. 2003. ``OM-NeT++ Dis-crete Event Sim-u-la-tion Sys-
-tem.'' \OT1/cmr/m/it/10 Avail-able:
- []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (650.43pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (29.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (701.0pt too high) has occurred while \output is active []
-
- [19])
-
-Package natbib Warning: There were undefined citations.
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (36.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (650.43pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (29.0pt too high) has occurred while \output is active []
-
-
-Overfull \vbox (701.0pt too high) has occurred while \output is active []
-
- [20]
-(./articleeo.aux)
-
-LaTeX Font Warning: Size substitutions with differences
-(Font)              up to 1.0pt have occurred.
-
-
-LaTeX Font Warning: Some font shapes were not available, defaults substituted.
-
- ) 
-Here is how much of TeX's memory you used:
- 4874 strings out of 493221
- 63526 string characters out of 6141266
- 155038 words of memory out of 5000000
- 8217 multiletter control sequences out of 15000+600000
- 14728 words of font info for 57 fonts, out of 8000000 for 9000
- 1119 hyphenation exceptions out of 8191
- 41i,19n,27p,963b,385s stack positions out of 5000i,500n,10000p,200000b,80000s
-</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb></us
-r/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx9.pfb></usr/share
-/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmbxti10.pfb></usr/share/tex
-live/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb></usr/share/texlive/t
-exmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/texlive/texmf-d
-ist/fonts/type1/public/amsfonts/cm/cmmi5.pfb></usr/share/texlive/texmf-dist/fon
-ts/type1/public/amsfonts/cm/cmmi6.pfb></usr/share/texlive/texmf-dist/fonts/type
-1/public/amsfonts/cm/cmmi7.pfb></usr/share/texlive/texmf-dist/fonts/type1/publi
-c/amsfonts/cm/cmmi8.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfo
-nts/cm/cmr10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/
-cmr6.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb
-></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb></usr/s
-hare/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb></usr/share/tex
-live/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texlive/t
-exmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfb></usr/share/texlive/texmf-di
-st/fonts/type1/public/amsfonts/cm/cmsy7.pfb></usr/share/texlive/texmf-dist/font
-s/type1/public/amsfonts/cm/cmsy8.pfb></usr/share/texlive/texmf-dist/fonts/type1
-/public/amsfonts/cm/cmti10.pfb></usr/share/texlive/texmf-dist/fonts/type1/publi
-c/amsfonts/cm/cmti8.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfo
-nts/cm/cmtt10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/sy
-mbols/msbm10.pfb>
-Output written on articleeo.pdf (20 pages, 764201 bytes).
-PDF statistics:
- 220 PDF objects out of 1000 (max. 8388607)
- 150 compressed objects within 2 object streams
- 0 named destinations out of 1000 (max. 500000)
- 61 words of extra memory for PDF output out of 10000 (max. 10000000)
-
diff --git a/PeCO-EO/articleeo.pdf b/PeCO-EO/articleeo.pdf
deleted file mode 100644 (file)
index 67077b8..0000000
Binary files a/PeCO-EO/articleeo.pdf and /dev/null differ
index d4ae9d964e548d9abc49a9d0a6aba66047c52d48..ab832aedbe67d137e48e078c8e6a97ee23054613 100644 (file)
@@ -5,6 +5,7 @@
 %\usepackage[linesnumbered,ruled,vlined,commentsnumbered]{algorithm2e}
 %\renewcommand{\algorithmcfname}{ALGORITHM}
 \usepackage{indentfirst}
+\usepackage{color}
 \usepackage[algo2e,ruled,vlined]{algorithm2e}
 \begin{document}
 
@@ -15,7 +16,7 @@
 \title{{\itshape Perimeter-based Coverage Optimization \\
   to Improve Lifetime in Wireless Sensor Networks}}
 
-\author{Ali Kadhum Idrees$^{a,b}$, Karine Deschinkel$^{a}$$^{\ast}$\thanks{$^\ast$Corresponding author. Email: karine.deschinkel@univ-fcomte.fr}, Michel Salomon$^{a}$ and Rapha\"el Couturier $^{a}$
+\author{Ali Kadhum Idrees$^{a,b}$, Karine Deschinkel$^{a}$$^{\ast}$\thanks{$^\ast$Corresponding author. Email: karine.deschinkel@univ-fcomte.fr}, Michel Salomon$^{a}$, and Rapha\"el Couturier $^{a}$
   $^{a}${\em{FEMTO-ST Institute, UMR 6174 CNRS, \\
   University Bourgogne Franche-Comt\'e, Belfort, France}} \\ 
   $^{b}${\em{Department of Computer Science, University of Babylon, Babylon, Iraq}}
@@ -36,7 +37,7 @@ distributed among sensor  nodes in each subregion.  The novelty  of our approach
 lies essentially  in the  formulation of a  new mathematical  optimization model
 based  on  the  perimeter  coverage   level  to  schedule  sensors'  activities.
 Extensive simulation experiments demonstrate that PeCO can offer longer lifetime
-coverage for WSNs in comparison with some other protocols.
+coverage for WSNs compared to other protocols.
 
 \begin{keywords}
   Wireless Sensor Networks, Area Coverage, Energy efficiency, Optimization, Scheduling.
@@ -48,34 +49,34 @@ coverage for WSNs in comparison with some other protocols.
 \label{sec:introduction}
 
 The continuous progress in Micro  Electro-Mechanical Systems (MEMS) and wireless
-communication hardware has  given rise to the opportunity to  use large networks
+communication hardware has given rise to the opportunity of using large networks
 of      tiny       sensors,      called      Wireless       Sensor      Networks
 (WSN)~\citep{akyildiz2002wireless,puccinelli2005wireless}, to fulfill monitoring
 tasks.   A  WSN  consists  of  small low-powered  sensors  working  together  by
 communicating with one another through multi-hop radio communications. Each node
 can send the data  it collects in its environment, thanks to  its sensor, to the
-user by means of  sink nodes. The features of a WSN made  it suitable for a wide
-range of application  in areas such as business,  environment, health, industry,
+user by means of sink nodes. The features  of a WSN makes it suitable for a wide
+range of applications in areas  such as business, environment, health, industry,
 military, and so on~\citep{yick2008wireless}.  Typically, a sensor node contains
 three main components~\citep{anastasi2009energy}: a sensing unit able to measure
 physical,  chemical, or  biological  phenomena observed  in  the environment;  a
 processing unit which will process and store the collected measurements; a radio
-communication unit for data transmission and receiving.
+communication unit for data transmission and reception.
 
 The energy needed  by an active sensor node to  perform sensing, processing, and
-communication is supplied by a power supply which is a battery. This battery has
+communication is provided by a power supply which is a battery. This battery has
 a limited energy provision and it may  be unsuitable or impossible to replace or
-recharge it in  most applications. Therefore it is necessary  to deploy WSN with
-high density  in order to  increase reliability  and to exploit  node redundancy
-thanks to energy-efficient activity  scheduling approaches.  Indeed, the overlap
-of sensing  areas can be exploited  to schedule alternatively some  sensors in a
-low power sleep mode and thus save  energy. Overall, the main question that must
-be answered is: how to extend the lifetime coverage of a WSN as long as possible
-while  ensuring  a   high  level  of  coverage?   These  past   few  years  many
+recharge in most applications. Therefore it is necessary to deploy WSN with high
+density in order  to increase reliability and to exploit  node redundancy thanks
+to  energy-efficient activity  scheduling  approaches.  Indeed,  the overlap  of
+sensing areas can  be exploited to schedule alternatively some  sensors in a low
+power sleep mode and  thus save energy. Overall, the main  question that must be
+answered is: how is it possible to extend the lifetime coverage of a WSN as long
+as possible while ensuring a high level  of coverage?  These past few years many
 energy-efficient mechanisms have been suggested  to retain energy and extend the
 lifetime of the WSNs~\citep{rault2014energy}.
 
-This paper makes the following contributions.
+This paper makes the following contributions :
 \begin{enumerate}
 \item A  framework is devised  to schedule  nodes to be  activated alternatively
   such that  the network  lifetime is  prolonged while  ensuring that  a certain
@@ -88,13 +89,13 @@ This paper makes the following contributions.
   architecture.
 \item A new  mathematical optimization model is proposed.  Instead  of trying to
   cover a set of specified points/targets as  in most of the methods proposed in
-  the literature, we formulate an integer program based on perimeter coverage of
-  each sensor.  The  model involves integer variables to  capture the deviations
-  between  the actual  level  of coverage  and the  required  level.  Hence,  an
-  optimal  schedule will  be  obtained by  minimizing a  weighted  sum of  these
-  deviations.
+  the literature,  we formulate a  mixed-integer program based on  the perimeter
+  coverage of each sensor.  The model  involves integer variables to capture the
+  deviations  between the  actual  level  of coverage  and  the required  level.
+  Hence, an  optimal schedule will be  obtained by minimizing a  weighted sum of
+  these deviations.
 \item Extensive  simulation experiments are  conducted using the  discrete event
-  simulator  OMNeT++, to  demonstrate the  efficiency of  our protocol.  We have
+  simulator OMNeT++,  to demonstrate  the efficiency of  our protocol.   We have
   compared  the  PeCO  protocol  to  two approaches  found  in  the  literature:
   DESK~\citep{ChinhVu} and GAF~\citep{xu2001geography}, and also to our previous
   protocol DiLCO published in~\citep{Idrees2}. DiLCO  uses the same framework as
@@ -125,12 +126,12 @@ to  the objective  of coverage  for a  finite number  of discrete  points called
 targets,   and   barrier  coverage~\citep{HeShibo,kim2013maximum}   focuses   on
 preventing  intruders   from  entering   into  the   region  of   interest.   In
 \citep{Deng2012} authors  transform the  area coverage  problem into  the target
-coverage one taking into account the  intersection points among disks of sensors
-nodes    or   between    disk   of    sensor   nodes    and   boundaries.     In
-\citep{Huang:2003:CPW:941350.941367}  authors prove  that if  the perimeters  of
-sensors are sufficiently  covered it will be  the case for the  whole area. They
-provide an algorithm in $O(nd~log~d)$  time to compute the perimeter-coverage of
-each sensor. $d$ denotes  the maximum number of sensors that  are neighbors to a
+coverage one, taking into account the intersection points among disks of sensors
+nodes   or    between   disks    of   sensor    nodes   and    boundaries.    In
+\citep{huang2005coverage} authors  prove that if  the perimeters of  the sensors
+are sufficiently covered it will be the case for the whole area. They provide an
+algorithm  in  $O(nd~log~d)$ time  to  compute  the perimeter-coverage  of  each
+sensor.  $d$ denotes  the maximum  number  of sensors  that are  neighbors to  a
 sensor, and  $n$ is the  total number  of sensors in  the network. {\it  In PeCO
   protocol, instead  of determining the level  of coverage of a  set of discrete
   points, our optimization model is  based on checking the perimeter-coverage of
@@ -139,7 +140,7 @@ sensor, and  $n$ is the  total number  of sensors in  the network. {\it  In PeCO
 The major  approach to extend network  lifetime while preserving coverage  is to
 divide/organize the  sensors into a suitable  number of set covers  (disjoint or
 non-disjoint)  \citep{wang2011coverage},  where  each set  completely  covers  a
-region of interest,  and to activate these set covers  successively. The network
+region of interest,  and to successively activate these set covers. The network
 activity can be planned in advance and scheduled for the entire network lifetime
 or organized  in periods,  and the  set of  active sensor  nodes decided  at the
 beginning of each  period \citep{ling2009energy}. In fact,  many authors propose
@@ -162,22 +163,22 @@ algorithms~\citep{ChinhVu,qu2013distributed,yangnovel}  each  sensor decides  of
 its own  activity scheduling after  an information exchange with  its neighbors.
 The main interest of such an approach  is to avoid long range communications and
 thus to reduce the energy dedicated to the communications.  Unfortunately, since
-each node has  only information on its immediate neighbors  (usually the one-hop
-ones)  it may  make a  bad  decision leading  to a  global suboptimal  solution.
+each node has  information on its immediate neighbors only  (usually the one-hop
+ones),  it may  make a  bad decision  leading to  a global  suboptimal solution.
 Conversely,                                                          centralized
 algorithms~\citep{cardei2005improving,zorbas2010solving,pujari2011high}   always
-provide nearly  or close to  optimal solution since  the algorithm has  a global
-view of the whole network. The disadvantage of a centralized method is obviously
-its high cost  in communications needed to  transmit to a single  node, the base
-station which will globally schedule nodes'  activities, data from all the other
-sensor nodes in  the area.  The price  in communications can be  huge since long
-range communications will be needed. In fact  the larger the WSN, the higher the
+provide nearly  optimal solutions since the  algorithm has a global  view of the
+whole network.  The disadvantage of a  centralized method is obviously  its high
+cost in  communications needed to  transmit to a  single node, the  base station
+which will globally  schedule nodes' activities, data from all  the other sensor
+nodes in  the area.  The  price in communications can  be huge since  long range
+communications  will be  needed. In  fact  the larger  the WSN,  the higher  the
 communication  energy  cost.  {\it  In  order  to  be suitable  for  large-scale
-  networks,  in PeCO  protocol  the area  of interest  is  divided into  several
+  networks, in  the PeCO protocol the  area of interest is  divided into several
   smaller subregions, and in each one, a  node called the leader is in charge of
-  selecting the  active sensors for the  current period.  Thus PeCO  protocol is
-  scalable and a globally distributed method,  whereas it is centralized in each
-  subregion.}
+  selecting the active  sensors for the current period.  Thus  the PeCO protocol
+  is scalable  and a globally distributed  method, whereas it is  centralized in
+  each subregion.}
 
 Various coverage scheduling algorithms have been developed these past few years.
 Many of  them, dealing with  the maximization of the  number of cover  sets, are
@@ -195,27 +196,27 @@ practiced techniques for  solving linear programs with too  many variables, have
 also                                                                        been
 used~\citep{castano2013column,doi:10.1080/0305215X.2012.687732,deschinkel2012column}.
 {\it In  the PeCO  protocol, each leader,  in charge of  a subregion,  solves an
-  integer program which  has a twofold objective: minimize  the overcoverage and
+  integer program which  has a twofold objective: minimizing  the overcoverage and
   the undercoverage of the perimeter of each sensor.}
 
 The  authors   in  \citep{Idrees2}  propose  a   Distributed  Lifetime  Coverage
 Optimization (DiLCO)  protocol, which  maintains the  coverage and  improves the
 lifetime  in WSNs.   It is  an  improved version  of a  research work  presented
 in~\citep{idrees2014coverage}.  First, the area  of interest is partitioned into
-subregions using a divide-and-conquer method. DiLCO protocol is then distributed
-on the  sensor nodes  in each  subregion in  a second  step. Hence this protocol
-combines two  techniques: a leader  election in  each subregion, followed  by an
-optimization-based   node  activity   scheduling  performed   by  each   elected
+subregions  using  a  divide-and-conquer  method. The  DiLCO  protocol  is  then
+distributed on the sensor  nodes in each subregion in a  second step. Hence this
+protocol combines two techniques: a  leader election in each subregion, followed
+by  an optimization-based  node activity  scheduling performed  by each  elected
 leader. The proposed DiLCO protocol is  a periodic protocol where each period is
 decomposed into 4  phases: information exchange, leader  election, decision, and
 sensing. The  simulations show that DiLCO  is able to increase  the WSN lifetime
 and provides  improved coverage performance.  {\it  In the PeCO protocol,  a new
   mathematical optimization model is proposed. Instead  of trying to cover a set
-  of  specified points/targets  as in  DiLCO protocol,  we formulate  an integer
-  program based on perimeter coverage of each sensor. The model involves integer
-  variables to capture  the deviations between the actual level  of coverage and
-  the required level. The idea is that an optimal scheduling will be obtained by
-  minimizing a weighted sum of these deviations.}
+  of specified points/targets as in the  DiLCO protocol, we formulate an integer
+  program based  on the perimeter  coverage of  each sensor. The  model involves
+  integer  variables to  capture  the  deviations between  the  actual level  of
+  coverage and the  required level. The idea is that  an optimal scheduling will
+  be obtained by minimizing a weighted sum of these deviations.}
   
 \section{ The P{\scshape e}CO Protocol Description}
 \label{sec:The PeCO Protocol Description}
@@ -280,7 +281,7 @@ west  side of  sensor~$u$,  with  the following  respective  coordinates in  the
 sensing area~:  $(v_x,v_y)$ and $(u_x,u_y)$.  From the previous  coordinates the
 euclidean distance between nodes~$u$ and $v$ is computed as follows:
 $$
-  Dist(u,v)=\sqrt{\vert u_x - v_x \vert^2 + \vert u_y-v_y \vert^2},
+  Dist(u,v)=\sqrt{(u_x - v_x)^2 + (u_y-v_y)^2},
 $$
 while the angle~$\alpha$ is obtained through the formula:
  \[
@@ -342,7 +343,7 @@ above is thus given by the sixth line of the table.
 \end{table}
 
 In  the  PeCO protocol,  the  scheduling  of  the  sensor nodes'  activities  is
-formulated    with    an    mixed-integer     program    based    on    coverage
+formulated    with    a    mixed-integer     program    based    on    coverage
 intervals~\citep{doi:10.1155/2010/926075}.  The  formulation   of  the  coverage
 optimization problem is  detailed in~Section~\ref{cp}.  Note that  when a sensor
 node  has a  part of  its sensing  range outside  the WSN  sensing field,  as in
@@ -396,13 +397,13 @@ of the application.
 \label{figure4}
 \end{figure} 
 
-We define two types of packets to be used by PeCO protocol:
+We define two types of packets to be used by the PeCO protocol:
 \begin{itemize} 
 \item INFO  packet: sent  by each  sensor node to  all the  nodes inside  a same
   subregion for information exchange.
 \item ActiveSleep packet: sent  by the leader to all the  nodes in its subregion
   to transmit to  them their respective status (stay Active  or go Sleep) during
-  sensing phase.
+  the sensing phase.
 \end{itemize}
 
 Five statuses are possible for a sensor node in the network:
@@ -505,16 +506,16 @@ $RE_k$, which must be greater than  a threshold $E_{th}$ in order to participate
 in  the current  period.   Each  sensor node  determines  its  position and  its
 subregion using an  embedded GPS or a location discovery  algorithm. After that,
 all the sensors collect position  coordinates, remaining energy, sensor node ID,
-and the number of their one-hop  live neighbors during the information exchange.
+and the number of their one-hop  live neighbors during the information exchange. \textcolor{blue}{We suppose that both INFO packet and ActiveSleep packet contain two parts: header and data payload. The sensor id is included in the header, where the header size is 8 bits. The data part includes position coordinates (64 bits), remaining energy (32 bits), and the number of their one-hop live neighbors (8 bits). Therefore the size of the INFO packet is 112 bits. The ActiveSleep packet is 16 bits size, 8 bits for the header and 8 bits for data part that includes only sensor status (0 or 1)}
 The sensors  inside a same  region cooperate to  elect a leader.   The selection
 criteria for the leader are (in order  of priority):
 \begin{enumerate}
 \item larger number of neighbors;
 \item larger  remaining energy;
-\item and then  in case  of equality,  larger index.
+\item and then,  in case  of equality,  larger indexes.
 \end{enumerate}
 Once chosen, the leader collects information  to formulate and solve the integer
-program  which allows  to construct  the set  of active  sensors in  the sensing
+program  which allows  to build  the set  of active  sensors in  the sensing
 stage.
 
 \section{Perimeter-based Coverage Problem Formulation}
@@ -536,7 +537,7 @@ First, the following sets:
 \item  $I_j$  designates  the  set  of  coverage  intervals  (CI)  obtained  for
   sensor~$j$.
 \end{itemize}
-$I_j$ refers to the set of  coverage intervals which have been defined according
+$I_j$ refers to the set of  coverage intervals which has been defined according
 to the  method introduced in  Subsection~\ref{CI}. For a coverage  interval $i$,
 let $a^j_{ik}$ denote  the indicator function of whether  sensor~$k$ is involved
 in coverage interval~$i$ of sensor~$j$, that is:
@@ -610,10 +611,10 @@ $V_{i}^{j}=l^{i}-l$.
 
 $\alpha^j_i$ and $\beta^j_i$  are nonnegative weights selected  according to the
 relative importance of satisfying the associated level of coverage. For example,
-weights associated with  coverage intervals of a specified part  of a region may
+weights associated with  coverage intervals of the specified part  of a region may
 be given by  a relatively larger magnitude than weights  associated with another
 region. This kind of mixed-integer program  is inspired from the model developed
-for   brachytherapy  treatment   planning  for   optimizing  dose   distribution
+for   brachytherapy  treatment   planning  to optimize  dose   distribution
 \citep{0031-9155-44-1-012}.  The choice of the values for variables $\alpha$ and
 $\beta$  should be  made according  to the  needs of  the application.  $\alpha$
 should be  large enough  to prevent  undercoverage and so  to reach  the highest
@@ -667,10 +668,10 @@ coverage task. This value corresponds to the energy needed by the sensing phase,
 obtained by multiplying  the energy consumed in the active  state (9.72 mW) with
 the time in seconds for one period (3600 seconds), and adding the energy for the
 pre-sensing phases.  According  to the interval of initial energy,  a sensor may
-be active during at most 20 periods. Information exchange to update the coverage
+be active during at most 20 periods. the information exchange to update the coverage
 is executed every  hour, but the length  of the sensing period  could be reduced
-and adapted dynamically. On  the one hand a small sensing  period would allow to
-be more  reliable but would  have result in  higher communication costs.  On the
+and adapted dynamically. On  the one hand a small sensing  period would allow the network to
+be more  reliable but would  have resulted in  higher communication costs.  On the
 other hand  the choice of a  long duration may  cause problems in case  of nodes
 failure during the sensing period.
 
@@ -681,7 +682,7 @@ so as  to prevent the non-coverage  for the interval~$i$ of  the sensor~$j$.  On
 the other hand, $\beta^j_i$ is assigned to a value which is slightly lower so as
 to minimize the  number of active sensor nodes which  contribute in covering the
 interval. Subsection~\ref{sec:Impact} investigates more deeply how the values of
-both parameters affect the performance of PeCO protocol.
+both parameters affect the performance of the PeCO protocol.
 
 The following performance metrics are used to evaluate the efficiency of the
 approach.
@@ -716,6 +717,15 @@ approach.
   where $|A_r^p|$ is  the number of active  sensors in the subregion  $r$ in the
   sensing period~$p$, $R$  is the number of subregions, and  $|J|$ is the number
   of sensors in the network.
+  
+\item {\bf \textcolor{blue}{Energy Saving Ratio (ESR)}}:  
+\textcolor{blue}{we consider a performance metric linked to energy. This metric, called Energy Saving Ratio (ESR), is defined by:
+\begin{equation*}
+\scriptsize
+\mbox{ESR}(\%) = \frac{\mbox{Number of alive sensors during this round}}
+{\mbox{Total number of sensors in the network}} \times 100.
+\end{equation*}  
+  }
 \item {\bf Energy Consumption (EC)}: energy consumption can be seen as the total
   energy  consumed by  the  sensors during  $Lifetime_{95}$ or  $Lifetime_{50}$,
   divided by  the number of  periods. The value of  EC is computed  according to
@@ -741,14 +751,14 @@ approach.
 \subsection{Simulation Results}
 
 In  order  to  assess and  analyze  the  performance  of  our protocol  we  have
-implemented PeCO  protocol in OMNeT++~\citep{varga} simulator.   The simulations
-were run  on a DELL laptop  with an Intel Core~i3~2370~M  (1.8~GHz) processor (2
-cores) whose MIPS  (Million Instructions Per Second) rate is  equal to 35330. To
-be consistent  with the  use of  a sensor  node based  on Atmels  AVR ATmega103L
-microcontroller (6~MHz)  having a MIPS rate  equal to 6, the  original execution
-time  on  the  laptop  is multiplied  by  2944.2  $\left(\frac{35330}{2}  \times
-\frac{1}{6} \right)$.  Energy  consumption is calculated according  to the power
-consumption  values,  in  milliWatt  per  second,  given  in  Table~\ref{tab:EC}.
+implemented  the   PeCO  protocol   in  OMNeT++~\citep{varga}   simulator.   The
+simulations were  run on a  DELL laptop  with an Intel  Core~i3~2370~M (1.8~GHz)
+processor (2 cores)  whose MIPS (Million Instructions Per Second)  rate is equal
+to 35330.  To be consistent with  the use of a  sensor node based on  Atmels AVR
+ATmega103L microcontroller (6~MHz)  having a MIPS rate equal to  6, the original
+execution  time on  the laptop  is multiplied  by 2944.2  $\left(\frac{35330}{2}
+\times \frac{1}{6} \right)$.  Energy consumption  is calculated according to the
+power consumption values, in milliWatt  per second, given in Table~\ref{tab:EC},
 based on the energy model proposed in \citep{ChinhVu}.
 
 \begin{table}[h]
@@ -780,7 +790,7 @@ consuming and more efficient, or implement a lightweight heuristic. For example,
 for  a WSN  of 200  sensor nodes,  a leader  node has  to deal  with constraints
 induced  by about  12 sensor  nodes.  In  that case,  to solve  the optimization
 problem  a memory  consumption of  more  than 1~MB  can be  observed with  GLPK,
-whereas less than 300~kB would be needed with CPLEX.
+whereas less than 300~KB would be needed with CPLEX.
 
 Besides  PeCO,   three  other  protocols   will  be  evaluated   for  comparison
 purposes. The first one, called DESK,  is a fully distributed coverage algorithm
@@ -789,17 +799,17 @@ GAF~\citep{xu2001geography}, consists in dividing the monitoring area into fixed
 squares. Then, during  the decision phase, in each square,  one sensor is chosen
 to  remain  active   during  the  sensing  phase.   The  last   one,  the  DiLCO
 protocol~\citep{Idrees2}, is an improved version of a research work we presented
-in~\citep{idrees2014coverage}. Let us  notice that PeCO and  DiLCO protocols are
-based on the same framework. In particular,  the choice for the simulations of a
-partitioning  in   16~subregions  was  made   because  it  corresponds   to  the
+in~\citep{idrees2014coverage}. Let us  notice that the PeCO  and DiLCO protocols
+are based on  the same framework. In particular, the  choice for the simulations
+of  a partitioning  in  16~subregions was  made because  it  corresponds to  the
 configuration producing  the best results for  DiLCO. Of course, this  number of
-subregions should be adapted according to the  size of the area  of interest and
+subregions should be adapted  according to the size of the  area of interest and
 the number of sensors.  The protocols  are distinguished from one another by the
 formulation of the integer program providing the set of sensors which have to be
-activated in each sensing phase. DiLCO protocol tries to satisfy the coverage of
-a set of primary  points, whereas PeCO protocol objective is  to reach a desired
-level of coverage for each sensor perimeter. In our experimentations, we chose a
-level of coverage equal to one ($l=1$).
+activated  in each  sensing  phase.  The DiLCO  protocol  tries  to satisfy  the
+coverage of a set of primary points,  whereas the objective of the PeCO protocol
+is  to reach  a desired  level of  coverage for  each sensor  perimeter. In  our
+experimentations, we chose a level of coverage equal to one ($l=1$).
 
 \subsubsection{Coverage Ratio}
 
@@ -807,9 +817,9 @@ Figure~\ref{figure5} shows  the average  coverage ratio  for 200  deployed nodes
 obtained with the four protocols. DESK, GAF, and DiLCO provide a slightly better
 coverage ratio with respectively 99.99\%,  99.91\%, and 99.02\%, compared to the
 98.76\% produced by PeCO for the first periods.  This is due to the fact that at
-the  beginning DiLCO  and  PeCO protocols  put to  sleep  status more  redundant
-sensors  (which slightly  decreases the  coverage  ratio), while  the two  other
-protocols  activate more  sensor nodes.  Later, when  the number  of periods  is
+the beginning the  DiLCO and PeCO protocols put more  redundant sensors to sleep
+status  (which slightly  decreases  the  coverage ratio),  while  the two  other
+protocols activate  more sensor  nodes.  Later,  when the  number of  periods is
 beyond~70, it  clearly appears that  PeCO provides  a better coverage  ratio and
 keeps a coverage ratio greater than 50\% for longer periods (15 more compared to
 DiLCO, 40 more compared to DESK). The  energy saved by PeCO in the early periods
@@ -825,13 +835,13 @@ allows later a substantial increase of the coverage performance.
 
 \subsubsection{Active Sensors Ratio}
 
-Having the less active sensor nodes in  each period is essential to minimize the
+Minimizing the number of active sensor nodes in  each period is essential to minimize the
 energy   consumption    and   thus    to   maximize   the    network   lifetime.
 Figure~\ref{figure6}  shows the  average  active nodes  ratio  for 200  deployed
 nodes.  We observe that DESK and GAF have 30.36~\% and 34.96~\% active nodes for
-the first fourteen  rounds, and DiLCO and PeCO protocols  compete perfectly with
+the first fourteen  rounds, and the DiLCO and PeCO protocols  compete perfectly with
 only 17.92~\%  and 20.16~\% active nodes  during the same time  interval. As the
-number of periods increases, PeCO protocol has a lower number of active nodes in
+number of periods increases, the PeCO protocol has a lower number of active nodes in
 comparison with the  three other approaches and exhibits a  slow decrease, while
 keeping a greater coverage ratio as shown in Figure \ref{figure5}.
 
@@ -842,19 +852,37 @@ keeping a greater coverage ratio as shown in Figure \ref{figure5}.
 \label{figure6}
 \end{figure} 
 
+\subsubsection{\textcolor{blue}{Energy Saving Ratio (ESR)}} 
+
+\textcolor{blue}{In this experiment, we consider an Energy Saving Ratio (see Figure~\ref{fig5}) for 200 deployed nodes. 
+The  longer the ratio  is,  the more  redundant sensor  nodes are switched off, and consequently  the longer the  network may  live. }
+
+\begin{figure}[h!]
+%\centering
+% \begin{multicols}{6}
+\centering
+\includegraphics[scale=0.5]{ESR.eps} %\\~ ~ ~(a)
+\caption{Energy Saving Ratio for 200 deployed nodes}
+\label{fig5}
+\end{figure} 
+
+\textcolor{blue}{The simulation results show that our protocol PeCO allows to efficiently save energy by turning off some sensors during the sensing phase. 
+As shown in Figure~\ref{fig5}, GAF provides better energy saving than PeCO for the first fifty rounds, because GAF balance the energy consumption among sensor nodes inside each small fixed grid that permits to extend the life of sensors in each grid fairly but in the same time turn on large number of sensors during sensing that lead later to quickly deplete sensor's batteries togehter. After that GAF provide less energy saving compared with other approches because of the large number of dead nodes. DESK algorithm shows less energy saving compared with other approaches due to activate a larg number of sensors during the sensing. DiLCO protocol provides less energy saving ratio commpared with PeCO because it generally activate a larger number of sensor nodes during sensing. Note that again as the number of  rounds increases PeCO becomes  the most performing one, since it consumes less energy compared with other approaches.}
+
+
 \subsubsection{Energy Consumption}
 
 The  effect  of  the  energy  consumed by  the  WSN  during  the  communication,
 computation,  listening,  active, and  sleep  status  is studied  for  different
 network densities  and the  four approaches  compared.  Figures~\ref{figure7}(a)
 and (b)  illustrate the energy consumption  for different network sizes  and for
-$Lifetime95$ and $Lifetime50$.  The results show  that PeCO protocol is the most
+$Lifetime_{95}$ and $Lifetime_{50}$.  The results show  that the PeCO protocol is the most
 competitive from the energy consumption point of view. As shown by both figures,
 PeCO consumes much less energy than the  other methods. One might think that the
 resolution of the integer program is too  costly in energy, but the results show
 that it is very beneficial to lose a  bit of time in the selection of sensors to
 activate.  Indeed  the optimization program  allows to reduce  significantly the
-number of  active sensors  and so  the energy consumption  while keeping  a good
+number of  active sensors  and also  the energy consumption  while keeping  a good
 coverage level. Let  us notice that the energy overhead  when increasing network
 size is the lowest with PeCO.
 
@@ -870,14 +898,14 @@ size is the lowest with PeCO.
 
 \subsubsection{Network Lifetime}
 
-We observe the  superiority of both PeCO and DiLCO  protocols in comparison with
+We observe the  superiority of both the PeCO and DiLCO  protocols in comparison with
 the   two   other  approaches   in   prolonging   the  network   lifetime.    In
-Figures~\ref{figure8}(a) and  (b), $Lifetime95$  and $Lifetime50$ are  shown for
+Figures~\ref{figure8}(a) and  (b), $Lifetime_{95}$  and $Lifetime_{50}$ are  shown for
 different  network  sizes.  As  can  be  seen  in  these figures,  the  lifetime
-increases with the size of the network,  and it is clearly largest for DiLCO and
+increases with the size of the network,  and it is clearly larger for the DiLCO and
 PeCO protocols.  For  instance, for a network of 300~sensors  and coverage ratio
 greater than  50\%, we can see  on Figure~\ref{figure8}(b) that the  lifetime is
-about  twice  longer with  PeCO  compared  to  DESK protocol.   The  performance
+about  twice  longer with  PeCO  compared  to  the DESK protocol.   The  performance
 difference    is   more    obvious    in    Figure~\ref{figure8}(b)   than    in
 Figure~\ref{figure8}(a) because the gain induced by our protocols increases with
 time, and the lifetime with a coverage over 50\% is far longer than with 95\%.
@@ -892,18 +920,18 @@ time, and the lifetime with a coverage over 50\% is far longer than with 95\%.
   \label{figure8}
 \end{figure} 
 
-Figure~\ref{figure9} compares the lifetime coverage  of DiLCO and PeCO protocols
+Figure~\ref{figure9} compares the lifetime coverage  of the DiLCO and PeCO protocols
 for  different   coverage  ratios.   We  denote  by   Protocol/50,  Protocol/80,
 Protocol/85, Protocol/90,  and Protocol/95 the  amount of time during  which the
 network  can satisfy  an  area  coverage greater  than  $50\%$, $80\%$,  $85\%$,
 $90\%$, and  $95\%$ respectively,  where the  term Protocol  refers to  DiLCO or
-PeCO.  Indeed there are applications that do not require a 100\% coverage of the
-area to be  monitored. PeCO might be  an interesting method since  it achieves a
-good balance  between a  high level  coverage ratio  and network  lifetime. PeCO
+PeCO.  \textcolor{blue}{Indeed there are applications that do not require a 100\% coverage of the
+area to be  monitored. For example, forest
+fire application might require complete coverage
+in summer seasons while only requires 80$\%$ of the area to be covered in rainy seasons \cite{li2011transforming}. As another example, birds habit study requires only 70$\%$-coverage at nighttime when the birds are sleeping while requires 100$\%$-coverage at daytime when the birds are active \cite{vu2009universal}. Mudflows monitoring applications may require part of the area to be covered in sunny days. Thus, to extend network lifetime, the coverage quality can be decreased if it is acceptable\cite{wang2014keeping}}. PeCO might be  an interesting method since  it achieves a good balance  between a high level  coverage ratio  and network  lifetime. PeCO
 always  outperforms DiLCO  for the  three  lower coverage  ratios, moreover  the
-improvements grow  with the network  size. DiLCO  is better for  coverage ratios
-near 100\%, but  in that case PeCO  is not ineffective for  the smallest network
-sizes.
+improvements grow  with the network  size. \textcolor{blue}{DiLCO outperforms PeCO when the coverage ratio is required to be $>90\%$, but PeCo extends the network lifetime significantly when coverage ratio can be relaxed.}
+%DiLCO  is better for  coverage ratios near 100\%, but  in that case PeCO  is not ineffective for  the smallest network sizes.
 
 \begin{figure}[h!]
 \centering \includegraphics[scale=0.55]{figure9.eps}
@@ -916,17 +944,17 @@ sizes.
 
 Table~\ref{my-labelx}  shows network  lifetime results  for different  values of
 $\alpha$ and $\beta$, and  a network size equal to 200 sensor  nodes. On the one
-hand, the choice  of $\beta \gg \alpha$ prevents the  overcoverage, and so limit
-the activation of a large number of  sensors, but as $\alpha$ is low, some areas
-may be poorly covered.  This explains  the results obtained for {\it Lifetime50}
-with $\beta \gg \alpha$: a large number  of periods with low coverage ratio.  On
-the other hand, when we choose $\alpha \gg \beta$, we favor the coverage even if
-some areas may  be overcovered, so high  coverage ratio is reached,  but a large
-number  of  sensors are  activated  to  achieve  this goal.   Therefore  network
-lifetime is reduced.   The choice $\alpha=0.6$ and $\beta=0.4$  seems to achieve
-the best compromise  between lifetime and coverage ratio.  That  explains why we
-have  chosen  this  setting  for  the  experiments  presented  in  the  previous
-subsections.
+hand,  the choice  of $\beta  \gg \alpha$  prevents the  overcoverage, and  also
+limits the activation of a large number of sensors, but as $\alpha$ is low, some
+areas  may  be   poorly  covered.   This  explains  the   results  obtained  for
+$Lifetime_{50}$ with  $\beta \gg  \alpha$: a  large number  of periods  with low
+coverage ratio.  On the other hand, when  we choose $\alpha \gg \beta$, we favor
+the coverage even if some areas may  be overcovered, so a high coverage ratio is
+reached,  but a  large number  of sensors  are activated  to achieve  this goal.
+Therefore  the  network  lifetime  is  reduced.   The  choice  $\alpha=0.6$  and
+$\beta=0.4$ seems to  achieve the best compromise between  lifetime and coverage
+ratio.   That explains  why  we have  chosen this  setting  for the  experiments
+presented in the previous subsections.
 
 %As can be seen in Table~\ref{my-labelx},  it is obvious and clear that when $\alpha$ decreased and $\beta$ increased by any step, the network lifetime for $Lifetime_{50}$ increased and the $Lifetime_{95}$ decreased. Therefore, selecting the values of $\alpha$ and $\beta$ depend on the application type used in the sensor nework. In PeCO protocol, $\alpha$ and $\beta$ are chosen based on the largest value of network lifetime for $Lifetime_{95}$.
 
@@ -973,19 +1001,18 @@ lifetime, coverage ratio, active sensors ratio, and energy consumption.
 We plan to extend  our framework so that the schedules  are planned for multiple
 sensing  periods. We  also want  to  improve the  integer program  to take  into
 account heterogeneous sensors from both energy and node characteristics point of
-views.  Finally,  it would  be interesting  to implement  PeCO protocol  using a
+views.  Finally, it would be interesting  to implement the PeCO protocol using a
 sensor-testbed to evaluate it in real world applications.
 
-
-\subsection*{Acknowledgements}
+\subsection*{Acknowledgments}
 The  authors  are   deeply  grateful  to  the  anonymous   reviewers  for  their
 constructive advice,  which improved the  technical quality  of the paper.  As a
-Ph.D.   student, Ali  Kadhum IDREES  would  like to  gratefully acknowledge  the
+Ph.D.   student, Ali  Kadhum Idrees  would  like to  gratefully acknowledge  the
 University of  Babylon - Iraq  for financial support  and Campus France  for the
 received support. This work is also partially funded by the Labex ACTION program
-(contract ANR-11-LABX-01-01).
-
+(contract ANR-11-LABX-01-01).  
 \bibliographystyle{gENO}
-\bibliography{biblio} %articleeo
+\bibliography{biblio} % biblio
 
 \end{document}