problemofndinganindependentsetofmaximumcardinalityisoneofthefundamentalcombinatorialproblems.itisknowntobenp-complete,evenforbounded-degreegraphs,and

Size: px
Start display at page:

Download "problemofndinganindependentsetofmaximumcardinalityisoneofthefundamentalcombinatorialproblems.itisknowntobenp-complete,evenforbounded-degreegraphs,and"

Transcription

1 Greedisgood:Approximatingindependentsetsinsparseand Magn sm.halld rssonz bounded-degreegraphsy methodforndingindependentsetsingraphs.weshowthatitachievesaperformanceratio Theminimum-degreegreedyalgorithm,orGreedyforshort,isasimpleandwellstudied Abstract JaikumarRadhakrishnanx ecientparallelanddistributedalgorithmattainingtheperformanceguaranteesofgreedy. algorithmasafunctionoftheindependencenumber,aswellasageneralizationoftur n's analysisyieldsaprecisecharacterizationofthesizeoftheindependentsetsfoundbythe bound.wealsoanalyzethealgorithmwhenrunincombinationwithaknownpreprocessing technique,andobtainanimproved(2d+3)=5performanceratioongraphswithaverage degreed,improvingonthepreviousbest(d+1)=2ofhochbaum.finally,wepresentan of(+2)=3forapproximatingindependentsetsingraphswithdegreeboundedby.the problemofndinganindependentsetofmaximumcardinalityisoneofthefundamentalcombinatorialproblems.itisknowntobenp-complete,evenforbounded-degreegraphs,and 1Introduction Anindependentsetinagraphisacollectionofverticesthataremutuallynon-adjacent.The selectsavertexofminimumdegree,deletesthatvertexandallofitsneighborsfromthegraph, withagoodperformanceratio,whichisaboundonthemaximumratiobetweentheoptimal solutionsize(i.e.theindependencenumber)andthesizeofthesolutionfoundbytheheuristic. andrepeatsthisprocessuntilthegraphbecomesempty.asadelightfullysimpleandecient thereforenoecientalgorithmsareinsight. theindependentsetprobleminbounded-degreegraphs.inparticular,weseekanalgorithm algorithm,thegreedymethoddeservesaparticularlydetailedanalysis.itisalreadyknownto Oneofthemostubiquitousheuristicmethodsforthisproblemisthegreedyalgorithmwhich Giventhehardnessofexactcomputation,weareinterestedinapproximationalgorithmsfor andndingoptimalindependentsetsintrees,series-parallel,cographs,andgraphsofdegreeat most2. extentofitsperformancehasapparentlynotbeendeterminedbefore.thebestratiopreviously possessseveralimportantqualities:attainingthetur nbound,anditsgeneralizationinterms ofdegreesequences[30,8];almostalwaysobtainingasolutionatleasthalfthesizeofanoptimal solutioninarandomgraph[23];yieldinganon-trivialgraphcoloringapproximation[16],anda lightcoloringwithasmallchromaticsum[19],whenappliediterativelyasacoloringmethod; JapanAdvancedInstituteofScienceandTechnologyHokuriku. GordonGekko[29]. yapreliminaryversionofthispaperappearedinthe26thacmsymposiumontheoryofcomputing,1994. xtheoreticalcomputersciencegroup,tatainstituteoffundamentalresearch,bombay,india WhiletheperformanceratioofGreedyhasbeenanalyzedbeforetosomeextent,thetrue 1

2 averagedegreed[14]. claimedforgreedywas 1ongraphswithmaximumdegree[27]andd+1ongraphsof numberandthenumberofvertices. oftur n'sboundthatincorporatestheactualindependencenumberofthegraph,andgivea ittoimprovethebestperformanceratioknownintermsofaveragedegreeto(2d+3)=5,but general,tightexpressionofthesizeofthesolutionfoundasafunctionoftheindependence boundof(d+2)=2intermsofaveragedegree.intheprocess,wegiveanaturalextension performanceratioof(+2)=3intermsofmaximumdegree,andanasymptoticallyoptimal WefurtheranalyzeGreedyextendedwithapreprocessingmethodofHochbaum[14].Weuse OurmainresultisthatGreedyismuchbetterthanpreviouslyclaimed.Weobtainatight naturallyleadstoaparallelanddistributedalgorithminheritingtheapproximativeproperties algorithmandsomeofitspropertiesincludingthetur nbound,andreviewotherresultson theperformanceguaranteesclaimedabove;infact,itholdsforanyvertexwhosedegreeisat mosttheaverageofthedegreesofitanditsneighbors.thisisalocallyevaluatedpropertythat ofgreedy,fortherstnon-trivialsuchapproximationsknowntous. showittobeoflimiteduseintermsofmaximumdegree. approximatingthisproblem.weanalyzegreedyindetailinsection3,startingwithageneralizationofthetur nboundinsection3.1,followedbytightperformanceratiosinsection3.2, Theremainderofthepaperisorganizedasfollows.InSection2wepresenttheGreedy ItfollowsfromouranalysisthatgloballyminimumdegreeisnotrequiredforGreedytoachieve andlimitationsonitsperformanceinsection3.3.insection4,weconsiderimprovementsobtainedbyadditionallyapplyingapreprocessingtechnique,anddescribeinsection5aparallel denotedg=(v;e),ndenotesthenumberofvertices,themaximumdegree,dtheaverage algorithmattainingtheboundsprovedforgreedy. 1.1Notation Weusefairlystandardgraphnotationandterminology.Forthegraphinquestion,usually degree,theindependencenumber(thesizeofthelargestindependentset),andtheindependencefraction(thatis,=n).foravertexv,d(v)denotesthedegreeofv,andn(v)theset WefocusonGreedy,denotedbyGr. G=(V;E).TheperformanceratioAofAisdenedby ofneighborsofv. ForanindependentsetalgorithmA,A(G)isthesizeofthesolutionobtainedbyAongraph 2TheGreedyAlgorithmandRelatedResults A=A(n)=max G;jGj=n(G) 2.1TheGreedyAlgorithm A(G): pendentsetbyselectingsomevertexofminimumdegree,removingitanditsneighborsfrom thegraph,anditeratingontheremaininggraphuntilempty. Theminimum-degreegreedyalgorithm,orGreedyforshort,incrementallyconstructsaninde- Greedy(G) I whileg6=;do ; 2

3 end odg OutputI Choosevsuchthatd(v)=min I I[fvg G fvg[n(v) w2v(g)d(w) independentofthedegree. Thatis,viscriticalifitsatises:d2(v)X Thealgorithmcanbeimplementedintimelinearinthenumberofedgesandvertices, Avertexofminimumdegreeiscritical,hencesuchanodealwaysexists.Althoughwestate Wecallanodecriticalifitsdegreeisatmosttheaverageofthedegreesofitanditsneighbors. selectedvertexiscritical. toaniteration.inareduction,avertexisselected,addedtothesolution,andthenremoved Greedywiththisminimum-degreepivotingrule,theonlypropertythatweshalluseisthatthe Consideranexecutionofthealgorithmtobeasequenceofreductions,eachcorresponding w2n(v)d(w): (1) Thisallowsustoboundfrombelowthenumberofedgesremovedineachstep. alongwithitsneighborhoodfromthegraph.lettdenotethenumberofreductionsanddithe ofthedegreesofthedi+1verticesremovedinthei-threductionmustbeatleastdi(di+1). degreeintheremaininggraphofthei-thvertexselected,i=1;2;:::t.thenumberofvertices removedinthei-threductionisthusdi+1. Aclassicaltheoremingraphtheory,duetoTur n[28],statesthatforanygraphg, 2.2PreviousresultsonGreedy Themainpropertyofthealgorithmthatweshallbeusinginouranalysisisthatthesum whichheshowedwasattainedbygreedy.thisresultactuallyfollowsfromanearliertheorem equalaspossible.wei[30](see[10])provedanextension, andthattheinequalityistightonlyforthegraphconsistingof(g)disjointcliquesofsizeas (G)Xv2V1=(d(v)+1); (G)n=(d+1); Theorem1Grn ourcentralresultsbuilddirectlyuponit. originalgraph.theproofofhistheoremcanalsobeseentoindirectlyrefertogreedy. oferd s[8](see[10]),whichstatesthatifagraphcontainsnoindependentsetofsizek+1, thenthereisgraphconsistingofkdisjointcliqueswhosedegreesequencedominatesthatofthe fromthegraph.wecountthenumberofverticesandedgesdeletedineachreduction. performsasequenceoftreductions,eachtimepickingavertexanddeletingitanditsneighbors Proof.TheproofisavariationoftheonegivenbyHochbaum[14].TheGreedyalgorithm WeincludeaproofhereofthefactthatGreedyattainstheTur nbound,sincetheproofsof d+1 3

4 stepiisatleastdi(di+1),andthusthenumberofedgesdeletedisatleasthalfthatamount. Summingoverallthereductions:d2n=jEjtXi=1 SinceGreedyalwaysselectsacriticalvertex,thesumofthedegreesoftheverticesdeletedin Theremovalofverticesineachreductionpartitionsthevertexset;thus: txi=1(di+1)=n di+1 2!: (2) Wenowadd(2)andtwice(3),andobtain: (d+1)ntxi=1(di+1)2: (3) vertexofmaximumdegree,untilnoedgeremains.surprisingly,thisalgorithmalsoattainsthe UsingtheCauchy-Schwarzinequalityand(2),weget: Tur nbound,asprovedindependentlybygriggs[10]andchv talandmcdiarmid[7].its verticesfoundbygreedy. approximativepropertiesarehoweverweaker.onthegraphwith2sverticesthatiscomplete Rearrangingtheinequality,weobtainthedesiredboundont,whichispreciselythenumberof AnothersimplealgorithmoperatesbyarulethatistheinverseofGreedy:itdeletesa (d+1)nn2=t: jijedgesmustexitanindependentsetiwhileatmost(n jij)edgescanbeincidenton further.,theindependencenumberisboundedfromabovebyn=(+).thisisbecauseatleast setforanapproximationratioofs=2=(+1)=2.asaresult,wedonotconsiderthismethod canbeobtainedbyrudimentaryarguments.observethatinagraphwithminimumdegree bipartitelessasingleperfectmatching,thealgorithmmayndonlyatwovertexindependent theremainingvertices.thusinaregularconnectedcomponent,theindependencenumberisat mostn=2,foraratioof(+1)=2.thisisatmost 1for3,andwealsoknowthat Greedyisoptimalwhen=2. Anupperboundof 1oftheperformanceratioofGreedy(withtheminimum-degreerule) minimumdegreeisatleasttwo.hence,bythepreviousargument,theindependencenumberis atmost 1,soGreedyndsatleastn=independentvertices.AslongasGreedyselectsa Theaboveargumentmaybewhatisalludedtoin[27,p.306]. atmostn=(+2).combined,thisyieldsaratioof2=(+2),whichisalsoatmost 1. thetwoverticesdeletedineachstep.thus,wemayassumewithoutlossofgeneralitythatthe vertexofdegreeoneitproceedsoptimally,sincetheoptimalsolutioncancontainatmostoneof Considernowthecaseofanon-regularcomponent.Ineachstepthereisavertexofdegree verticesnotalreadyinamaximalsolutioni.4 ratioof+1.infact,aratioofholds,sinceanoptimalsolutioncancontainatmostjij Anymaximalindependentsetisofsizeatleastn=(+1),whichresultsinatrivialperformance 2.3Relatedresults

5 perboundsonthesizeoftheoptimalsolution.thetechniquewasbasedonresultsofnemhauser wend.lov sz[22]gaveanelegantproofthatcanbeturnedintoanecientalgorithm. lem.wedescribethisapproachinmoredetailinsection4.sheobtainedapproximationsof andtrotter[24]onsolutionsofthelinearprogrammingrelaxationoftheindependentsetprob- coloredwithcolorsunlessisconsistsof+1-cliqueoranoddcycle.sincewecandisposeof theexceptionsoptimally,thisyieldsastrongerboundofn=onthesizeoftheindependentset Hochbaum[14]introducedapreprocessingtechniquewhoseeectwastoobtainstrongerup- ThetheoremofBrooks[5]isanearlyresultthatstatesthatanyconnectedgraphcanbe minimumdegreeofanyinducedsubgraphofg,aswellasaratioof(d+1)=2intheunweighted weightedindependentsetsbyapplyingcoloringheuristicsandselectingtheheaviestcolorasa solution.inparticular,sheobtainedratiosof=2and(d(g)+1)=2,whered(g)isthelargest numberofverticeswhileaddingagreaternumber. approachisalocalsearchmethod,thatseeksalargersolutionprimarilybydeletingamoderate backoftheirmethodsistheexorbitanttimecomplexityofmorethanexp(3210logn).their followedbybermanandfujito[3]gavesignicantlyimprovedratiosof(+3)=5.thedraw- caseȧdecadepassedwithlittleeect.independentofthecurrentwork,bermanandf rer[4] alsoanalyzedfurtherthelocalsearchmethodoftheprevioustwopapers,decreasingthetime smalltofairlylargedegree,aswellasanasymptoticratioofo(=loglog)[11,12].wehave independentsets.thisallowsustoobtainperformanceratiosof=6(1+o(1))forgraphsof byresultsingraphtheorythatstatethatgraphswithoutsmallcliquescontainprovablylarger of[14]. deletesonewhileaddingtwoormore.theyobtainedratiosthatimprovedonthe=2bound Khannaetal.[18]alsoconsideredasimplerversionofthislocalsearchstrategy,thatmerely anecientversion,illustratingfurthertime/approximationtradeopossibilities. complexityneededfortheresultof[4],andobtainedaperformanceratioof(+3)=4[11]with Halld rssonandyoshihara[13]haveusedideasfromthecurrentpapertoanalyzemodied Alongsidewiththecurrentwork,westudiedsubgraphremovalmethodsthataremotivated theygivealinear-timealgorithmthatattainsaratioof9=71:286. versionsofthegreedyalgorithmschema.inparticular,forgraphsofmaximumdegreethree, xed)belongstotheclassofmaxsnp-completeproblemsintroducedbypapadimitriouand greatstridesinrecentyears.theindependentsetprobleminbounded-degreegraphs(foreach Yannakakis[25].Thegroundbreakingresultsonthetheoryofinteractiveproofs,resultinginthe independentsetprobleminboundeddegreegraphswithinafactorof1+isnp-hard.even landmarkpaperofaroraetal.[2],showthatthereisaxed>0suchthatapproximatingthe strongerresultsholdwhendegreerestrictionsarelifted:theindependentsetproblemcannot beapproximatedwithn,forsome,unlessp=np[2].alonetal.[1]haverecentlybeen Theprecedinghasfocusedonpossibilityresults,butnon-approximabilityresultshavemade issimilarlynp-hard. 3AnalysisofGreedy 3.1RelativesizeofGreedysolutions WestartbystrengtheningtheconstructiveversionofTur n'stheorem,byexpressingthesize abletoscalethelatterresultsdowntoshowthatapproximationonbounded-degreegraphs ourbounddominatestur n's,yieldingstrictimprovementswhenevertheindependencenumber oftheobtainableindependentsetasafunctionoftheindependencenumber.observethat exceedsthepromiseoftur n'sbound.recallthatistheindependencefraction,=n. 5

6 Theorem2Gr1+2 Proof.OurprooffollowsthatofTheorem1,whilewenowadditionallykeepcountthenumber thedi+1verticesdeletedinreductionithatarealsocontainedinthatmaximumindependent set.then: ofverticesdeletedthatbelongtosomemaximumcardinalityindependentset. Fixanindependentsetofmaximumcardinality,andletkibethenumberofverticesamong d+1+n thatnoedgecanhavebothitsendpointsinthemaximumindependentset.thus,thenumber ofedgesdeletedisatleast di+1 Recallthatthesumofthedegreesoftheverticesdeletedinstepiisatleastdi(di+1).Note 2+ ki d2n=jejtxi=1 2.Henceweobtainthefollowingstrengtheningofineq.3: txi=1ki=: di+1 2!+ ki 2!: (5) (4) Wenowadd(2),(4)andtwice(5),andapplytheCauchy-Schwarzinequalitytoobtain: cedingprooftoobtainboundsparametrizedbythemaximumdegree. Theorem3Gr1 (1 ) Rearrangingtheinequality,weobtainthedesiredboundont. Wenowturnourattentiontobounded-degreegraphs,usingtechniquessimilartothepre- (1 )+1n (d+1+)ntxi=1(di+1)2+k2i(1+2)n2=t: Proof.WeextendtheproofofTheorem2.Inthei-thstepdi+1verticesandalledgesincident onthemaredeleted.oftheseedges,letxihaveonlyoneendinthesedi+1vertices;the remainingedgeshavebothendsamongthedi+1vertices:ofthese,letyihaveoneendinthe Multiply(7)by 1(reversingtheinequality)andadditto(6)toobtain: independentsetandoneoutside,andzihavebothendsoutside.thenwehave: xi+yi+2zidi(di+1) ki(di+1 ki) xi+2(yi+zi)di(di+1); yiki(di+1 ki); 2! ki(di+1 ki) (7) (6) Sincethenumberofedgesdeletedinthei-thstepispreciselyxi+yi+zi,wehavethefollowing extensionof(5): jejtxi=1 = di+1 2!+ di+1 2!+ ki 2!+ 2!+ di+1 ki 2! zi 2!: 6 (8)

7 independentsettwice. entailscountingedgesincidentontheindependentsetverticesoncebutthosefullyoutsidethe Wealsocountthetotaldegreeofverticesoutsidethemaximumindependentset,which Tosimplifytherighthandside,weaddPti=1(di+1)+ki+(di+1 ki)andcompensatefor Nowaddtwice(8)andtwice(9)toobtain: 2(n )txi=1di(di+1)+ki(ki 1)+(di+1 ki)(di ki): (n )txi=1zi+jej: (9) thisbyadding2ntothelefthandside(invoking(2)).then: Theclaimfollowsfromthis. Using(2),(4)andtheCauchy-Schwarzinequality,weobtain: 2(n )+2ntXi=1(di+1)2+k2i+(di+1 ki)2: 2((1 )+1)n[1+2+(1 )2]n2=t: (10) boundoftheorem2inthedenominatoroftheperformanceratiofunction,usetheidentity ThefollowingboundontheperformanceofGreedyonsparsegraphsfollowseasily.Weusethe =ninthenumerator,andobservethattheratioismaximizedwhen=1. Corollary4Grd+2 3.2Performanceguarantees chosenandexactlykverticesoftheindependentsetwereremoved.moreprecisely,ford= 0;1;:::;andk=0;1;:::;max(d;1),wedenetd;k=jfi:di=dandki=kgj:Withthis quiteyieldsourmainclaimabouttheperformanceratioofgreedy.wenowproceedtoanalyze theperformanceofgreedyusinganerscalpel. Lettd;kbethenumberofreductionsperformedbyGreedywhereavertexofdegreedwas Forbounded-degreegraphs,thegeneralexpressionobtainedinTheorem3almostbutnot 2 notation,wemayrewritetheconstraints(2),(4)and(10)as: Xd;k(d+1)td;k=n; Xd;kktd;k=; (11) ForthisweusethemethodofmultipliersdescribedinChv tal[6,page54]. Wewishtoextractfromtheseconstraintsthebestpossiblelowerboundfort=Pd;ktd;k. Xd;k[(d+1)2+k2+(d+1 k)2]td;k2n(+1) 2: (13) (12) Proof.Weneedtoconsidertwocasesbasedonthevalueof. Theorem5Gr(+2)=3 7

8 theconstraints(11)and(13),withmultipliers2(+1)and 1respectively,andobtain: Case0;1(mod3)[i.e.+11(mod3)].Weconstructthelinearcombinationof Let Xd;k[2(d+1)(+1) ((d+1)2+k2+(d+1 k)2)]td;k2: (d)=min C(d)=2(d+1)(+1) (d): k[(d+1)2+k2+(d+1 k)2] (14) Settd=Pktd;kandconcludefrom(14)that: XdC(d)td2; asrequired.itremainsonlytoestablishthefollowingclaim. Weshowbelowthat,ford=0;1;:::;,C(d)2(+2)=3.Thatwith(15)thengives +2 3t; (15) Claim:Ford=0;1;:::;,C(d)23(+2): Proofofclaim:Itcaneasilybeveriedthat: Note: Letf0:<!<andf1:<!<bedenedby: f0(x)=2x(+1) 32x2;f1(x)=f0(x) 12: (d)=(32(d+1)2ifdisodd 32(d+1)2+12ifdiseven concavefunctionsthatachievetheiruniquemaximumat^x=2(+1)=3.sincef0andf1are establishtheclaim,itisenoughtoverifythatf0atthenearestevenintegerto^xandf1atthe nearestoddintegerto^xareatmost2(+2)=3. polynomialsofdegree2inx,f0(^x+)=f0(^x )andf1(^x+)=f1(^x ),forall.thus,to Now,f0(x);f01(x)=0ix=2(+1)=3,andf00 C(d)=(f0(d+1)ifdisodd f1(d+1)ifdiseven to^xis2mandthenearestoddintegerto^xis2m+r.pluggingin,wendthat Let+1=3m+r,wherer=1(since+1=1(mod3)).Thenearesteveninteger 0(x);f00 1(x)= 3.Thus,bothf0andf1are establishingtheclaim. f0(2m)=f1(2m+r)=6m2+4mr=23(+2); 8

9 Case 1(mod3).Thistime,weconstructalinearcombinationoftheconstraints(11), (12)and(13),withmultipliers2(+1),2and 1respectively,andobtain: where C(d;k)=2(d+1)(+1)+2k (d+1)2 k2 (d+1 k)2 =2(d+1)( d)+2k(d+2 k): Xd;kC(d;k)td;k2(+1); (16) Itcanbeveriedthat thefunctionsf0:<!<andf1:<!<denedasfollows. LetC(d)=maxkC(d;k).ToobtaintheanupperboundonC(d)intermsof,weconsider f1(x):=2(x+1)( x)+12(x+2)2=x(2 32x)+2(+1) f0(x):=2(x+1)( x)+12(x+2)2 12=(x+1)(2 32x+32) in,wendthat ix=2=3andf00 integerto^x(i.e.(2 1)=3),andf1atthenearestevenintegerto^x(i.e.2(+1)=3).Plugging Sincef0andf1arepolynomialsofdegree2inx,itisenoughtoboundf0atthenearestodd Wewishtoboundf0(d)foroddvaluesofd,andf1(d)forevenvaluesofd.Now,f0(x);f01(x)=0 0(x);f00 1(x)= 3;thusf0andf1attaintheiruniquemaximumat^x=2=3. C(d)=(f0(d)ifdisodd f0(2 1 3)=( )(2 2 1 f1(d)ifdiseven f1(2(+1) 3)=2(+1) =23(+1)(+2); =23(+1)( 1+3) 3(2 (+1))+2(+1) 2+32) Thus,C(d)23(+1)(+2),andusing(16)weobtain+2 Theperformanceratiosprovedabovecannotbeimproved. 3.3Limitations =23(+1)(+2): Theorem6Gr+2 3 O(2=n);forevery3: 3t. whiletheconnectionsbetweentheindependentsetandthecliqueofthefollowingpairmissonly Proof.Wegiveadetailedconstructionfor1(mod3).Considerthefollowingfamilyof followedbyanindependentseton`vertices.thetwosubgraphsarecompletelyconnected, graphsh`,`2.wehaveachainofrepetitionsofapairofsubgraphs:acliqueon`vertices 9

10 asingleperfectmatching(i.e.eachvertexintheindependentsetisadjacentto` 1verticesin thefollowingclique).thechainendswithoneadditionalclique. showninblackandthemaximumindependentsetverticesingrey. Aninstanceofthisgraphwith`=3isshowninFigure1,withtheverticespickedbyGreedy Theessentialpropertyofthegraphisthatthedegreeoftheindependentsetverticesequals Figure1:InitialportionofahardgraphforGreedy,=7 willpickoneoftheverticesfromtherstcliqueandremovetheremainingverticesfromthe pair,reducingthegraphtoanidenticalchainwithonefewerpairs. thedegreeoftheverticesoftherstcliqueofthechain.wecanthereforeassumethatgreedy Torelatethattothedegreemeasures,wehavethat=3` 2,and of(n `)=2`+1.Theoptimalsolutioncontainsalltheindependentsetverticesforatotalof (n `)=2.ThisyieldsaratioofGr(H`)` 2`2=n: Thus,Greedyselectsonevertexfromeachpair,plusonefromthenalclique,foratotal Thus, and d2 Gr+2 `2!+`2+`(` 1)!=2`=5` 3 3 O(2=n) 2: evenwhen1=2. Gr2d+3 5 O(d2=n) (17) For0(mod3),theelementsareoftheform: Forthecaseof0;2(mod3)weneedmorecomplicatedchainsofgroupsofsixsubgraphs. K` 1 K` K` 1 K` K` K` 1 (18) clique. ratherthantotheoneimmediatelyfollowing.thechainisnishedwithanadditional2` 1 whereks(ks)denotesaclique(independentset)onsvertices,respectively.inallcases,a cliqueiscompletelyconnectedtothefollowingindependentset,whileconnectionsfromthe therstindependentset(thesecondsubgraph)gotowardstherstcliqueinthenextgroup independentsettothenextcliquemissasingleperfectmatching.inaddition,` 1edgesfrom 10

11 setis3` 1pergroup.Hence,ignoringtheendofthechain,theapproximationratiois theleft-mostremainingclique.hence,wemayassumethatgreedywillpickexactlyonevertex perclique,or3nodespergroup,whilethenumberofverticesinthemaximumindependent Thegraphsaredesignedsothatminimumdegreewillstayas2` 2andequalthedegreeof Anexamplefor`=3isgiveninFigure2. Figure2:InitialportionofahardgraphforGreedy,=6 reader. andedgesgoingfromthesecondtothefthsubgraph.weleavethedetailstothecurious ` 1=3=(+2)=3,sincemaximumdegreeis3` 3. lary4)isoptimalinanasymptoticsense. Wenowshowthattheboundontheperformanceratiointermsofaveragedegree(Corol- Thecaseof2(mod3)issimilar,witheachelementoftheform: Theorem7Grd+2 K` 1 K`+1 K` K` K` K` independentseteachofwhosenodesareadjacenttothe` 1followingsinglevertexcliques. thecliquesreducedtosinglevertices.eachpairconsistsofavertexadjacenttoa`-element Thechainthenendswithasingle`-cliquethattheverticesofthelast` 1independentsets ratioholds.thegraphsconsistsofchainsofpairsofsubgraphsasinthepreviousexamplewith areadjacentto.anexampleisgiveninfigure3. Proof.Foreachvalueof,wedescribeaninnitefamilyofgraphsforwhichtheclaimed 2 O(1=d) thechain,theaveragedegreeis2`2=(`+1)=2` 2+2=(`+1)andtheratioobtainedis: Thereare`2edgesforeachpairconsistingof`+1vertices.Thus,ifweignoretheendof Figure3:HardgraphforGreedyintermsofaveragedegree TheendofthechainincreasestheaveragedegreebyroughlyO(`2=n),whichdisappearsinto thelowerorderterm. `d d+2:

12 theindependentsets,possiblybyconnectingeachindependentsettoseveralsubsequentcliques. Weomitthedetails. 4Greedywithpreprocessing forarangeofvaluesof.thisinvolvesvaryingthesizeofthecliquesrelativetothesizeof VariationsoftheaboveconstructionsshowthattheboundsofTheorems2and3aretight FindingamaximumindependentsetofagraphG=(V;E)canbeformulatedasaninteger Iftheintegralityconditiononthesolutionsisdropped,weobtainthefractionalindependent programmingproblemwhichmaximizespxioverthe0-1solutionsofthesystemoflinear setproblem,orthelinearprogrammingrelaxationoftheindependentsetproblem.asshown byedmondsandpulleyblank(see[24]),thiscanbesolvedecientlyviaabipartitegraph inequalities: constructedasfollows:formtwocopiesofthevertexsetv,andletverticesindierent xi+xj1foreach(vi;vj)2e: xi0foreachvi2v copiesbeadjacentitheycorrespondtoadjacentverticesing.givenacharacteristicvector (y1;y2;:::;yn;y01;y02;:::;y0n)ofamaximumindependentsetofthisbipartitegraph,anoptimal LPsolutionofGisgivenby: verticesinagiven(arbitrarybutxed)lpsolution.nemhauserandtrotter[24]showedthat BytheK nig-egervarytheorem[20,p.90],theindependencenumberofabipartitegraphequals hencethelprelaxationoftheindependentsetproblem. thenumberofverticeslessthenumberofedgesofamaximummatching.thebipartitematching problemcanbecomputedintimeo(pnjej)byanalgorithmofhopcroftandkarp[15],and WecanpartitionVintothesetsOne,Half,andZero,correspondingtothevaluesofthe xi=12(yi+y0i): performanceofapproximateindependentsetalgorithms.computeanlpsolution,andapply thesetoneiscontainedinsomeoptimalindependentsetoofg.furthermore,zerocannot isgreaterthanthat. becontainedino,asotherwisethevalueofthoseverticescouldbeunilaterallyincreased. solution,orn=2,sothisapproachisparticularlyvaluablewhentheindependencenumberofg theapproximationalgorithmonlyonthegraphhinducedbyhalf.tothesolutionfound bythealgorithm,wecannowaddtheverticesofone,possiblyresultinginaconsiderable improvement.theindependencenumberofhcanbeatmostthesumofthevaluesofthelp Basedontheseresults,Hochbaum[14]proposedapreprocessingmethodtoimprovethe andinh,theindependencefractionisatmost1=2. andtheoptimalsolutionconsistofonealongwiththerespectivesolutionsonthegraphh, obtaineddirectlyfromtheorem3byarguingthat1=2.thisisbecauseboththeapproximate Proof.Theupperboundof(+2)=3alreadyfollowsfromTheorem5,buthereitcanalsobe 1(mod3). Theorem8Greedywithpreprocessingattainsaratioof(+2)=3,whichistightwhen proofoftheorem6.theyhavethepropertythat,foranyindependentseti,thenumberof neighborsoftheverticesiniexceedsthesizeofi.itthenfollowsfromtheorem4of[24]that anylpsolutionhasallvaluesequaltohalf,i.e.preprocessingisofnohelp,soh=g. For1(mod3),thetightnessofthisratioisdemonstratedbythegraphsgiveninthe 12

13 Forinstance,wehaveatightratioof3=2when=3.Also,for=5wegetaratioof 16=72:286,downfromthe2:33promisedbyTheorem5,whilethereisagraphthatforcesa 4.1Averagedegree Agreatercareisneededforaresultintermsofaveragedegree.Oncepreprocessinghasbeen ratioof2:27.weomitthedetails. Wecanimproveonthisboundslightlywhen0;2(mod3)to(+2)=3 1=(3+2). Theorem9Gr+Pre2d+3 followherleadtoobtainasimilarresultasexpectedfromtheorem2. theboundsprovedongreedy.nevertheless,acloserlookshowsthattheboundswillcomplementeachotherashopedfor.hochbaum[14]showedthatthetur nboundongreedycanbe applied,theaveragedegreemayhavechangedfortheworseandwecannotimmediatelyapply complementedwiththe1=2promisetoyieldaperformanceratioboundof(d+1)=2.we solutionvalueissmallerthanifhalf=v.thesecondpropertyisthatthenumberofedgesin Proof.Letd0,0,n0denotetheaveragedegree,independencefraction,andnumberofvertices Gisatleastd0 ofhrespectively.recallthathisthesubgraphinducedbyhalf,andnotethat01=2. n0ispositive.thus,theaveragedegreeofgisboundedby: Following[14],weusetwoproperties.TherstisthatjOnejjZeroj,asotherwisetheLP 2n0+jOnej+jZeroj,sincewemayassumethatGisaconnectedgraphandthat 5 thesizeoftheoptimalsolution0n0+jonej.ourgoalisnowtoarguethat: Thesizeofthegreedysolutionwillbeatleast1+02 d0+1+0n0+jonej(25d0+35)n0+2jonej dd0n0+2jonej n0+2jonej: d0+1+0n0+jonej,invokingtheorem2,and and,ifjonej>0, fromwhichthetheoremfollows.cross-multiplying,wendthatthisentailsestablishing: (d0+1+0)(2d0+3)=5 n0+2jonej d d0+3 5: for0x1=2.thusitsucestoreplace0with1=2in(20)toobtain: (20),wemaynotethatthefunctionf(x)=2x+1 2(1+x2)=(d0+1+x)ismonotoneincreasing Ineq.(19)holdsbecausethelefthandsideismonotoneincreasingwith0for01.Toestablish 25 2d0+3+2d0+3 5 whichistrue,sincea=b+b=aisalwaysatleast2whena;barepositive. Thisagainistightfor1(mod3)byTheorem6,Ineq.(18). 13

14 degreebeselected,addedtothesolution,andremovedfromthegraphalongwithitsneighbors. 5Parallelalgorithm Theminimum-degreegreedyalgorithmstipulatesthatineachstepavertexofgloballyminimum hassomeinterestingimplications.forone,itopensupthepossibilityofthedesignofheuristics Assuch,itlooksimpossibletoparallelize,andoerslittlefreedomforheuristicimprovements. Fortunately,thisisacasewheretheanalysisguidesustowardsthedesignofbetterand/ormore generalalgorithms. Greedy. usingsecondaryselectionrulesororderingheuristicswhileretainingtheperformanceratiosof AsobservedinSection2,itsucestoselectacriticalvertex,i.e.onesatisfying(1).This bytakingtheadjacencymatrixofgtothethirdpowertwoverticesareadjacenting3ifthey arewithindistancethreeing.theadjacencymatricesusedhereareassumedtocontain1'son approximationalgorithmattainingthesameperformanceratios.verticescanbeselectedin selectedandprocessedconcurrently. verticeswithdisjointandnon-adjacentneighborhoods(i.e.ofdistancefourorgreater)canbe parallelaslongastheselectionofonedoesn'taecttheabovecriteriafortheother.inparticular, Thissuggestsanaturalapproachtoaparallelalgorithm.LetG3denotethegraphobtained Anotherapplicationisastraightforwardderivationofaparallelaswellasadistributed ins.parallelgreedy(g) thediagonal.foravertexsubsets,letn(s)denotethesetofverticesadjacenttosomenode while(v(g)6=;) I MIS H W ; subgraphofg3inducedbyw fv2v(g):viscriticalg WeassumethePRAMmodel,withanerdistinctiondependingontheMISalgorithmused. end returni G I I[MIS G (MIS[N(MIS)) maximalindependentsetofh icantfractionoftheverticesmustsimultaneouslysatisfyproperty(1). [21]ṪhefollowinglemmaduetoAlonandSzegedy(privatecommunication)showsthatasignif- Weremarkthatthisalgorithmcanalsobeimplementedinthedistributedmodelofcomputation Lemma10Atleast4 abovebyd(v)( d(v))2=4,andsinceitisintegral,itmustdierfromzerobyatleastone Proof.LetDvdenotePw2N(v)d(w) d(v)2.weshallshowthat whichimpliesthelemma.asobservedbyshearer[26],ev[dv]=0.thevalueofdvisbounded 2+4nverticesarecritical. whennegative.thus, 1(1 Pr[Dv0])+2=4Pr[Dv0]0: v[dv0]4 2+4; 14

15 Theclaimnowfollows. Theorem11ParallelGreedyndsanindependentsetofsizeandperformancesatisfyingTheorems3and5intimeO(lognmin(poly()logn;(log)!))usingnprocessorsintheEREW model. Proof.Eachvertexaddedtothesolutionwillsatisfyproperty(1)regardlessoftheorderof algorithm. fromaxedvertexintwostepsisatmost2,wehave: removalofthesimultaneouslychosenvertices.hence,theresultsofthetheoremsapplytothis Thus,thenumberofdeletedvertices,thatisjMIS[N(MIS)j,isatleastn=Delta4.Hence, Lemma10,thesizeofWisatleastn=2.EveryvertexinWisreachable(inG)fromMIS[ N(MIS)bya(notnecessarilysimple)pathoflength2.Sincethenumberofverticesreachable Letusnowestimatethetimecomplexity,startingwiththenumberofiterations.From thenumberofiterationsisatmost4logn. carefulcountingshowsthatthenumberofroundsisatmost!. critical.eitheruisselectedorsomevertexwithindistance2ofu,andthuswithindistanceat most+1ofv.thereareatmost+1suchnodes,andhence,numberofrounds.amore Alsonoticethatforanyvertexvinthegraph,somevertexuofdistanceatmost 1is jmis[n(mis)j2jwjn=2: ofthegraphh.analgorithmofgoldbergetal.[9]ndsamaximalindependentsetintime O(log(H)(2(H)+logn))usingalinearnumberofprocessors. Theonlynon-trivialstepineachroundisthecomputationofamaximalindependentset allverticesofhighdegree. Lemma12Theorem2andCorollary4holdevenifwersteliminate(simultaneously)all wellboundedintermsoftheaveragedegreed.fortunately,thiscanbeattainedbyrstdeleting NotethatthisisO(logn)onconstantdegreegraphs. WhiletheabovealgorithmyieldsasolutionsatisfyingTheorem2,itstimecomplexityisnot ThecombinedtimecomplexityisthereforeboundedbyO((6+logn)(log)min(4logn;!)). Proof.Considerthesubgraphinducedbyverticesofdegreelessthan3d+4.Let(1 )n,d0,0 denotethenumberofvertices,averagedegree,andindependencefraction,respectively.thus, representsthefractionoftheverticesthatwereofhighdegree.thepropositionisthat verticesofdegreeatleast3d+4. LHS=1+02 d0+1+0(1 )n1+2 Theindependencenumberoftheremaininggraphisatleasttheoriginalvaluelessthenumber Atleast((3d+3)=2)nedgesaredeleted,so d02jej (6jEj=n+4)n n n d(1 3) 4 d+1+n=rhs: 1 : (21). ofdeletedvertices,andthus0.weshallconsidertwocases,dependingonthevalueof 15

16 theoremis1=(d+1).thus,weplugin for0,for: Case 1=(d+1).LHSisminimizedwhen0isatitsminimum,whichbyTur n's Case 1=(d+1).LHSisatleast (1+)(1 ) 4isatmost(1+)(1 3),since1.Hence,(22)isatleastRHS. Thenumeratorisatleast(1+2)(1 2)(1 ),whichisatleast(1+2)(1 3).Also, d(1 3) 4+(1+)(1 )n: (1+( )2)(1 ) d0+1(1 )n(1 )2 1 (1 3)(d+1)n=1++(42)=(1 3) (22) Since(23)isatleast(24),(21)holds. atmost Ontheotherhand,RHSismonotoneincreasingwith,sowhen1=(d+1)+,itsvalueis d+1+1=(d+1)+n (1=(d+1)+)2 d+1: n: (24) (23) anecientapproximationintermsofd. Corollary13ThereisaEREWparallelalgorithmthatndsanindependentsetsatisfying Theorem2andCorollary4intimeO(lognmin(poly(d)logn;d!))usingnprocessors. Bydeletingrstallhigh-degreevertices(inparallel)beforeapplyingParallelGreedy,weobtain arguein[12],thisapproachyieldsaperformanceratioof(2d+4:5)=5. thatnearlymatchestheboundoftheorem9istouseeitherthecomplementofamaximal matchingortheoutputoftheabovealgorithm,whicheverindependentsetislarger.aswe areknown[17],andthusthesameappliestotheorem9.anecientdeterministicapproach whichnodeterministicparallelalgorithmsareknown.however,randomizedparallelalgorithms Thepreprocessingmethodoflastsectionrequiresthesolutionofbipartitematching,for andtheanonymousrefereesforthoroughimportantcorrections. Vas kchv talforcommentsandhelpfuladvice,dorithochbaumforcommentsandcorrections, References AcknowledgmentsWethankNogaAlonandMarioSzegedyforkindlyprovingLemma10, [1]N.Alon,U.Feige,A.Wigderson,andD.Zuckerman.Derandomizedgraphproducts. [2]S.Arora,C.Lund,R.Motwani,M.Sudan,andM.Szegedy.Proofvericationandhardness ofapproximationproblems.inproc.33rdann.ieeesymp.onfound.ofcomp.sci.,pages ComputationalComplexity,1995. [4]P.BermanandM.F rer.approximatingmaximumindependentsetinboundeddegree [3]P.BermanandT.Fujito.Ontheapproximationpropertiesofindependentsetproblemin degree3graphs.infourthworkshoponalgorithmsanddatastructures,aug ,Oct graphs.inproc.fifthann.acm-siamsymp.ondiscretealgorithms,pages365371, Jan

17 [6]V.Chv tal.linearprogramming.freeman,newyork,1983. [5]R.L.Brooks.Oncoloringthenodesofanetwork.Proc.CambridgePhilos.Soc.,37:194197, [7]V.Chv talandc.mcdiarmid.smalltransversalsinhypergraphs.combinatorica,12(1): [10]J.R.Griggs.Lowerboundsontheindependencenumberintermsofthedegrees.J.Combin. [9]A.V.Goldberg,S.A.Plotkin,andG.E.Shannon.Parallelsymmetry-breakinginsparse [8]P.Erd s.onthegraphtheoremoftur n(inhungarian).mat.lapok,21:249251,1970. TheorySer.B,34:2239,1983. graphs.siamj.disc.math.,1(4):434446,nov ,1992. [13]M.M.Halld rssonandk.yoshihara.greedyapproximationsofindependentsetsinlow [12]M.M.Halld rssonandj.radhakrishnan.improvedapproximationsofindependentsetsin [11]M.M.Halld rssonandj.radhakrishnan.improvedapproximationsofindependentsets degreegraphs.inproc.sixthintl.symp.onalgorithmsandcomputation.springerlncs, bounded-degreeviasubgraphremoval.nordicj.computing,1(4):475492,1994. inbounded-degreegraphs.inproc.fourthscand.workshoponalgorithmtheory,pages Dec Springer-VerlagLNCS#824,1994. [14]D.S.Hochbaum.Ecientboundsforthestableset,vertexcover,andsetpackingproblems. [15]J.HopcroftandR.Karp.Ann5=2algorithmformaximalmatchingsinbipartitegraphs. [16]D.S.Johnson.Worstcasebehaviorofgraphcoloringalgorithms.InProc.5thSoutheasternConf.onCombinatorics,GraphTheory,andComputing.CongressusNumerantiumX, SIAMJ.Comput.,4:225231,1973. Disc.AppliedMath.,6:243254,1983. [17]R.KarpandV.Ramachandran.Asurveyofparallelalgorithmsforshared-memorymachines.InJ.vanLeeuwen,editor,HandbookofTheoreticalComputerScience,volumeA, chapter17,pages elseviersciencepublishersb.v.,1990. [18]S.Khanna,R.Motwani,M.Sudan,andU.Vazirani.Onsyntacticversuscomputational pages513527,1974. [19]E.Kubicka,G.Kubicki,andD.Kountanis.Approximationalgorithmsforthechromatic [20]E.Lawler.CombinatorialOptimization:NetworksandMatroids.Holt,RinehartandWinston,1976. sum.inproc.1stgreatlakescomputerscienceconf.springerlncs#507.,oct ,1994. viewsofapproximability.inproc.35thann.ieeesymp.onfound.ofcomp.sci.,pages [22]L.Lov sz.threeshortproofsingraphtheory.j.combin.theoryser.b,19:269271, [21]N.Linial.Localityindistributivealgorithms.SIAMJ.Comput.,21:193201,

18 [24]G.L.NemhauserandL.Trotter.Vertexpackings:Structuralpropertiesandalgorithms. [23]C.McDiarmid.Colouringrandomgraphs.AnnalsofOperationsResearch,1:183200,1984. [27]H.U.Simon.Onapproximatesolutionsforcombinatorialoptimizationproblems.SIAMJ. [26]J.B.Shearer.Anoteontheindependencenumberoftriangle-freegraphs.DiscreteMath., [25]C.H.PapadimitriouandM.Yannakakis.Optimization,approximation,andcomplexity 46:8387,1983. classes.j.comput.syst.sci.,43:425440,1991. Math.Programming,8:232248,1975. [29]TwentiethCenturyFox.WallStreet.Motionpicture,1987. [28]P.Tur n.onanextremalproblemingraphtheory(inhungarian).mat.fiz.lapok, [30]V.K.Wei.Alowerboundonthestabilitynumberofasimplegraph.TechnicalMemorandumNo ,BellLaboratories, :436452,1941. Disc.Math.,3(2):294310,May

South East of Process Main Building / 1F. North East of Process Main Building / 1F. At 14:05 April 16, 2011. Sample not collected

South East of Process Main Building / 1F. North East of Process Main Building / 1F. At 14:05 April 16, 2011. Sample not collected At 14:05 April 16, 2011 At 13:55 April 16, 2011 At 14:20 April 16, 2011 ND ND 3.6E-01 ND ND 3.6E-01 1.3E-01 9.1E-02 5.0E-01 ND 3.7E-02 4.5E-01 ND ND 2.2E-02 ND 3.3E-02 4.5E-01 At 11:37 April 17, 2011 At

More information

Analysis One Code Desc. Transaction Amount. Fiscal Period

Analysis One Code Desc. Transaction Amount. Fiscal Period Analysis One Code Desc Transaction Amount Fiscal Period 57.63 Oct-12 12.13 Oct-12-38.90 Oct-12-773.00 Oct-12-800.00 Oct-12-187.00 Oct-12-82.00 Oct-12-82.00 Oct-12-110.00 Oct-12-1115.25 Oct-12-71.00 Oct-12-41.00

More information

Bayesianprobabilisticextensionsofadeterministicclassicationmodel K.U.Leuven,Belgium IwinLeenenandIvenVanMechelen AndrewGelman ColumbiaUniversity,NewYork binarypredictorvariablesx1;:::;xk,abooleanregressionmodelisaconjunctive(ordisjunctive)logicalcombinationconsistingofasubsetsofthe

More information

AT&T Global Network Client for Windows Product Support Matrix January 29, 2015

AT&T Global Network Client for Windows Product Support Matrix January 29, 2015 AT&T Global Network Client for Windows Product Support Matrix January 29, 2015 Product Support Matrix Following is the Product Support Matrix for the AT&T Global Network Client. See the AT&T Global Network

More information

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year Jan Feb Mar Apr May Jun

More information

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year Jan Feb Mar Apr May Jun

More information

Target Strategies Resources Personnel timescale Impact through Monitoring Accurate groupings established to provide

Target Strategies Resources Personnel timescale Impact through Monitoring Accurate groupings established to provide Result / 2015 Target WHOLE SCHOOL CURRICULUM TARGET - 2015 NUMERACY We are ensuring that activities and tasks are constantly challenging pupils thinking and understanding. We are increasing the opportunities

More information

Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138. Exhibit 8

Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138. Exhibit 8 Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138 Exhibit 8 Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 2 of 138 Domain Name: CELLULARVERISON.COM Updated Date: 12-dec-2007

More information

CENTERPOINT ENERGY TEXARKANA SERVICE AREA GAS SUPPLY RATE (GSR) JULY 2015. Small Commercial Service (SCS-1) GSR

CENTERPOINT ENERGY TEXARKANA SERVICE AREA GAS SUPPLY RATE (GSR) JULY 2015. Small Commercial Service (SCS-1) GSR JULY 2015 Area (RS-1) GSR GSR (LCS-1) Texarkana Incorporated July-15 $0.50690/Ccf $0.45450/Ccf $0.00000/Ccf $2.85090/MMBtu $17.52070/MMBtu Texarkana Unincorporated July-15 $0.56370/Ccf $0.26110/Ccf $1.66900/Ccf

More information

Getting Ready for SUNY Online Time & Attendance at UB. Business Day Session October 14, 2015 Office of Human Resources

Getting Ready for SUNY Online Time & Attendance at UB. Business Day Session October 14, 2015 Office of Human Resources Getting Ready for SUNY Online Time & Attendance at UB Business Day Session October 14, 2015 Office of Human Resources Time & Attendance Session Agenda Update for RF plan State approach and plan for GO-LIVE

More information

Enhanced Vessel Traffic Management System Booking Slots Available and Vessels Booked per Day From 12-JAN-2016 To 30-JUN-2017

Enhanced Vessel Traffic Management System Booking Slots Available and Vessels Booked per Day From 12-JAN-2016 To 30-JUN-2017 From -JAN- To -JUN- -JAN- VIRP Page Period Period Period -JAN- 8 -JAN- 8 9 -JAN- 8 8 -JAN- -JAN- -JAN- 8-JAN- 9-JAN- -JAN- -JAN- -JAN- -JAN- -JAN- -JAN- -JAN- -JAN- 8-JAN- 9-JAN- -JAN- -JAN- -FEB- : days

More information

There e really is No Place Like Rome to experience great Opera! Tel: 01213 573 866 to discuss your break to the Eternal City!

There e really is No Place Like Rome to experience great Opera! Tel: 01213 573 866 to discuss your break to the Eternal City! There e really is No Place Like Rome to experience great Opera! Tel: 01213 573 866 to discuss your break to the Eternal City! Date Fri Location 11 Sep 2015 Teatro dell'opera di Roma Opera Sat 12 Sep 2015

More information

Algebra Practice Problems for Precalculus and Calculus

Algebra Practice Problems for Precalculus and Calculus Algebra Practice Problems for Precalculus and Calculus Solve the following equations for the unknown x: 1. 5 = 7x 16 2. 2x 3 = 5 x 3. 4. 1 2 (x 3) + x = 17 + 3(4 x) 5 x = 2 x 3 Multiply the indicated polynomials

More information

Freshly Investigated Credit Report

Freshly Investigated Credit Report Experian Ltd E-Series Business Freshly Investigated Credit Report Company Details Global Identifier P099XXXX Company SAMPLE AG (Sample Report GERMANY) Germany Tel [+49] XXXX-XXXX Fax [+49] XXXX-XXXX E-Mail

More information

Question 1a of 14 ( 2 Identifying the roots of a polynomial and their importance 91008 )

Question 1a of 14 ( 2 Identifying the roots of a polynomial and their importance 91008 ) Quiz: Factoring by Graphing Question 1a of 14 ( 2 Identifying the roots of a polynomial and their importance 91008 ) (x-3)(x-6), (x-6)(x-3), (1x-3)(1x-6), (1x-6)(1x-3), (x-3)*(x-6), (x-6)*(x-3), (1x- 3)*(1x-6),

More information

Ocean Class AGOR Program Acquisition Status. Prepared by PEO Ships, PMS325Q For UNOLS Annual meeting 13 October 2009

Ocean Class AGOR Program Acquisition Status. Prepared by PEO Ships, PMS325Q For UNOLS Annual meeting 13 October 2009 Program Acquisition Status Prepared by PEO Ships, PMS325Q For UNOLS Annual meeting 13 October 2009 Agenda History/Status of Acquisition Efforts History of Specification Development Acquisition Schedule

More information

2. (a) Explain the strassen s matrix multiplication. (b) Write deletion algorithm, of Binary search tree. [8+8]

2. (a) Explain the strassen s matrix multiplication. (b) Write deletion algorithm, of Binary search tree. [8+8] Code No: R05220502 Set No. 1 1. (a) Describe the performance analysis in detail. (b) Show that f 1 (n)+f 2 (n) = 0(max(g 1 (n), g 2 (n)) where f 1 (n) = 0(g 1 (n)) and f 2 (n) = 0(g 2 (n)). [8+8] 2. (a)

More information

the recursion-tree method

the recursion-tree method the recursion- method recurrence into a 1 recurrence into a 2 MCS 360 Lecture 39 Introduction to Data Structures Jan Verschelde, 22 November 2010 recurrence into a The for consists of two steps: 1 Guess

More information

Vol. 1, Chapter 3 - Accounting Adjustments

Vol. 1, Chapter 3 - Accounting Adjustments Vol. 1, Chapter 3 - Accounting Adjustments Problem 1 1. ($20,000 2,000) 48 = $375 per month 2. Jan. 31 Depreciation Expense $375 Accumulated Depreciation Van $375 To record depreciation expense for January

More information

2015-16 BCOE Payroll Calendar. Monday Tuesday Wednesday Thursday Friday Jun 29 30 Jul 1 2 3. Full Force Calc

2015-16 BCOE Payroll Calendar. Monday Tuesday Wednesday Thursday Friday Jun 29 30 Jul 1 2 3. Full Force Calc July 2015 CM Period 1501075 July 2015 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 August 2015 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26

More information

FACTORING SPARSE POLYNOMIALS

FACTORING SPARSE POLYNOMIALS FACTORING SPARSE POLYNOMIALS Theorem 1 (Schinzel): Let r be a positive integer, and fix non-zero integers a 0,..., a r. Let F (x 1,..., x r ) = a r x r + + a 1 x 1 + a 0. Then there exist finite sets S

More information

Application Note AN0008. Data Logging Extension. For. Venus 8 GPS Receiver

Application Note AN0008. Data Logging Extension. For. Venus 8 GPS Receiver Application Note AN0008 Data Logging Extension For Venus 8 GPS Receiver Ver 1.4.17 July 25, 2014 Introduction The data logging option for the SkyTraq GPS receiver firmware allows storage of position, velocity,

More information

ROYAL REHAB COLLEGE AND THE ENTOURAGE EDUCATION GROUP. UPDATED SCHEDULE OF VET UNITS OF STUDY AND VET TUITION FEES Course Aug 1/2015

ROYAL REHAB COLLEGE AND THE ENTOURAGE EDUCATION GROUP. UPDATED SCHEDULE OF VET UNITS OF STUDY AND VET TUITION FEES Course Aug 1/2015 UPDATED SCHEDULE OF UNITS OF STUDY AND TUITION FEES Course Aug 1/2015 Course Name: Delivery Mode: BSB50215 Diploma of Business Online DBTEU01 01/08/2015 19/08/2015 31/10/2015 0.25 $4245 $3265 DBTEU02 01/11/2015

More information

Page 1/.. USA / Canada - South Africa Schedule No. 4 / 2011-Jan-24

Page 1/.. USA / Canada - South Africa Schedule No. 4 / 2011-Jan-24 USA / Canada South Africa Schedule No. 4 / 2011Jan24 Page 1/.. USA / Canada South Africa Schedule No. 4 / 2011Jan24 Page 2/.. USA / Canada South Africa Schedule No. 4 / 2011Jan24 Page 3/.. USA / Canada

More information

What is a Stock? What is a Stock? demonstrates to students how they can own parts of public companies by purchasing shares of their stock.

What is a Stock? What is a Stock? demonstrates to students how they can own parts of public companies by purchasing shares of their stock. Lesson Summary demonstrates to students how they can own parts of public companies by purchasing shares of their stock. Lesson Objectives Define and give examples of: common stock, investor, risk, public

More information

1.- L a m e j o r o p c ió n e s c l o na r e l d i s co ( s e e x p li c a r á d es p u é s ).

1.- L a m e j o r o p c ió n e s c l o na r e l d i s co ( s e e x p li c a r á d es p u é s ). PROCEDIMIENTO DE RECUPERACION Y COPIAS DE SEGURIDAD DEL CORTAFUEGOS LINUX P ar a p od e r re c u p e ra r nu e s t r o c o rt a f u e go s an t e un d es a s t r e ( r ot u r a d e l di s c o o d e l a

More information

2016 SUBSCRIPTION. The NFWI Board of Trustees has set the 2016 subscription rate at 37.50 2016 WI 18.00. Federation 8.40 NFWI 11.10. Total 37.

2016 SUBSCRIPTION. The NFWI Board of Trustees has set the 2016 subscription rate at 37.50 2016 WI 18.00. Federation 8.40 NFWI 11.10. Total 37. 2016 SUBSCRIPTION The NF Board of Trustees has set the 2016 subscription rate at 37.50 2016 18.00 8.40 NF 11.10 37.50 Payment is due from members in January 2016 Dual members will pay 18.00 to their second

More information

Volunteering Australia

Volunteering Australia Project plan and time frame: Revised 6 June 2014 Project manager BNG: Julie Nyland Project manager VA SA NT: Olympia Vozvotecas Project Management Group: members of the National Standards Working Group

More information

ARCGIS PRODUCT LIFECYCLE SUPPORT POLICY OVERVIEW. Product Lifecycle Phases There are generally four phases to the product lifecycle.

ARCGIS PRODUCT LIFECYCLE SUPPORT POLICY OVERVIEW. Product Lifecycle Phases There are generally four phases to the product lifecycle. ARCGIS PRODUCT LIFECYCLE SUPPORT POLICY OVERVIEW The ArcGIS Product Life Cycle Support Policy provides customers with information regarding the level of technical and software support Esri will provide

More information

P/T 2B: 2 nd Half of Term (8 weeks) Start: 26-AUG-2013 End: 20-OCT-2013 Start: 21-OCT-2013 End: 15-DEC-2013

P/T 2B: 2 nd Half of Term (8 weeks) Start: 26-AUG-2013 End: 20-OCT-2013 Start: 21-OCT-2013 End: 15-DEC-2013 2013-2014 SPECIAL TERM ACADEMIC CALENDAR FOR SCRANTON EDUCATION ONLINE (SEOL), MBA ONLINE, HUMAN RESOURCES ONLINE, NURSE ANESTHESIA and ERP PROGRAMS SPECIAL FALL 2013 TERM Key: P/T = Part of Term P/T Description

More information

P/T 2B: 2 nd Half of Term (8 weeks) Start: 25-AUG-2014 End: 19-OCT-2014 Start: 20-OCT-2014 End: 14-DEC-2014

P/T 2B: 2 nd Half of Term (8 weeks) Start: 25-AUG-2014 End: 19-OCT-2014 Start: 20-OCT-2014 End: 14-DEC-2014 2014-2015 SPECIAL TERM ACADEMIC CALENDAR FOR SCRANTON EDUCATION ONLINE (SEOL), MBA ONLINE, HUMAN RESOURCES ONLINE, NURSE ANESTHESIA and ERP PROGRAMS SPECIAL FALL 2014 TERM Key: P/T = Part of Term P/T Description

More information

Sniffing SAP R GUI Passwords

Sniffing SAP R GUI Passwords Sniffing SAP R GUI Passwords 6. Juli 2009, Andreas Baus, René Ledosquet Abstract This paper describes a practical attack against the protocol used by SAP R for client server communication. The purpose

More information

P/T 2B: 2 nd Half of Term (8 weeks) Start: 24-AUG-2015 End: 18-OCT-2015 Start: 19-OCT-2015 End: 13-DEC-2015

P/T 2B: 2 nd Half of Term (8 weeks) Start: 24-AUG-2015 End: 18-OCT-2015 Start: 19-OCT-2015 End: 13-DEC-2015 2015-2016 SPECIAL TERM ACADEMIC CALENDAR For Scranton Education Online (SEOL), Masters of Business Administration Online, Masters of Accountancy Online, Health Administration Online, Health Informatics

More information

THE GENERAL SIEVE-METHOD AND ITS PLACE IN PRIME NUMBER THEORY

THE GENERAL SIEVE-METHOD AND ITS PLACE IN PRIME NUMBER THEORY THE GENERAL SIEVE-METHOD AND ITS PLACE IN PRIME NUMBER THEORY ATLE SELBERG Ever since Viggo Brun introduced his ingenious sieve-method, it has been a very important tool in connection with problems in

More information

Legislative Brief: PAY OR PLAY PENALTIES LOOK BACK MEASUREMENT METHOD EXAMPLES. EmPowerHR

Legislative Brief: PAY OR PLAY PENALTIES LOOK BACK MEASUREMENT METHOD EXAMPLES. EmPowerHR EmPowerHR Legislative Brief: PAY OR PLAY PENALTIES LOOK BACK MEASUREMENT METHOD EXAMPLES The Affordable Care Act (ACA) imposes a penalty on applicable large employers (ALEs) that do not offer health insurance

More information

Annexure B: Planning, Budgeting and Performance Management Programme

Annexure B: Planning, Budgeting and Performance Management Programme Annexure B:, Budgeting Programme The following are key activities that need take place in more detail than Time frame Nature Period referred Start Finish 2012/09/01 /08/31 /or September /09/01 /09/26 August

More information

Best Monotone Degree Bounds for Various Graph Parameters

Best Monotone Degree Bounds for Various Graph Parameters Best Monotone Degree Bounds for Various Graph Parameters D. Bauer Department of Mathematical Sciences Stevens Institute of Technology Hoboken, NJ 07030 S. L. Hakimi Department of Electrical and Computer

More information

ILLUSTRATION 21-1 BASIC FEATURES AND TYPES OF PENSION PLANS. (defined). in the future is a computation.

ILLUSTRATION 21-1 BASIC FEATURES AND TYPES OF PENSION PLANS. (defined). in the future is a computation. ILLUSTRATION 21-1 BASIC FEATURES AND TYPES OF PENSION PLANS Defined Contribution Plan The amounts of the contributions are known (defined). No promise regarding size of benefits. Defined Benefits Plan

More information

FYE Accelerated English Courses El Camino College Fall 2010

FYE Accelerated English Courses El Camino College Fall 2010 FYE Accelerated English Courses El Camino College Fall 2010 In Fall 2010, the First Year Experience (FYE) program offered accelerated English courses where students enrolled in back to back 8 week reading

More information

BRE Bank Group Total Assets. GDP, consumption and investment dynamics

BRE Bank Group Total Assets. GDP, consumption and investment dynamics 100 90 80 BRE Bank Group Total Assets PLN B 82.6 81.0 90.0 98.9 70 60 55.9 50 40 30 20 10 0 0.0 0.0 0.3 0.5 0.5 0.7 0.9 1.4 2.6 4.1 6.2 14.4 16.2 11.0 30.5 30.5 32.7 27.4 24.8 42.3 1987 1988 1989 1990

More information

Ashley Institute of Training Schedule of VET Tuition Fees 2015

Ashley Institute of Training Schedule of VET Tuition Fees 2015 Ashley Institute of Training Schedule of VET Fees Year of Study Group ID:DECE15G1 Total Course Fees $ 12,000 29-Aug- 17-Oct- 50 14-Sep- 0.167 blended various $2,000 CHC02 Best practice 24-Oct- 12-Dec-

More information

2015 2016 Training. 2015 Assessments. 2016 Assessments NAEP Assessments (selected sample)

2015 2016 Training. 2015 Assessments. 2016 Assessments NAEP Assessments (selected sample) Jan 11 (Mon) ESC training for the 2016 state assessment program Jan 29 (Fri) Completion date for training of district testing coordinators by ESCs Test Date(s) TAKS Oct 19 (Mon) Oct 20 (Tues) Oct 21 (Wed)

More information

2015 2016 STUDENT ASSESSMENT TESTING CALENDAR

2015 2016 STUDENT ASSESSMENT TESTING CALENDAR Jan (date TBD) ESC training for the 2016 state assessment program Jan (date TBD) Completion date for training of district testing coordinators by ESCs Test Date(s) TAKS Oct 19 (Mon) Oct 20 (Tues) Oct 21

More information

Health Insurance Premiums: Part-time Employees, Partial Unpaid Leaves and Varying Appointment Percentages

Health Insurance Premiums: Part-time Employees, Partial Unpaid Leaves and Varying Appointment Percentages University of Wisconsin Health Insurance Premiums: Part- Employees, Partial Unpaid Leaves and Varying Appointment Percentages This policy clarifies payments for employees covered by the Wisconsin Retirement

More information

NUCLEARINSTALLATIONSAFETYTRAININGSUPPORTGROUP DISCLAIMER

NUCLEARINSTALLATIONSAFETYTRAININGSUPPORTGROUP DISCLAIMER NUCLEARINSTALLATIONSAFETYTRAININGSUPPORTGROUP DISCLAIMER Theinformationcontainedinthisdocumentcannotbechangedormodifiedinanywayand shouldserveonlythepurposeofpromotingexchangeofexperience,knowledgedissemination

More information

SEO Presentation. Asenyo Inc.

SEO Presentation. Asenyo Inc. SEO Presentation What is Search Engine Optimization? Search Engine Optimization (SEO) : PPC and Organic Results Pay Per Click Ads The means of achieving top search engine results without having to incur

More information

How to change the decimal precision of qty, price and cost in the PROMPT Inventory System

How to change the decimal precision of qty, price and cost in the PROMPT Inventory System How to change the decimal precision of qty, price and cost in the PROMPT Inventory System The standard release of PROMPT Business System is 2 decimal quantities and 3 decimal unit prices and unit cost.

More information

ELEMENTARY PROBLEMS AND SOLUTIONS

ELEMENTARY PROBLEMS AND SOLUTIONS Edited by A. P. HILLMAN Assistant Editors GLORIA C. PADILLA CHARLES R. WALL Send all communications regarding ELEMENTARY PROBLEMS SOLUTIONS to PROFESSOR A. P. HILLMAN; 709 Solano Dr., S.E.,; Albuquerque,

More information

Breen Elementary School

Breen Elementary School Breen Elementary School Day: Monday Time: 1:40 pm to 3:10 pm (90 minutes) Session A Sept 21, Sept28, Oct 5, Oct 19, Oct 26, Nov 2 No class on Oct 12 Session B Nov 30, Dec 7, Dec 14, Jan 4, Jan 11, Jan

More information

FIND ALL LONGER AND SHORTER BOUNDARY DURATION VECTORS UNDER PROJECT TIME AND BUDGET CONSTRAINTS

FIND ALL LONGER AND SHORTER BOUNDARY DURATION VECTORS UNDER PROJECT TIME AND BUDGET CONSTRAINTS Journal of the Operations Research Society of Japan Vol. 45, No. 3, September 2002 2002 The Operations Research Society of Japan FIND ALL LONGER AND SHORTER BOUNDARY DURATION VECTORS UNDER PROJECT TIME

More information

US Health and Life Insurance Company Overview

US Health and Life Insurance Company Overview US Health and Life Insurance Company Overview Who is US Health and Life Insurance Company? Part of a family of companies committed to the goal of improving the employee benefit experience. We have the

More information

Japan Registry Services. Copyright 2005 Japan Registry Services Co., LTD.

Japan Registry Services. Copyright 2005 Japan Registry Services Co., LTD. Phishing: economical benefit Alternative root Spoofed packet ISP Resolver server (2)www.example.jp A (1)www.example.jp A (8)www.example.jp A is 192.168.100.1 Root servers (3)JP Servers know (JP NS+glue)

More information

The cyclotomic polynomials

The cyclotomic polynomials The cyclotomic polynomials Notes by G.J.O. Jameson 1. The definition and general results We use the notation e(t) = e 2πit. Note that e(n) = 1 for integers n, e(s + t) = e(s)e(t) for all s, t. e( 1 ) =

More information

PROPERTECHNIQUEOFSOFTWARE INSPECTIONUSING GUARDED COMMANDLANGUAGE

PROPERTECHNIQUEOFSOFTWARE INSPECTIONUSING GUARDED COMMANDLANGUAGE International Journal of Computer ScienceandCommunication Vol. 2, No. 1, January-June2011, pp. 153-157 PROPERTECHNIQUEOFSOFTWARE INSPECTIONUSING GUARDED COMMANDLANGUAGE Neeraj Kumar Singhania University,

More information

VB100 Results Overview: Eset

VB100 Results Overview: Eset VB100 Results Overview: Eset 59 Success / 3 Failure / 5 No Entry Test history December 2009 - ESET NOD32 Antivirus 5 Product name: ESET NOD32 Antivirus 5 More: December 2009 in full Review: ESET NOD32

More information

Application Note AN0008. Data Logging Extension. For. Venus 6 GPS Receiver

Application Note AN0008. Data Logging Extension. For. Venus 6 GPS Receiver Application Note AN0008 Data Logging Extension For Venus 6 GPS Receiver Ver 1.4.11 Jan. 05, 2009 Introduction The data logging option for the SkyTraq GPS receiver firmware allows storage of position, velocity,

More information

School Performance Fact Sheet 2013 & 2014 Calendar Years Massage Therapist 624 Hours

School Performance Fact Sheet 2013 & 2014 Calendar Years Massage Therapist 624 Hours 2013 & 2014 Calendar Years Massage Therapist 624 Hours On Time Completion Rates (includes data for the two calendar years prior to reporting) Calendar Year Students Who Began Program 1 Students Available

More information

Trade Date Settlement Date

Trade Date Settlement Date INFORMATIONAL Trade Date Settlement Date Trade Date Settlement Date Schedule For 2001 SUGGESTED ROUTING The Suggested Routing function is meant to aid the reader of this document. Each NASD member firm

More information

Near Optimal Solutions

Near Optimal Solutions Near Optimal Solutions Many important optimization problems are lacking efficient solutions. NP-Complete problems unlikely to have polynomial time solutions. Good heuristics important for such problems.

More information

Introduction to Finite Fields (cont.)

Introduction to Finite Fields (cont.) Chapter 6 Introduction to Finite Fields (cont.) 6.1 Recall Theorem. Z m is a field m is a prime number. Theorem (Subfield Isomorphic to Z p ). Every finite field has the order of a power of a prime number

More information

Card Swipe and ibutton Access Configuration

Card Swipe and ibutton Access Configuration Card Swipe and ibutton Access Configuration Model CTM 200 Revision: 3066 Beta Avenue Burnaby, B.C. V5G 4K4 Phone: 604.294.4465 Fax: 604.294.4471 support@cypress.bc.ca Revision Control 2 Revision Control

More information

MONTHLY REMINDERS FOR 2013

MONTHLY REMINDERS FOR 2013 MONTHLY REMINDERS FOR 2013 Legend: Red IRS Due Dates Green Department of Revenue Due Dates Blue Parish Finance Due Dates Black Second Collections JANUARY 4 Deposit payroll tax for payments on Jan 1 if

More information

front unit 1 3 back unit

front unit 1 3 back unit GreedyApproximationsofIndependentSetsinLowDegree Magn sm.halld rsson GraphsKiyohitoYoshiharay lemincubicgraphsandgraphsofmaximumdegreethree.thesealgorithmiterativelyselect verticesofminimumdegree,butdierinthesecondaryruleforchoosingamongmanycandidates.westudythreesuchalgorithms,andprovetightperformanceratios,withthebest

More information

TCP/IP Drill Pack. By Donna Warren. Created by Donna P. Warren Revised: 1/2/2012 Page 1 of 19

TCP/IP Drill Pack. By Donna Warren. Created by Donna P. Warren Revised: 1/2/2012 Page 1 of 19 TCP/IP Drill Pack By Donna Warren Created by Donna P. Warren Revised: 1/2/2012 Page 1 of 19 Drill 1: OSI vs DOD and the TCP/IP Protocol Suite Complete the following chart. On the next page give a brief

More information

RESEARCH & ADVISORY. www.handelscapitalmanagement.com

RESEARCH & ADVISORY. www.handelscapitalmanagement.com December Report 2014 RESEARCH & ADVISORY MANAGER S COMMENTS Purchases: Disposals: As the CEO of HCM I am thrilled to conclude that in 2014 our team has had the greatest performance since our foundation

More information

Cycles and clique-minors in expanders

Cycles and clique-minors in expanders Cycles and clique-minors in expanders Benny Sudakov UCLA and Princeton University Expanders Definition: The vertex boundary of a subset X of a graph G: X = { all vertices in G\X with at least one neighbor

More information

Math Integrated B.Sc./B.Ed. Programs 1

Math Integrated B.Sc./B.Ed. Programs 1 Math Integrated B.Sc./B.Ed. Programs 1 Second Degree: B.Ed. Second Teachable in Science 1. 6h or one language other than 5. 42h in Mathematics and Statistics so as to satisfy the requirements of a Bachelor

More information

BILD and WELT: Two successful Paid Content Strategies Capital Markets Day Berlin, December 10, 2014. Donata Hopfen, Publishing Director BILD Group

BILD and WELT: Two successful Paid Content Strategies Capital Markets Day Berlin, December 10, 2014. Donata Hopfen, Publishing Director BILD Group BILD and WELT: Two successful Paid Content Strategies Capital Markets Day Berlin, December 10, 2014 Donata Hopfen, Publishing Director BILD Group Paid content is key to Axel Springer s strategy Start of

More information

3-17 15-25 5 15-10 25 3-2 5 0. 1b) since the remainder is 0 I need to factor the numerator. Synthetic division tells me this is true

3-17 15-25 5 15-10 25 3-2 5 0. 1b) since the remainder is 0 I need to factor the numerator. Synthetic division tells me this is true Section 5.2 solutions #1-10: a) Perform the division using synthetic division. b) if the remainder is 0 use the result to completely factor the dividend (this is the numerator or the polynomial to the

More information

Detailed information regarding group companies

Detailed information regarding group companies Detailed information regarding group companies Credit Suisse Group AG, direct und indirect through its subsidiaries Credit Suisse Group Finance (Guernsey) Limited, Helvetia Court, Les Echelons, South Esplanade,

More information

Study Questions for Actuarial Exam 2/FM By: Aaron Hardiek June 2010

Study Questions for Actuarial Exam 2/FM By: Aaron Hardiek June 2010 P a g e 1 Study Questions for Actuarial Exam 2/FM By: Aaron Hardiek June 2010 P a g e 2 Background The purpose of my senior project is to prepare myself, as well as other students who may read my senior

More information

ΛΥΣΕΙΣ. Branch Stock Account

ΛΥΣΕΙΣ. Branch Stock Account ΛΥΣΕΙΣ QUESTION Exercise Branch Stock Account Selling Price Cost Price Selling Price Cost Price Stock b/d (W) 32.00 2.400 Sales Cash 5.330 5.330 Coods Sent (W2) 46.700 97.800 Sales Credit 39.560 39.560

More information

VT-802 Temperature Compensated Crystal Oscillator

VT-802 Temperature Compensated Crystal Oscillator T-802 Temperature Compensated Crystal Oscillator T-802 Description ectron s T-802 Temperature Compensated Crystal Oscillator (TCXO) is a quartz stabilized, CMOS output, analog temperature compensated oscillator,

More information

A Practical Scheme for Wireless Network Operation

A Practical Scheme for Wireless Network Operation A Practical Scheme for Wireless Network Operation Radhika Gowaikar, Amir F. Dana, Babak Hassibi, Michelle Effros June 21, 2004 Abstract In many problems in wireline networks, it is known that achieving

More information

Understanding, Modelling and Improving the Software Process. Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 31 Slide 1

Understanding, Modelling and Improving the Software Process. Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 31 Slide 1 Process Improvement Understanding, Modelling and Improving the Software Process Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 31 Slide 1 Process improvement Understanding existing processes

More information

OFFICE OF MEDICAID POLICY AND PLANNING TIME WEIGHTED CMI RESIDENT ROSTER REPORT GUIDELINES; 34 GROUP Version 2.0 (September 2013)

OFFICE OF MEDICAID POLICY AND PLANNING TIME WEIGHTED CMI RESIDENT ROSTER REPORT GUIDELINES; 34 GROUP Version 2.0 (September 2013) Basic OBRA Assessment/Record Sequencing Requirements Federal regulations at 42 CFR 483.20(b)(1)(xviii), (g), and (h) 1) The assessment accurately reflects the resident s status 2) A registered nurse conducts

More information

School Improvement Plan Template for Advanc ED Goals Management

School Improvement Plan Template for Advanc ED Goals Management School: Principal: Date Plan Completed: School Improvement External Monitor(s): Alignment with 3 5 Year District Strategic Goals: Briefly describe how this student outcome aligns with specific strategic

More information

SDHNS 3 Hour English Food Handlers Class

SDHNS 3 Hour English Food Handlers Class Mon Oct 3, 2011 English Class - San Diego (Downtown) Where: Nicky Rottens Bar and Burger Joint, 560 Fifth Ave., San Diego, CA 92101 Wed Oct 5, 2011 Fri Oct 7, 2011 12pm - 3pm Sat Oct 8, 2011 (No title)

More information

An Approximation Algorithm for the Unconstrained Traveling Tournament Problem

An Approximation Algorithm for the Unconstrained Traveling Tournament Problem An Approximation Algorithm for the Unconstrained Traveling Tournament Problem Shinji Imahori 1, Tomomi Matsui 2, and Ryuhei Miyashiro 3 1 Graduate School of Engineering, Nagoya University, Furo-cho, Chikusa-ku,

More information

Compound Inequalities. AND/OR Problems

Compound Inequalities. AND/OR Problems Compound Inequalities AND/OR Problems There are two types of compound inequalities. They are conjunction problems and disjunction problems. These compound inequalities will sometimes appear as two simple

More information

calculating the result modulo 3, as follows: p(0) = 0 3 + 0 + 1 = 1 0,

calculating the result modulo 3, as follows: p(0) = 0 3 + 0 + 1 = 1 0, Homework #02, due 1/27/10 = 9.4.1, 9.4.2, 9.4.5, 9.4.6, 9.4.7. Additional problems recommended for study: (9.4.3), 9.4.4, 9.4.9, 9.4.11, 9.4.13, (9.4.14), 9.4.17 9.4.1 Determine whether the following polynomials

More information

How To Write A Bill Of Sale

How To Write A Bill Of Sale 810 ASC X12 Finance Subcommittee Consumer Service Provider (CSP) Billing and Payment Guide Version 003 Release 061 - CSP - Consumer Service Provider Biller Consumer Network Payment System 810 Invoice Transaction

More information

Contracts. David Simchi-Levi. Professor of Engineering Systems

Contracts. David Simchi-Levi. Professor of Engineering Systems Introduction to Stochastic Inventory Models and Supply Contracts David Simchi-Levi Professor of Engineering Systems Massachusetts Institute of Technology Introduction Outline of the Presentation The Effect

More information

CS 772. Network Security: Concepts, Protocols and Programming Fall 2008 Final Exam Time 2 & 1/2 hours Open Book & Notes.

CS 772. Network Security: Concepts, Protocols and Programming Fall 2008 Final Exam Time 2 & 1/2 hours Open Book & Notes. CS 772 Network Security: Concepts, Protocols and Programming Fall 2008 Final Exam Time 2 & 1/2 hours Open Book & Notes Name: Login: Question 1: A. Considering mod 5 arithmetic, determine all possible:

More information

Nikkei Computer. Data Center Summit 2012 Sponsorship Opportunity

Nikkei Computer. Data Center Summit 2012 Sponsorship Opportunity Nikkei Computer Data Center Summit 2012 Sponsorship Opportunity Version 2 Aug, 2012 Nikkei Business Publications, Inc Background Image Data Center Summit 2012 is the premier event in Japan to introduce

More information

Counting Primes whose Sum of Digits is Prime

Counting Primes whose Sum of Digits is Prime 2 3 47 6 23 Journal of Integer Sequences, Vol. 5 (202), Article 2.2.2 Counting Primes whose Sum of Digits is Prime Glyn Harman Department of Mathematics Royal Holloway, University of London Egham Surrey

More information

A Table of the Most Common Standard Pipe Sizes. Nominal Bore 1/2 inch (DN 15 mm), Outside Diameter 21.34 mm

A Table of the Most Common Standard Pipe Sizes. Nominal Bore 1/2 inch (DN 15 mm), Outside Diameter 21.34 mm Standard Pipe Sizes Standard Pipe Sizes Except for specialist applications, commercially available pipe comes in standard sizes. Pipes in a variety of materials - including carbon steel, steel alloys,

More information

Financial Management - DMCI/I/HBO/ICTVT_2000FM 14, Human Business - DMCI/I/HBO/ICTVT_5000HB 14, Mobile Design & Prototyping - DMCI/I/HBO/I...

Financial Management - DMCI/I/HBO/ICTVT_2000FM 14, Human Business - DMCI/I/HBO/ICTVT_5000HB 14, Mobile Design & Prototyping - DMCI/I/HBO/I... Financial Management - DMCI/I/HBO/ICTVT_2000FM 14, - DMCI/I/HBO/ICTVT_5000HB 14, - DMCI/I/HBO/I... Week 36 (31 Aug 2015-6 Sep 2015) Monday 31/08 Tuesday 01/09 Wednesday 02/09 Thursday 03/09 Friday 04/09

More information

ACTIVE MICROSOFT CERTIFICATIONS:

ACTIVE MICROSOFT CERTIFICATIONS: Last Activity Recorded : May 30, 2014 Microsoft Certification ID : 375009 SUSANNE SCHNEIDER KAISERSTRASSE 53 REUTLINGEN, 72764 DE SUSANNE.SCHNEIDER@KIT-KOM.DE *Charter- Certification that was achieved

More information

Forest Fire Information System (EFFIS): Rapid Damage Assessment

Forest Fire Information System (EFFIS): Rapid Damage Assessment Forest Fire Information System (EFFIS): Fire Danger D Rating Rapid Damage Assessment G. Amatulli, A. Camia, P. Barbosa, J. San-Miguel-Ayanz OUTLINE 1. Introduction: what is the JRC 2. What is EFFIS 3.

More information

Character strings and. Lab tutor : Dennis Yang LIU Email : csygliu@comp.polyu.edu.hk Lab 5 : Oct. 16, 2014

Character strings and. Lab tutor : Dennis Yang LIU Email : csygliu@comp.polyu.edu.hk Lab 5 : Oct. 16, 2014 Lab 5 of COMP 319 Character strings and File I/O Lab tutor : Dennis Yang LIU Email : csygliu@comp.polyu.edu.hk Lab 5 : Oct. 16, 2014 1 Review of Lab 4 1. General concepts of user-defined functions 2. How

More information

Topic 8. Chi Square Tests

Topic 8. Chi Square Tests BE540W Chi Square Tests Page 1 of 5 Topic 8 Chi Square Tests Topics 1. Introduction to Contingency Tables. Introduction to the Contingency Table Hypothesis Test of No Association.. 3. The Chi Square Test

More information

Unstoppable Report Removing a Barrier to Patient Flow by Nursing Process Redesign

Unstoppable Report Removing a Barrier to Patient Flow by Nursing Process Redesign Unstoppable Report Removing a Barrier to Patient Flow by Nursing Process Redesign 17th Annual Society for Health Systems Management Engineering Forum February 12-13, 2005 Dallas, Texas Norwalk Hospital

More information

Important Dates Calendar 2014-2015 FALL

Important Dates Calendar 2014-2015 FALL Important Dates Calendar 204-205 FALL Rev. 6-8-4 st 8 H st 0 2nd 0 st 5 2nd 5 3rd 5 LSC Advanced Registration Begins May 27 May 27 May 27 May 27 May 27 May 27 May 27 May 27 May 27 Returning Students Advanced

More information

Attachment "A" - List of HP Inkjet Printers

Attachment A - List of HP Inkjet Printers HP Deskjet 350c Printer HP Deskjet 350cbi Printer HP Deskjet 350cbi Printer w/roller-case HP Deskjet 420 Printer HP Deskjet 420c Printer HP Deskjet 610c Printer HP Deskjet 610cl Printer HP Deskjet 612c

More information

CAFIS REPORT 2015.10

CAFIS REPORT 2015.10 CAFIS REPORT 2015.10 INDEX Message CAFIS Inbound 03-06 07-08 CAFIS Arch 09-10 CAFIS Brain 11-12 CAFIS Global 13-14 What We Do 15-16 About CAFIS 17-18 Services for Member Stores 19-34 Services for Card

More information

NASDAQ DUBAI TRADING AND SETTLEMENT CALENDAR 2015. 1. On US Federal Reserve Holidays, no settlements will take place for USD.

NASDAQ DUBAI TRADING AND SETTLEMENT CALENDAR 2015. 1. On US Federal Reserve Holidays, no settlements will take place for USD. NASDAQ Dubai Circular No. : 65/14 Date of Issue : December 22 nd 2014 Date of Expiry : Upon issue of replacement Circular NASDAQ DUBAI TRADING AND SETTLEMENT CALENDAR 2015 Issued pursuant to the NASDAQ

More information

Centers of Academic Excellence in Cyber Security (CAE-C) Knowledge Units Review

Centers of Academic Excellence in Cyber Security (CAE-C) Knowledge Units Review Centers of Academic Excellence in Cyber Security (CAE-C) Knowledge Units Review Review Process The Knowledge Unit (KU) Review Calendar divides the entire CAE-C KU list into 12 months for the purposes of

More information

Domain Antivirals tested Test methods for phenotype References. Aciclovir (ACV), Foscarnet (FOS) ACV, FOS ACV,

Domain Antivirals tested Test methods for phenotype References. Aciclovir (ACV), Foscarnet (FOS) ACV, FOS ACV, Sauerbrei A, Bohn-Wippert K, Kaspar M, Krumbholz A, Karrasch M, Zell R. 2015. Database on natural polymorphisms and resistance-related non-synonymous mutations in thymidine kinase and DNA polymerase genes

More information