Backtrack Search Using ZBDDs

Size: px
Start display at page:

Download "Backtrack Search Using ZBDDs"

Transcription

1 Bktrk erh Using ZBDDs Fi A. Aloul, Mher N. Mneimneh, Krem A. kllh {floul, mherm, Eletril Engineering n Computer iene University of Mihign Astrt We introue new pproh to stisfiility tht omines ktrk serh tehniques n zero-suppresse inry eision igrms (ZBDDs. his pproh impliitly represents stisfiility prolems using ZBDDs, n performs serh using opertions on this representtion. his methoology whih pts ktrk serh lgorithms to suh impliit representtions shoul llow for potentil eponentil inrese in the size of prolems tht n e hnle. We esrie how to perform ktrk serh n onflit ignosis with ZBDDs use s n unerlying struture for luse representtion. We lso report on our initil eperiments with this pproh. Introution Boolen tisfiility (A serves s n unerlying moel for wie rnge of pplitions in Computer iene, Artifiil Intelligene n Eletril Engineering, to nme few. Over the yers, this prolem hs een etensively investigte n effiient lgorithmi solutions egerly sought. A reserh efforts ulminte in n etensive olletion of propose solutions. Of these, the most known omplete lgorithms re se on the Dvis-utnm metho [2], n vritions of the Dvis-Logemnn-Loveln metho [3]. Despite literture onfusion, the two pprohes re ifferent. he former, se on resolution, performs eistentil elimintion on the propositionl vriles. he proeure is repete until the formul equls either (unstisfile prolem instne or (stisfile prolem instne. Resolution tens to e memory intensive s eistentil elimintion often genertes lrge numer of luses. he ltter pproh, se on ktrk serh, impliitly enumertes the spe of possile inry ssignments looking for stisfying one. A eision tree keeps trk of urrent ssignments n prunes the serh y itertively pplying unit propgtion, usully referre to s Boolen Constrint ropgtion [2]. If onflit is rehe, the serh ktrks to some previous ssignment. Conflit nlysis [7], n reursive lerning [5] omprise mjor enhnements to the si ktrk serh proeure. Conflit nlysis omes into ply when onflit rises, n s equte informtion, onflit luse, tht ntiiptes the possile reourrene of this onflit. Furthermore, onflit nlysis llows the serh proess to ktrk non-hronologilly to erlier levels in the serh tree, onsierly pruning the serh spe. On the other hn, reursive lerning, when etene to onjuntive norml form (CNF luses, ientifies neessry ssignments y emining the ifferent possile wys of stisfying given luse from the set of unssigne literls. hese improvements llowe solving lrge prolem instnes in vrious omins [7]. However, serh-se pprohes re still inple of hnling very lrge prolems rising from vrious EDA pplitions [] s they ten to epliitly represent the luse tse. his epliit representtion n enumertion often results in time n memory eplosion. Reently, this prolem hs een resse y Chtli et l. [] who propose implementing resolution using zerosuppresse inry eision igrms (ZBDDs [6, 9] s the unerlying t struture for luse enoing. heir pproh ws ple of solving two hr prolems tht known A solvers file t. he high ompression power of the unerlying t struture resulte in enormous reutions in lgorithmi ompleity. In this pper, we push the ove pproh further. We eplore using suh n impliit luse tse representtion with ktrk serh tehniques. his is motivte y the esire to integrte the vntges of BDD-se n Ase pprohes in hyri sheme. In ition, we show how to effiiently ientify onflits in suh t struture n how to generte onflit luses using resolution. 2 reliminries ZBDDs [6, 9] were inspire y the nee to effiiently represent n mnipulte sets of omintions. It is irete yli grph (DAG onsisting of two terminl noes, the - terminl (the empty set n the -terminl (the set of single empty omintion, n non-terminl noes eh of whih hs two hilren, the -suessor n the -suessor. In ition, eh non-terminl noe is lele with Boolen vrile. Given universe U {, 2,, n } of n ojets, omintion C (, 2,, m of m ojets from U n e represente y n n -it inry vetor X (, 2,, n where if ojet i is in C, n otherwise, i n. A set of omintions n e represente y hrteristi funtion χ : {,} n {, } where χ ( X if X n otherwise, X {, } n. In wht follows, we use set n its hrteristi funtion χ interhngely. ZBDD noe semntis re illustrte in Figure (. If noe v with lel represents set, n v s -suessor n -suessor represent n respetively, then ( { i },where: A B { ( A n ( B }. (

2 ( { } ( { } ( / j k j k j j / ( ( Figure. ( ZBDD noe semntis ( noe merging rule n ( noe elimintion rule ZBDD onstrution is se on two reution rules illustrte in Figure ( n (. he noe merging rule merges two noes if they hve the sme lel n ientil - n - suessors, wheres the noe elimintion rule elimintes noe if its -suessor is the -terminl. Eh pth from the root noe to the -terminl orrespons to one omintion C of where if no noe lele eists long tht pth. It is this property tht reners ZBDDs ompt representtion for sprse omintions. As n emple onsier the universe U {,,,, e, f, g} n the set: {(,,,( g,,,(,,,( e,, g (2 ( e,,,( e,, h, ( fg,,, ( fgh,, } n e represente y the ZBDD shown in Figure 3(. (Note tht we lel the ZBDD noes with the ojets nmes inste of their enoings for ese of presenttion. Minto [9] presente effiient lgorithms tht implement set theoreti opertions on ZBDDs. hese opertions inlue union, intersetion, ifferene, nprout, mong others. With effiient hing tehniques, these lgorithms n eeute in time proportionl to the ZBDD size rther thn the rinlity of the omintion sets. It ws emonstrte in [] tht the ove pproh n e etene to effiiently enoe sets of luses. In this se, eh vrile n its omplement re ojets of U, n eh pth from the root to the -terminl orrespons to single luse. he numer of pths to the -terminl equls the numer of luses in the luse tse. As n emple, the set of luses: ( ( ( l ( ( ( (3 ( ( orrespons to set of omintions from U l {,,,,,,, } n n e represente y the ZBDD shown in Figure 3(. Using this pproh, the semntis of Boolen Alger, suh s susumption, n e superimpose on ZBDD reution rules to hieve further ompression. As n emple onsier the ZBDD illustrte in Figure 2( where the -suessor n the -suessor of the root re ientil. Using ZBDD noe semntis, ( n y the susumption rule of Boolen Alger,. Another CNF-speifi reution rule is susume ifferene []: given two sets n, the susume ifferene of y, enote s, is the set of ( ( ( Figure. 2 ( luse susumption rule n ( susumption elimintion rule luses of tht re not susume y ny luse from. In ZBDD, whose root noe represents the set n its n -suessors represent n respetively,. ine is inepenent of, luses in n susume luses in, while luses in n t susume ny luse in. Consequently, [ ]. his reution rule is illustrte in Figure 2(. It ws shown tht the reursive pplition of this rule results in ZBDD tht is free of susume luses. In ition, susume ifferene n e use s the uiling lok for susumption-free union n susumption-free prout opertions []. hese opertions were inorporte in multi-resolution version of the D proeure for stisfiility. Given luse tse ϕ n the hrteristi funtion χ ϕ enoing the luses of ϕ, fter vrile s selete for eistentil elimintion, multi-resolution uses stnr ZBDD opertions to prtition the luse set into three sets: ϕ, ϕ n ϕ. ϕ enotes the set of luses hving the literl, ϕ the set of luses hving the literl, n ϕ the set of luses hving neither nor. Eistentil elimintion is performe s follows:.ϕ ( ϕ ϕ where ontes the oftor ϕ ϕ of ϕ with respet to. he union etween ϕ n ϕ trnsltes into susumption-free prout on the ZBDDs representing their hrteristi funtions n the intersetion of the result with ϕ orrespons to susumption-free union on the orresponing ZBDDs. he vntge of multi-resolution is the reution in lgorithmi ompleity of the opertions. Eh of the ove opertions epen on the sizes of the orresponing ZBDDs, mesure in numer of noes, n not the size of the luse set (i.e literls they enoe. 3 ZBDDs As truture for Bktrk erh Despite vrious lgorithmi solutions, ktrk serh remins the most prevlent tehnique for ttking the stisfiility prolem. Bktrk serh impliitly enumertes the spe of truth ssignments using eision tree to mintin urrent ssignments to Boolen vriles. Although mny effetive improvements were inorporte in the lgorithm, it is still inompetent for lrge-sle luse tses euse of its epliit representtion of luses. o onquer this, we propose n impliit ktrk serh lgorithm tht uses ZBDDs s the unerlying t struture for luse rep- 2

3 e f g g h ( ( Figure. 3 ( ZBDD representing ( ZBDD representing l ( ZBDD representing n ( ZBDD representing l fter pplying reution rules ( new l ( resenttion. A generi ktrk serh lgorithm is omprise of three min engines [8]: Deie(, Deue(,nDignose(. In wht follows, we riefly esrie eh engine n illustrte how to hieve its funtion when ZBDDs re the unerlying t struture. Deie( uses heuristi knowlege to mke eletive ssignments to vriles. When using ZBDDs, we ssign vrile y ing one-literl luse, representing this ssignment to the luse set. his is hieve y unioning, using susumption-free union, the hrteristi funtion of the luse to e e with the hrteristi funtion of the luse tse. As n emple, onsier l gin. o ssign to, we the luse ( to l to get: ( ( ( l (4 ( ( ( the three luses (, (, n ( re susume y (. Deue( etermines the onsequenes of the ssignments elete y Deie(, typilly yieling itionl fore ssignments to, i.e. implitions of, other vriles. his is hieve y repetely pplying the unit luse rule until no unit luses eist. o implement this pproh using ZBDDs, we nee to ientify unit luses n sor on them. ingle-literl luses re ientifie y reursively trversing zero-suessors of the ZBDD enoing the luse set strting t the root; ny noe whose -suessor is the -terminl enotes unit luse. Asorption is then rrie on the ientifie set of unit luses y reursively pplying the sorption reution rule illustrte in Figure 4. he reursive pplition of this proeure utomtilly hnles unit propgtion, eliminting the nee to trk implitions epliitly. An empty luse, i.e. -terminl, esigntes onflit, initing the eistene of n unstisfie luse, while set onsisting of only unit luses represents stisfying ssignment. Applying sorption to, we get: l 2 l Asor on Figure. 4 ZBDD sorption rule ( ( ( ( ( ( Dignose( hnles the ourrene of onflits n ktrks ppropritely to previous eision. Besies, it nlyzes the uses of the onflit n genertes equte informtion to prevent its re-ourrene. While our Deue( engine elimintes the nee for n implition grph tht keeps trk of ssignments, it lks the ility to ientify vrile ssignments using onflits. o surmount this, we keep opy of the luse tse efore eh itertion of the unit propgtion rule. On onflit, we use this opy to ientify onfliting vriles. his is hieve y heking for pttern of the following struture 2 k (.heeisteneof 2 k suh pttern inites tht eh of to k is onfliting vrile n n now e use to generte the lerne luses, tht n effetively prune the serh spe. We use novel onflit ignosis pproh tht impliitly genertes lerne luses y pplying resolution on ientifie onfliting vriles. As n emple, onsier gin. Assume tht the urrent ssignments re, n the Deie( engine selets. his results in onf ( ( initing tht is onflit vrile. Applying resolution on results in two luses: ( n (. hese luses re eto l toget: ( ( ( new l (6 ( ( ( (5 3

4 ( ( ( ( Instne ime Regulr M- CL ime Reue M- CL Comp ression im-5-3_4-yes-2 > im-5-_6-no im-2-_6-yes- > jnh2 > 2374 > pret6_ uois hole ii pr pret6_ ss hole E8 hole 2.7 E 2.5 E 3.39E4 Figure. 5 Boolen lgeri mnipultion tehniques whose ZBDD is shown in Figure 3(. he lgorithm ontinues y unioning previous eision i.e, ( ( with new l. ine knowing more is goo, ugmenting the formul with itionl luses n proue n vlnhe of implitions uring serh, onsequently leing to rmti reution in serh time. However, knowing too muh is sine pplying lin resolution n generte n eponentil numer of luses tremenously slowing own the serh performne. herefore, we impose limit on the size (numer of literls of the generte luses s heuristi for limiting the numer of generte luses. Also, we seletively perform resolution on susets of the luse tse tht only onsists of previously ssigne vriles. he set of generte luses re e to the initil luse tse using susumption-free union. Further reution tehniques, illustrte in Figure 5, tht perform omintion of Boolen lgeri mnipultions (i.e. sorption, susumption, n resolution n e lolly pplie to the ZBDD in orer to reue its size n eventully the numer of literls in the prolem. Figure 3( shows the result of suh reltions on luse set l : wheres the originl prolem h 8 luses, 24 literls, n require 3 ZBDD noes, the reue formul onsiste of 5 luses, literls, n require only 9 ZBDD noes. he time ompleity of the esrie lgorithms is funtion of the numer of noes in the ZBDD rther thn the size of the luse tse. With the strong ompression power of ZBDDs, this pproh promises etter results thn epliit tehniques when eling with lrge sle prolems. 4 Eperimentl Results o hek the effiieny of resolution using ZBDDs, we implemente version of ZRE []. Our lgorithm is implemente in C++ n uses the CUDD pkge [] to uil the le : Resolution Results ZBDDs. le shows the results for selete prolems from the DIMAC set [4]. All eperiments were onute on entium-ii 333 MHz mhine running Linu n equippe with 52 MB of RAM. he time-out limit ws set to seons. In generl, the resolution pproh ws ineffiient in solving the mjority of smll enhmrks n unle to solve ny of the lrge enhmrks. With itionl reution tehniques, we were le to improve the runtimes ut mny prolems remine unsolve. le lso shows the ompression pility, shown in the lst olumn, otine when using ZBDDs s oppose to epliit lists of luses. he ompression power is mesure s the rtio of the numer of literl in the prolem n the numer of noes in the ZBDD. Clerly, this impliit representtion provies gret memory reution, espeilly on struture prolems. It is instrutive to point out thtthe hole-n results reporte in Chtli et l. [], shown t the en of le, hs prtiulr struture tht n e represente very effiiently using speifi ZBDD vrile orer. In ontrst, the results shown in le were generte using fie ZBDD vrile orer ( 2,,, k. In generl, struture prolems suggests nturl effiient vrile orering for ZBDD onstrution s well s resolution vrile elimintion. Figure 6 shows the serh runtimes for vrious size limits of the luses generte uring onflit nlysis for four enhmrks. he grphs lso show the runtimes for the regulr n seletive pproh (isusse in etion 3 whih pplies resolution on the omplete prolem n on selete suset of the prolem, respetively. he seletive/reue urve represents omintion of the seletive pproh with the reution tehniques shown in Figure 5. he t lerly shows the vntge of limiting the numer of the generte luses n their sizes on the performne of the serh proess. An optiml limit eists for eh of the presente enhmrks, whih woul yiel miniml serh time. 4

5 im-5-3_4-yes-2.nf uois22.nf Regulr eletive eletive/reue Regulr eletive eletive/reue Runtime (se Runtime (se Mimum luse size ( Mimum luse size ( jnh2.nf im-2-_6-yes-.nf Regulr eletive eletive/reue Regulr eletive eletive/reue Runtime (se Runtime (se Mimum luse size ( Mimum luse size ( Figure. 6 Bktrk serh runtimes using ZBDDs However, unrestrite luse size limits n le to n eponentil numer of luses, hene severely slowing the serh performne. Although the shown enhmrks were esily solve y other A solvers, we onjeture tht further refinements of the serh lgorithm, espeilly onflit ignosis, shoul e le to hnle very lrge prolems tht re out of the sope of urrent solvers. uh refinements inlue, effiiently orering ZBDD vriles n ynmilly limiting luse size. 5 Conlusion We hve propose new pproh to stisfiility tht omines ktrk serh n resolution using ZBDDs. he vntge of suh n pproh is twofol. Firstly, it promises to e le to el with lrge sle luse tses through its impliit representtion. eonly, it serves s mens to stuy the time-spe treoff etween ktrk serh n resolution. Our preliminry results show the effetive memory ompression hieve with this pproh. Further work involves enhning this tehnique to hnle lrge prolems in fesile time. 6 Referenes []. Chtli n L. imon, Multi-Resolution on Compresse ets of Cluses, in ro. of the Int l Conferene on ools with Artifiil Intelligene, 2. [2] M. Dvis n H. utnm, A Computing roeure untifition heory, injournloftheacm, vol. 7, pp. 2-25, 96. [3] M. Dvis G. Logemnn, D. Loveln, A Mhine rogrm for heorem roving, in Communitions of the ACM, 962. [4] DIMAC Chllenge enhmrks in ftp://dims.rutgers.edu/pu/hllenge/st/enhmrks/nf. [5] W. Kunz n D. toffel, Resoning in Boolen Networks, Kluwer Aemi ulishers, Boston, MA, 997. [6] M. Loing, O. hroer, n I. Wegner, he heory of Zero- uppresse BDDs n the Numer of Knight's ours, in IFI WG.5 Workshop on Applitions of the Ree-Muller Epnsion in Ciruit Design, 995. [7] J.. Mrques-ilv n K. kllh, Boolen tisfiility in Eletroni Design Automtion, in ro. of the Design Automtion Conferene, 2. [8] J.. Mrques-ilv n K. kllh, GRA: A erh Algorithm for ropositionl tisfiility, in IEEE rnstions on Computers, vol. 48, no. 5, pp , 999. [9]. Minto, Zero-uppresse BDDs for et Mnipultion in Comintoril rolems, in ro. of the Design Automtion Conferene, 993. [] G. Nm, K. kllh, n R. Rutenr, tisfiility-bse Lyout Revisite: Detile Routing of Comple FGAs Vi erh-bse Boolen A, in the ro. of the Int l ymposium on Fiel rogrmmle Gte Arrys, 999. [] F. omenzi, CUDD: CU Deision Digrm kge, University of Coloro t Bouler, ftp://vlsi.oloro.eu/pu/. [2] R. Zih n D. A. MAllester, A Rerrngement erh trtegy for Determining ropositionl tisfiility, in ro. of the Ntionl Conf. on Artifiil Intelligene,

Lecture 6: Coding theory

Lecture 6: Coding theory Leture 6: Coing theory Biology 429 Crl Bergstrom Ferury 4, 2008 Soures: This leture loosely follows Cover n Thoms Chpter 5 n Yeung Chpter 3. As usul, some of the text n equtions re tken iretly from those

More information

CS 491G Combinatorial Optimization Lecture Notes

CS 491G Combinatorial Optimization Lecture Notes CS 491G Comintoril Optimiztion Leture Notes Dvi Owen July 30, August 1 1 Mthings Figure 1: two possile mthings in simple grph. Definition 1 Given grph G = V, E, mthing is olletion of eges M suh tht e i,

More information

I 3 2 = I I 4 = 2A

I 3 2 = I I 4 = 2A ECE 210 Eletril Ciruit Anlysis University of llinois t Chigo 2.13 We re ske to use KCL to fin urrents 1 4. The key point in pplying KCL in this prolem is to strt with noe where only one of the urrents

More information

Lecture 11 Binary Decision Diagrams (BDDs)

Lecture 11 Binary Decision Diagrams (BDDs) C 474A/57A Computer-Aie Logi Design Leture Binry Deision Digrms (BDDs) C 474/575 Susn Lyseky o 3 Boolen Logi untions Representtions untion n e represente in ierent wys ruth tle, eqution, K-mp, iruit, et

More information

Data Structures LECTURE 10. Huffman coding. Example. Coding: problem definition

Data Structures LECTURE 10. Huffman coding. Example. Coding: problem definition Dt Strutures, Spring 24 L. Joskowiz Dt Strutures LEURE Humn oing Motivtion Uniquel eipherle oes Prei oes Humn oe onstrution Etensions n pplitions hpter 6.3 pp 385 392 in tetook Motivtion Suppose we wnt

More information

Computing all-terminal reliability of stochastic networks with Binary Decision Diagrams

Computing all-terminal reliability of stochastic networks with Binary Decision Diagrams Computing ll-terminl reliility of stohsti networks with Binry Deision Digrms Gry Hry 1, Corinne Luet 1, n Nikolos Limnios 2 1 LRIA, FRE 2733, 5 rue u Moulin Neuf 80000 AMIENS emil:(orinne.luet, gry.hry)@u-pirie.fr

More information

Engr354: Digital Logic Circuits

Engr354: Digital Logic Circuits Engr354: Digitl Logi Ciruits Chpter 4: Logi Optimiztion Curtis Nelson Logi Optimiztion In hpter 4 you will lern out: Synthesis of logi funtions; Anlysis of logi iruits; Tehniques for deriving minimum-ost

More information

Counting Paths Between Vertices. Isomorphism of Graphs. Isomorphism of Graphs. Isomorphism of Graphs. Isomorphism of Graphs. Isomorphism of Graphs

Counting Paths Between Vertices. Isomorphism of Graphs. Isomorphism of Graphs. Isomorphism of Graphs. Isomorphism of Graphs. Isomorphism of Graphs Isomorphism of Grphs Definition The simple grphs G 1 = (V 1, E 1 ) n G = (V, E ) re isomorphi if there is ijetion (n oneto-one n onto funtion) f from V 1 to V with the property tht n re jent in G 1 if

More information

CSC2542 State-Space Planning

CSC2542 State-Space Planning CSC2542 Stte-Spe Plnning Sheil MIlrith Deprtment of Computer Siene University of Toronto Fll 2010 1 Aknowlegements Some the slies use in this ourse re moifitions of Dn Nu s leture slies for the textook

More information

22: Union Find. CS 473u - Algorithms - Spring April 14, We want to maintain a collection of sets, under the operations of:

22: Union Find. CS 473u - Algorithms - Spring April 14, We want to maintain a collection of sets, under the operations of: 22: Union Fin CS 473u - Algorithms - Spring 2005 April 14, 2005 1 Union-Fin We wnt to mintin olletion of sets, uner the opertions of: 1. MkeSet(x) - rete set tht ontins the single element x. 2. Fin(x)

More information

The DOACROSS statement

The DOACROSS statement The DOACROSS sttement Is prllel loop similr to DOALL, ut it llows prouer-onsumer type of synhroniztion. Synhroniztion is llowe from lower to higher itertions sine it is ssume tht lower itertions re selete

More information

Numbers and indices. 1.1 Fractions. GCSE C Example 1. Handy hint. Key point

Numbers and indices. 1.1 Fractions. GCSE C Example 1. Handy hint. Key point GCSE C Emple 7 Work out 9 Give your nswer in its simplest form Numers n inies Reiprote mens invert or turn upsie own The reiprol of is 9 9 Mke sure you only invert the frtion you re iviing y 7 You multiply

More information

CARLETON UNIVERSITY. 1.0 Problems and Most Solutions, Sect B, 2005

CARLETON UNIVERSITY. 1.0 Problems and Most Solutions, Sect B, 2005 RLETON UNIVERSIT eprtment of Eletronis ELE 2607 Swithing iruits erury 28, 05; 0 pm.0 Prolems n Most Solutions, Set, 2005 Jn. 2, #8 n #0; Simplify, Prove Prolem. #8 Simplify + + + Reue to four letters (literls).

More information

Factorising FACTORISING.

Factorising FACTORISING. Ftorising FACTORISING www.mthletis.om.u Ftorising FACTORISING Ftorising is the opposite of expning. It is the proess of putting expressions into rkets rther thn expning them out. In this setion you will

More information

A Primer on Continuous-time Economic Dynamics

A Primer on Continuous-time Economic Dynamics Eonomis 205A Fll 2008 K Kletzer A Primer on Continuous-time Eonomi Dnmis A Liner Differentil Eqution Sstems (i) Simplest se We egin with the simple liner first-orer ifferentil eqution The generl solution

More information

Algebra 2 Semester 1 Practice Final

Algebra 2 Semester 1 Practice Final Alger 2 Semester Prtie Finl Multiple Choie Ientify the hoie tht est ompletes the sttement or nswers the question. To whih set of numers oes the numer elong?. 2 5 integers rtionl numers irrtionl numers

More information

Unit 4. Combinational Circuits

Unit 4. Combinational Circuits Unit 4. Comintionl Ciruits Digitl Eletroni Ciruits (Ciruitos Eletrónios Digitles) E.T.S.I. Informáti Universidd de Sevill 5/10/2012 Jorge Jun 2010, 2011, 2012 You re free to opy, distriute

More information

Necessary and sucient conditions for some two. Abstract. Further we show that the necessary conditions for the existence of an OD(44 s 1 s 2 )

Necessary and sucient conditions for some two. Abstract. Further we show that the necessary conditions for the existence of an OD(44 s 1 s 2 ) Neessry n suient onitions for some two vrile orthogonl esigns in orer 44 C. Koukouvinos, M. Mitrouli y, n Jennifer Seerry z Deite to Professor Anne Penfol Street Astrt We give new lgorithm whih llows us

More information

Logic Synthesis and Verification

Logic Synthesis and Verification Logi Synthesis nd Verifition SOPs nd Inompletely Speified Funtions Jie-Hong Rolnd Jing 江介宏 Deprtment of Eletril Engineering Ntionl Tiwn University Fll 22 Reding: Logi Synthesis in Nutshell Setion 2 most

More information

Common intervals of genomes. Mathieu Raffinot CNRS LIAFA

Common intervals of genomes. Mathieu Raffinot CNRS LIAFA Common intervls of genomes Mthieu Rffinot CNRS LIF Context: omprtive genomis. set of genomes prtilly/totlly nnotte Informtive group of genes or omins? Ex: COG tse Mny iffiulties! iology Wht re two similr

More information

Section 2.3. Matrix Inverses

Section 2.3. Matrix Inverses Mtri lger Mtri nverses Setion.. Mtri nverses hree si opertions on mtries, ition, multiplition, n sutrtion, re nlogues for mtries of the sme opertions for numers. n this setion we introue the mtri nlogue

More information

2.4 Theoretical Foundations

2.4 Theoretical Foundations 2 Progrmming Lnguge Syntx 2.4 Theoretil Fountions As note in the min text, snners n prsers re se on the finite utomt n pushown utomt tht form the ottom two levels of the Chomsky lnguge hierrhy. At eh level

More information

CS 2204 DIGITAL LOGIC & STATE MACHINE DESIGN SPRING 2014

CS 2204 DIGITAL LOGIC & STATE MACHINE DESIGN SPRING 2014 S 224 DIGITAL LOGI & STATE MAHINE DESIGN SPRING 214 DUE : Mrh 27, 214 HOMEWORK III READ : Relte portions of hpters VII n VIII ASSIGNMENT : There re three questions. Solve ll homework n exm prolems s shown

More information

Chapter 4 State-Space Planning

Chapter 4 State-Space Planning Leture slides for Automted Plnning: Theory nd Prtie Chpter 4 Stte-Spe Plnning Dn S. Nu CMSC 722, AI Plnning University of Mrylnd, Spring 2008 1 Motivtion Nerly ll plnning proedures re serh proedures Different

More information

Technology Mapping Method for Low Power Consumption and High Performance in General-Synchronous Framework

Technology Mapping Method for Low Power Consumption and High Performance in General-Synchronous Framework R-17 SASIMI 015 Proeeings Tehnology Mpping Metho for Low Power Consumption n High Performne in Generl-Synhronous Frmework Junki Kwguhi Yukihie Kohir Shool of Computer Siene, the University of Aizu Aizu-Wkmtsu

More information

Automata and Regular Languages

Automata and Regular Languages Chpter 9 Automt n Regulr Lnguges 9. Introution This hpter looks t mthemtil moels of omputtion n lnguges tht esrie them. The moel-lnguge reltionship hs multiple levels. We shll explore the simplest level,

More information

Lecture 2: Cayley Graphs

Lecture 2: Cayley Graphs Mth 137B Professor: Pri Brtlett Leture 2: Cyley Grphs Week 3 UCSB 2014 (Relevnt soure mteril: Setion VIII.1 of Bollos s Moern Grph Theory; 3.7 of Gosil n Royle s Algeri Grph Theory; vrious ppers I ve re

More information

for all x in [a,b], then the area of the region bounded by the graphs of f and g and the vertical lines x = a and x = b is b [ ( ) ( )] A= f x g x dx

for all x in [a,b], then the area of the region bounded by the graphs of f and g and the vertical lines x = a and x = b is b [ ( ) ( )] A= f x g x dx Applitions of Integrtion Are of Region Between Two Curves Ojetive: Fin the re of region etween two urves using integrtion. Fin the re of region etween interseting urves using integrtion. Desrie integrtion

More information

Solutions to Problem Set #1

Solutions to Problem Set #1 CSE 233 Spring, 2016 Solutions to Prolem Set #1 1. The movie tse onsists of the following two reltions movie: title, iretor, tor sheule: theter, title The first reltion provies titles, iretors, n tors

More information

CSE 332. Sorting. Data Abstractions. CSE 332: Data Abstractions. QuickSort Cutoff 1. Where We Are 2. Bounding The MAXIMUM Problem 4

CSE 332. Sorting. Data Abstractions. CSE 332: Data Abstractions. QuickSort Cutoff 1. Where We Are 2. Bounding The MAXIMUM Problem 4 Am Blnk Leture 13 Winter 2016 CSE 332 CSE 332: Dt Astrtions Sorting Dt Astrtions QuikSort Cutoff 1 Where We Are 2 For smll n, the reursion is wste. The onstnts on quik/merge sort re higher thn the ones

More information

ANALYSIS AND MODELLING OF RAINFALL EVENTS

ANALYSIS AND MODELLING OF RAINFALL EVENTS Proeedings of the 14 th Interntionl Conferene on Environmentl Siene nd Tehnology Athens, Greee, 3-5 Septemer 215 ANALYSIS AND MODELLING OF RAINFALL EVENTS IOANNIDIS K., KARAGRIGORIOU A. nd LEKKAS D.F.

More information

18.06 Problem Set 4 Due Wednesday, Oct. 11, 2006 at 4:00 p.m. in 2-106

18.06 Problem Set 4 Due Wednesday, Oct. 11, 2006 at 4:00 p.m. in 2-106 8. Problem Set Due Wenesy, Ot., t : p.m. in - Problem Mony / Consier the eight vetors 5, 5, 5,..., () List ll of the one-element, linerly epenent sets forme from these. (b) Wht re the two-element, linerly

More information

CIT 596 Theory of Computation 1. Graphs and Digraphs

CIT 596 Theory of Computation 1. Graphs and Digraphs CIT 596 Theory of Computtion 1 A grph G = (V (G), E(G)) onsists of two finite sets: V (G), the vertex set of the grph, often enote y just V, whih is nonempty set of elements lle verties, n E(G), the ege

More information

Finite State Automata and Determinisation

Finite State Automata and Determinisation Finite Stte Automt nd Deterministion Tim Dworn Jnury, 2016 Lnguges fs nf re df Deterministion 2 Outline 1 Lnguges 2 Finite Stte Automt (fs) 3 Non-deterministi Finite Stte Automt (nf) 4 Regulr Expressions

More information

Compression of Palindromes and Regularity.

Compression of Palindromes and Regularity. Compression of Plinromes n Regulrity. Kyoko Shikishim-Tsuji Center for Lierl Arts Eution n Reserh Tenri University 1 Introution In [1], property of likstrem t t view of tse is isusse n it is shown tht

More information

Computational Biology Lecture 18: Genome rearrangements, finding maximal matches Saad Mneimneh

Computational Biology Lecture 18: Genome rearrangements, finding maximal matches Saad Mneimneh Computtionl Biology Leture 8: Genome rerrngements, finding miml mthes Sd Mneimneh We hve seen how to rerrnge genome to otin nother one sed on reversls nd the knowledge of the preserved loks or genes. Now

More information

Outline Data Structures and Algorithms. Data compression. Data compression. Lossy vs. Lossless. Data Compression

Outline Data Structures and Algorithms. Data compression. Data compression. Lossy vs. Lossless. Data Compression 5-2 Dt Strutures n Algorithms Dt Compression n Huffmn s Algorithm th Fe 2003 Rjshekr Rey Outline Dt ompression Lossy n lossless Exmples Forml view Coes Definition Fixe length vs. vrile length Huffmn s

More information

Subsequence Automata with Default Transitions

Subsequence Automata with Default Transitions Susequene Automt with Defult Trnsitions Philip Bille, Inge Li Gørtz, n Freerik Rye Skjoljensen Tehnil University of Denmrk {phi,inge,fskj}@tu.k Astrt. Let S e string of length n with hrters from n lphet

More information

Now we must transform the original model so we can use the new parameters. = S max. Recruits

Now we must transform the original model so we can use the new parameters. = S max. Recruits MODEL FOR VARIABLE RECRUITMENT (ontinue) Alterntive Prmeteriztions of the pwner-reruit Moels We n write ny moel in numerous ifferent ut equivlent forms. Uner ertin irumstnes it is onvenient to work with

More information

Lecture 8: Abstract Algebra

Lecture 8: Abstract Algebra Mth 94 Professor: Pri Brtlett Leture 8: Astrt Alger Week 8 UCSB 2015 This is the eighth week of the Mthemtis Sujet Test GRE prep ourse; here, we run very rough-n-tumle review of strt lger! As lwys, this

More information

NON-DETERMINISTIC FSA

NON-DETERMINISTIC FSA Tw o types of non-determinism: NON-DETERMINISTIC FS () Multiple strt-sttes; strt-sttes S Q. The lnguge L(M) ={x:x tkes M from some strt-stte to some finl-stte nd ll of x is proessed}. The string x = is

More information

The Stirling Engine: The Heat Engine

The Stirling Engine: The Heat Engine Memoril University of Newfounln Deprtment of Physis n Physil Oenogrphy Physis 2053 Lortory he Stirling Engine: he Het Engine Do not ttempt to operte the engine without supervision. Introution Het engines

More information

WORKSHOP 7 PARASOLID SOLID EXAMPLE

WORKSHOP 7 PARASOLID SOLID EXAMPLE WORKSHOP 7 PARASOLID SOLID EXAMPLE WS7-1 WS7-2 Workshop Ojetives Lern some of the steps tht n e use to rete B-rep soli, i.e. extrue surfe, shell, n ege len. Then, rete the finite element moel. Anlyze the

More information

March eq Implementing Additional Reasoning into an Efficient Look-Ahead SAT Solver

March eq Implementing Additional Reasoning into an Efficient Look-Ahead SAT Solver Mrh eq Implementing Additionl Resoning into n Effiient Look-Ahed SAT Solver Mrijn Heule, Mrk Dufour, Joris vn Zwieten nd Hns vn Mren Deprtment of Informtion Systems nd Algorithms, Fulty of Eletril Engineering,

More information

Particle Physics. Michaelmas Term 2011 Prof Mark Thomson. Handout 3 : Interaction by Particle Exchange and QED. Recap

Particle Physics. Michaelmas Term 2011 Prof Mark Thomson. Handout 3 : Interaction by Particle Exchange and QED. Recap Prtile Physis Mihelms Term 2011 Prof Mrk Thomson g X g X g g Hnout 3 : Intertion y Prtile Exhnge n QED Prof. M.A. Thomson Mihelms 2011 101 Rep Working towrs proper lultion of ey n sttering proesses lnitilly

More information

1 PYTHAGORAS THEOREM 1. Given a right angled triangle, the square of the hypotenuse is equal to the sum of the squares of the other two sides.

1 PYTHAGORAS THEOREM 1. Given a right angled triangle, the square of the hypotenuse is equal to the sum of the squares of the other two sides. 1 PYTHAGORAS THEOREM 1 1 Pythgors Theorem In this setion we will present geometri proof of the fmous theorem of Pythgors. Given right ngled tringle, the squre of the hypotenuse is equl to the sum of the

More information

Linear Algebra Introduction

Linear Algebra Introduction Introdution Wht is Liner Alger out? Liner Alger is rnh of mthemtis whih emerged yers k nd ws one of the pioneer rnhes of mthemtis Though, initilly it strted with solving of the simple liner eqution x +

More information

Nondeterministic Finite Automata

Nondeterministic Finite Automata Nondeterministi Finite utomt The Power of Guessing Tuesdy, Otoer 4, 2 Reding: Sipser.2 (first prt); Stoughton 3.3 3.5 S235 Lnguges nd utomt eprtment of omputer Siene Wellesley ollege Finite utomton (F)

More information

Mid-Term Examination - Spring 2014 Mathematical Programming with Applications to Economics Total Score: 45; Time: 3 hours

Mid-Term Examination - Spring 2014 Mathematical Programming with Applications to Economics Total Score: 45; Time: 3 hours Mi-Term Exmintion - Spring 0 Mthemtil Progrmming with Applitions to Eonomis Totl Sore: 5; Time: hours. Let G = (N, E) e irete grph. Define the inegree of vertex i N s the numer of eges tht re oming into

More information

Metaheuristics for the Asymmetric Hamiltonian Path Problem

Metaheuristics for the Asymmetric Hamiltonian Path Problem Metheuristis for the Asymmetri Hmiltonin Pth Prolem João Pero PEDROSO INESC - Porto n DCC - Fule e Ciênis, Universie o Porto, Portugl jpp@f.up.pt Astrt. One of the most importnt pplitions of the Asymmetri

More information

Project 6: Minigoals Towards Simplifying and Rewriting Expressions

Project 6: Minigoals Towards Simplifying and Rewriting Expressions MAT 51 Wldis Projet 6: Minigols Towrds Simplifying nd Rewriting Expressions The distriutive property nd like terms You hve proly lerned in previous lsses out dding like terms ut one prolem with the wy

More information

Eigenvectors and Eigenvalues

Eigenvectors and Eigenvalues MTB 050 1 ORIGIN 1 Eigenvets n Eigenvlues This wksheet esries the lger use to lulte "prinipl" "hrteristi" iretions lle Eigenvets n the "prinipl" "hrteristi" vlues lle Eigenvlues ssoite with these iretions.

More information

Solutions for HW9. Bipartite: put the red vertices in V 1 and the black in V 2. Not bipartite!

Solutions for HW9. Bipartite: put the red vertices in V 1 and the black in V 2. Not bipartite! Solutions for HW9 Exerise 28. () Drw C 6, W 6 K 6, n K 5,3. C 6 : W 6 : K 6 : K 5,3 : () Whih of the following re iprtite? Justify your nswer. Biprtite: put the re verties in V 1 n the lk in V 2. Biprtite:

More information

Laboratory for Foundations of Computer Science. An Unfolding Approach. University of Edinburgh. Model Checking. Javier Esparza

Laboratory for Foundations of Computer Science. An Unfolding Approach. University of Edinburgh. Model Checking. Javier Esparza An Unfoling Approh to Moel Cheking Jvier Esprz Lbortory for Fountions of Computer Siene University of Einburgh Conurrent progrms Progrm: tuple P T 1 T n of finite lbelle trnsition systems T i A i S i i

More information

A Lower Bound for the Length of a Partial Transversal in a Latin Square, Revised Version

A Lower Bound for the Length of a Partial Transversal in a Latin Square, Revised Version A Lower Bound for the Length of Prtil Trnsversl in Ltin Squre, Revised Version Pooy Htmi nd Peter W. Shor Deprtment of Mthemtil Sienes, Shrif University of Tehnology, P.O.Bo 11365-9415, Tehrn, Irn Deprtment

More information

Bi-decomposition of large Boolean functions using blocking edge graphs

Bi-decomposition of large Boolean functions using blocking edge graphs Bi-eomposition of lrge Boolen funtions using loking ege grphs Mihir Chouhury n Krtik Mohnrm Deprtment of Eletril n Computer Engineering, Rie University, Houston {mihir,kmrm}@rie.eu Astrt Bi-eomposition

More information

Dynamic Minimization of Sentential Decision Diagrams

Dynamic Minimization of Sentential Decision Diagrams Dnmi Minimiztion of Sententil Deision Digrms Arthur Choi n Ann Drwihe Computer Siene Deprtment Universit of Cliforni, Los Angeles {hoi,rwihe}@s.ul.eu Astrt The Sententil Deision Digrm (SDD) is reentl propose

More information

Refutation-Complete Binary Decision Diagrams

Refutation-Complete Binary Decision Diagrams Refuttion-Complete Binry Deision Digrms Sott P. Snner Deprtment of Computer Siene University of oronto oronto, ON M5S 3G4 ssnner@s.toronto.edu Astrt Binry deision digrms (BDDs) re n pproh to enoding nd

More information

Momentum and Energy Review

Momentum and Energy Review Momentum n Energy Review Nme: Dte: 1. A 0.0600-kilogrm ll trveling t 60.0 meters per seon hits onrete wll. Wht spee must 0.0100-kilogrm ullet hve in orer to hit the wll with the sme mgnitue of momentum

More information

Implication Graphs and Logic Testing

Implication Graphs and Logic Testing Implition Grphs n Logi Testing Vishwni D. Agrwl Jmes J. Dnher Professor Dept. of ECE, Auurn University Auurn, AL 36849 vgrwl@eng.uurn.eu www.eng.uurn.eu/~vgrwl Joint reserh with: K. K. Dve, ATI Reserh,

More information

Separable discrete functions: recognition and sufficient conditions

Separable discrete functions: recognition and sufficient conditions Seprle isrete funtions: reognition n suffiient onitions Enre Boros Onřej Čepek Vlimir Gurvih Novemer 21, 217 rxiv:1711.6772v1 [mth.co] 17 Nov 217 Astrt A isrete funtion of n vriles is mpping g : X 1...

More information

CS 360 Exam 2 Fall 2014 Name

CS 360 Exam 2 Fall 2014 Name CS 360 Exm 2 Fll 2014 Nme 1. The lsses shown elow efine singly-linke list n stk. Write three ifferent O(n)-time versions of the reverse_print metho s speifie elow. Eh version of the metho shoul output

More information

Computing on rings by oblivious robots: a unified approach for different tasks

Computing on rings by oblivious robots: a unified approach for different tasks Computing on rings y olivious roots: unifie pproh for ifferent tsks Ginlorenzo D Angelo, Griele Di Stefno, Alfreo Nvrr, Niols Nisse, Krol Suhn To ite this version: Ginlorenzo D Angelo, Griele Di Stefno,

More information

Matrices SCHOOL OF ENGINEERING & BUILT ENVIRONMENT. Mathematics (c) 1. Definition of a Matrix

Matrices SCHOOL OF ENGINEERING & BUILT ENVIRONMENT. Mathematics (c) 1. Definition of a Matrix tries Definition of tri mtri is regulr rry of numers enlosed inside rkets SCHOOL OF ENGINEERING & UIL ENVIRONEN Emple he following re ll mtries: ), ) 9, themtis ), d) tries Definition of tri Size of tri

More information

On the Revision of Argumentation Systems: Minimal Change of Arguments Status

On the Revision of Argumentation Systems: Minimal Change of Arguments Status On the Revision of Argumenttion Systems: Miniml Chnge of Arguments Sttus Sylvie Coste-Mrquis, Séstien Koniezny, Jen-Guy Milly, n Pierre Mrquis CRIL Université Artois CNRS Lens, Frne {oste,koniezny,milly,mrquis}@ril.fr

More information

Appendix A: HVAC Equipment Efficiency Tables

Appendix A: HVAC Equipment Efficiency Tables Appenix A: HVAC Equipment Effiieny Tles Figure A.1 Resientil Centrl Air Conitioner FEMP Effiieny Reommention Prout Type Reommene Level Best Aville 11.0 or more EER 14.6 EER Split Systems 13.0 or more SEER

More information

The State Explosion Problem. Symbolic Encoding using Decision Diagrams. CiteSeer Database. Overview. Boolean Functions.

The State Explosion Problem. Symbolic Encoding using Decision Diagrams. CiteSeer Database. Overview. Boolean Functions. The Stte Eplosion Prolem Smoli Enoding using Deision Digrms 6.42J/6.834J ognitive Rootis Mrtin Shenher (using mteril from Rndl rnt, ln Mishhenko, nd Geert Jnssen) Mn prolems suffer from stte spe eplosion:

More information

Section 2.1 Special Right Triangles

Section 2.1 Special Right Triangles Se..1 Speil Rigt Tringles 49 Te --90 Tringle Setion.1 Speil Rigt Tringles Te --90 tringle (or just 0-60-90) is so nme euse of its ngle mesures. Te lengts of te sies, toug, ve very speifi pttern to tem

More information

Boolean Algebra cont. The digital abstraction

Boolean Algebra cont. The digital abstraction Boolen Alger ont The igitl strtion Theorem: Asorption Lw For every pir o elements B. + =. ( + ) = Proo: () Ientity Distriutivity Commuttivity Theorem: For ny B + = Ientity () ulity. Theorem: Assoitive

More information

Global alignment. Genome Rearrangements Finding preserved genes. Lecture 18

Global alignment. Genome Rearrangements Finding preserved genes. Lecture 18 Computt onl Biology Leture 18 Genome Rerrngements Finding preserved genes We hve seen before how to rerrnge genome to obtin nother one bsed on: Reversls Knowledge of preserved bloks (or genes) Now we re

More information

EE 108A Lecture 2 (c) W. J. Dally and P. Levis 2

EE 108A Lecture 2 (c) W. J. Dally and P. Levis 2 EE08A Leture 2: Comintionl Logi Design EE 08A Leture 2 () 2005-2008 W. J. Dlly n P. Levis Announements Prof. Levis will hve no offie hours on Friy, Jn 8. Ls n setions hve een ssigne - see the we pge Register

More information

Metodologie di progetto HW Technology Mapping. Last update: 19/03/09

Metodologie di progetto HW Technology Mapping. Last update: 19/03/09 Metodologie di progetto HW Tehnology Mpping Lst updte: 19/03/09 Tehnology Mpping 2 Tehnology Mpping Exmple: t 1 = + b; t 2 = d + e; t 3 = b + d; t 4 = t 1 t 2 + fg; t 5 = t 4 h + t 2 t 3 ; F = t 5 ; t

More information

Minimal DFA. minimal DFA for L starting from any other

Minimal DFA. minimal DFA for L starting from any other Miniml DFA Among the mny DFAs ccepting the sme regulr lnguge L, there is exctly one (up to renming of sttes) which hs the smllest possile numer of sttes. Moreover, it is possile to otin tht miniml DFA

More information

Lecture Notes No. 10

Lecture Notes No. 10 2.6 System Identifition, Estimtion, nd Lerning Leture otes o. Mrh 3, 26 6 Model Struture of Liner ime Invrint Systems 6. Model Struture In representing dynmil system, the first step is to find n pproprite

More information

Logic Synthesis and Verification

Logic Synthesis and Verification Logi Synthesis nd Verifition SOPs nd Inompletely Speified Funtions Jie-Hong Rolnd Jing 江介宏 Deprtment of Eletril Engineering Ntionl Tiwn University Fll 2010 Reding: Logi Synthesis in Nutshell Setion 2 most

More information

A Short Introduction to Self-similar Groups

A Short Introduction to Self-similar Groups A Short Introution to Self-similr Groups Murry Eler* Asi Pifi Mthemtis Newsletter Astrt. Self-similr groups re fsinting re of urrent reserh. Here we give short, n hopefully essile, introution to them.

More information

Propositional models. Historical models of computation. Application: binary addition. Boolean functions. Implementation using switches.

Propositional models. Historical models of computation. Application: binary addition. Boolean functions. Implementation using switches. Propositionl models Historil models of omputtion Steven Lindell Hverford College USA 1/22/2010 ISLA 2010 1 Strt with fixed numer of oolen vriles lled the voulry: e.g.,,. Eh oolen vrile represents proposition,

More information

System Validation (IN4387) November 2, 2012, 14:00-17:00

System Validation (IN4387) November 2, 2012, 14:00-17:00 System Vlidtion (IN4387) Novemer 2, 2012, 14:00-17:00 Importnt Notes. The exmintion omprises 5 question in 4 pges. Give omplete explntion nd do not onfine yourself to giving the finl nswer. Good luk! Exerise

More information

F / x everywhere in some domain containing R. Then, + ). (10.4.1)

F / x everywhere in some domain containing R. Then, + ). (10.4.1) 0.4 Green's theorem in the plne Double integrls over plne region my be trnsforme into line integrls over the bounry of the region n onversely. This is of prtil interest beuse it my simplify the evlution

More information

6.5 Improper integrals

6.5 Improper integrals Eerpt from "Clulus" 3 AoPS In. www.rtofprolemsolving.om 6.5. IMPROPER INTEGRALS 6.5 Improper integrls As we ve seen, we use the definite integrl R f to ompute the re of the region under the grph of y =

More information

Arc Consistency during Search

Arc Consistency during Search Ar Consisten uring Serh Chvlit Likitvivtnvong Shool of Computing Ntionl Universit of Singpore Yunlin Zhng Sott Shnnon Dept of Computer Siene Tes Teh Universit, USA Jmes Bowen Eugene C Freuer Cork Constrint

More information

Welcome. Balanced search trees. Balanced Search Trees. Inge Li Gørtz

Welcome. Balanced search trees. Balanced Search Trees. Inge Li Gørtz Welome nge Li Gørt. everse tehing n isussion of exerises: 02110 nge Li Gørt 3 tehing ssistnts 8.00-9.15 Group work 9.15-9.45 isussions of your solutions in lss 10.00-11.15 Leture 11.15-11.45 Work on exerises

More information

CS261: A Second Course in Algorithms Lecture #5: Minimum-Cost Bipartite Matching

CS261: A Second Course in Algorithms Lecture #5: Minimum-Cost Bipartite Matching CS261: A Seon Course in Algorithms Leture #5: Minimum-Cost Biprtite Mthing Tim Roughgren Jnury 19, 2016 1 Preliminries Figure 1: Exmple of iprtite grph. The eges {, } n {, } onstitute mthing. Lst leture

More information

6. Suppose lim = constant> 0. Which of the following does not hold?

6. Suppose lim = constant> 0. Which of the following does not hold? CSE 0-00 Nme Test 00 points UTA Stuent ID # Multiple Choie Write your nswer to the LEFT of eh prolem 5 points eh The k lrgest numers in file of n numers n e foun using Θ(k) memory in Θ(n lg k) time using

More information

Algorithms & Data Structures Homework 8 HS 18 Exercise Class (Room & TA): Submitted by: Peer Feedback by: Points:

Algorithms & Data Structures Homework 8 HS 18 Exercise Class (Room & TA): Submitted by: Peer Feedback by: Points: Eidgenössishe Tehnishe Hohshule Zürih Eole polytehnique fédérle de Zurih Politenio federle di Zurigo Federl Institute of Tehnology t Zurih Deprtement of Computer Siene. Novemer 0 Mrkus Püshel, Dvid Steurer

More information

SOME INTEGRAL INEQUALITIES FOR HARMONICALLY CONVEX STOCHASTIC PROCESSES ON THE CO-ORDINATES

SOME INTEGRAL INEQUALITIES FOR HARMONICALLY CONVEX STOCHASTIC PROCESSES ON THE CO-ORDINATES Avne Mth Moels & Applitions Vol3 No 8 pp63-75 SOME INTEGRAL INEQUALITIES FOR HARMONICALLY CONVE STOCHASTIC PROCESSES ON THE CO-ORDINATES Nurgül Okur * Imt Işn Yusuf Ust 3 3 Giresun University Deprtment

More information

CS 573 Automata Theory and Formal Languages

CS 573 Automata Theory and Formal Languages Non-determinism Automt Theory nd Forml Lnguges Professor Leslie Lnder Leture # 3 Septemer 6, 2 To hieve our gol, we need the onept of Non-deterministi Finite Automton with -moves (NFA) An NFA is tuple

More information

= state, a = reading and q j

= state, a = reading and q j 4 Finite Automt CHAPTER 2 Finite Automt (FA) (i) Derterministi Finite Automt (DFA) A DFA, M Q, q,, F, Where, Q = set of sttes (finite) q Q = the strt/initil stte = input lphet (finite) (use only those

More information

Nondeterministic Automata vs Deterministic Automata

Nondeterministic Automata vs Deterministic Automata Nondeterministi Automt vs Deterministi Automt We lerned tht NFA is onvenient model for showing the reltionships mong regulr grmmrs, FA, nd regulr expressions, nd designing them. However, we know tht n

More information

Edexcel Level 3 Advanced GCE in Mathematics (9MA0) Two-year Scheme of Work

Edexcel Level 3 Advanced GCE in Mathematics (9MA0) Two-year Scheme of Work Eexel Level 3 Avne GCE in Mthemtis (9MA0) Two-yer Sheme of Work Stuents stuying A Level Mthemtis will tke 3 ppers t the en of Yer 13 s inite elow. All stuents will stuy Pure, Sttistis n Mehnis. A level

More information

COMPUTING THE QUARTET DISTANCE BETWEEN EVOLUTIONARY TREES OF BOUNDED DEGREE

COMPUTING THE QUARTET DISTANCE BETWEEN EVOLUTIONARY TREES OF BOUNDED DEGREE COMPUTING THE QUARTET DISTANCE BETWEEN EVOLUTIONARY TREES OF BOUNDED DEGREE M. STISSING, C. N. S. PEDERSEN, T. MAILUND AND G. S. BRODAL Bioinformtis Reserh Center, n Dept. of Computer Siene, University

More information

arxiv: v2 [math.co] 31 Oct 2016

arxiv: v2 [math.co] 31 Oct 2016 On exlue minors of onnetivity 2 for the lss of frme mtrois rxiv:1502.06896v2 [mth.co] 31 Ot 2016 Mtt DeVos Dryl Funk Irene Pivotto Astrt We investigte the set of exlue minors of onnetivity 2 for the lss

More information

Deciding the Consistency of Branching Time Interval Networks

Deciding the Consistency of Branching Time Interval Networks Deiing the Consisteny of Brnhing Time Intervl Networks Mro Gvnelli Deprtment of Engineering University of Ferrr, Itly mro.gvnelli@unife.it https://ori.org/0000-0001-7433-5899 Alessnro Pssntino Deprtment

More information

Technische Universität München Winter term 2009/10 I7 Prof. J. Esparza / J. Křetínský / M. Luttenberger 11. Februar Solution

Technische Universität München Winter term 2009/10 I7 Prof. J. Esparza / J. Křetínský / M. Luttenberger 11. Februar Solution Tehnishe Universität Münhen Winter term 29/ I7 Prof. J. Esprz / J. Křetínský / M. Luttenerger. Ferur 2 Solution Automt nd Forml Lnguges Homework 2 Due 5..29. Exerise 2. Let A e the following finite utomton:

More information

Lecture 3. XML Into RDBMS. XML and Databases. Memory Representations. Memory Representations. Traversals and Pre/Post-Encoding. Memory Representations

Lecture 3. XML Into RDBMS. XML and Databases. Memory Representations. Memory Representations. Traversals and Pre/Post-Encoding. Memory Representations Leture XML into RDBMS XML n Dtses Sestin Mneth NICTA n UNSW Leture XML Into RDBMS CSE@UNSW -- Semester, 00 Memory Representtions Memory Representtions Fts DOM is esy to use, ut memory hevy. in-memory size

More information

Maximum Circuit Activity Estimation Using Pseudo-Boolean Satisfiability

Maximum Circuit Activity Estimation Using Pseudo-Boolean Satisfiability Mximum Ciruit Ativity Estimtion Using Pseuo-Boolen Stisfiility Hrth Mngssrin 1 Anres Veneri,2 Sen Sfrpour 1 Fri. jm 1 Mgy S. Air 3 Astrt Disproportionte instntneous power issiption my result in unexpete

More information

MCH T 111 Handout Triangle Review Page 1 of 3

MCH T 111 Handout Triangle Review Page 1 of 3 Hnout Tringle Review Pge of 3 In the stuy of sttis, it is importnt tht you e le to solve lgeri equtions n tringle prolems using trigonometry. The following is review of trigonometry sis. Right Tringle:

More information

APPLICATION OF STRASSEN S ALGORITHM IN RHOTRIX ROW-COLUMN MULTIPLICATION

APPLICATION OF STRASSEN S ALGORITHM IN RHOTRIX ROW-COLUMN MULTIPLICATION Informtion Tehnology for People-entre Development (ITePED ) APPLIATION OF STRASSEN S ALGORITHM IN RHOTRIX ROW-OLUMN MULTIPLIATION Ezugwu E. Aslom 1, Aullhi M., Sni B. 3 n Juniu B. Shlu 4 Deprtment of Mthemtis,

More information

On-Line Construction of Compact Directed Acyclic Word Graphs

On-Line Construction of Compact Directed Acyclic Word Graphs On-Line Constrution of Compt Direte Ayli Wor Grphs Shunsuke neng, Hiroms Hoshino, Ayumi Shinohr, Msyuki Tke,SetsuoArikw, Ginrlo Muri 2, n Giulio Pvesi 2 Dept. of nformtis, Kyushu University, Jpn {s-ine,hoshino,yumi,tke,rikw}@i.kyushu-u..jp

More information

Petri Nets. Rebecca Albrecht. Seminar: Automata Theory Chair of Software Engeneering

Petri Nets. Rebecca Albrecht. Seminar: Automata Theory Chair of Software Engeneering Petri Nets Ree Alreht Seminr: Automt Theory Chir of Softwre Engeneering Overview 1. Motivtion: Why not just using finite utomt for everything? Wht re Petri Nets nd when do we use them? 2. Introdution:

More information