Covering Arrays and Generalizations

Size: px
Start display at page:

Download "Covering Arrays and Generalizations"

Transcription

1 School of Information Technology and Engineering University of Ottawa UPC Seminar, November 6

2 Covering array examples array on alphabet {,..., g }; k columns; find covering array with minimum n. N= Examples: g = 3, k = 4 K = N= K = 3 4 (OAs, k MOLS, lower bound)

3 Covering array definition Definition: Covering Array A covering array with k factors, g levels for each factor and size n, denoted by CA(n; k, g), is an n k array with symbols from [, g ] such that for every pair of columns, every ordered pair in [, g ] is covered at least once. Objective: given k and g find a covering array with mininum size n. CAN(k, g) = min{n : there exists a CA(n; k, g)}. Example: g =, k = 4: K = N= 5 Is this optimal?

4 Application: component interaction testing Testing pairwise interaction of factors. components of a hardware system factors influencing publication sucess Operating System ( linux /windows ) Topic ( superconnectivity / Cayley graphs ) Web browser ( netscape / mozilla) Professor ( Anna Llado / Oriol Serra ) File format ( pdf / postscript ) Printer ( hp/ epson ) Student ( Jordi Moragas / Amanda Montejano Meeting place ( UPC / tapas bar ) ) inputs to software or combinatorial circuits test test test3 test4 test5 Factors: test test test3 test4 test5 Operating System Web browser File format Printer binary outcome: PASS/FAIL PASS/FAIL PASS/FAIL PASS/FAIL PASS/FAIL Factors: paper paper paper3 paper4 paper5 Topic Professor Student Meeting place binary outcome: ACCEPTED/REJECTED ACCEPTED/REJECTED ACCEPTED/REJECTED ACCEPTED/REJECTED ACCEPTED/REJECTED Correct/Incorrect Output covering array: exhaustive testing: ^4=6 tests pairwise testing: 5 tests Assumption: failures come from the interaction of or less factors. All way interactions are covered. May not detect bad 3 way interactions example:. Oriol Serra Jordi Moragas tapas bar

5 Advertisement: buy covering arrays! AETG (Telcordia): (web service) price per year: US$6, - US$6, TestCover.com: (web service) license price per year: US$, CaseMaker: (GUI software) price not in their web page Pro-test (SigmaZone): (GUI software) license: US$399 Other tools: IBM Intelligent Test Case Handler, CATS, OATS, IPO, TConfig, TCG (NASA), AllPairs, Jenny, ReduceArray, DDA, Test Vector Generator, OA, CTE-XL, PICT (Microsoft), rdexpert.

6 Covering array generalizations important for applications mixed alphabet sizes: factors may have different number of possible values example: OSs, 3 browses, 4 file formats, printers.

7 Covering array generalizations important for applications mixed alphabet sizes: factors may have different number of possible values example: OSs, 3 browses, 4 file formats, printers. forbiden configurations: some combinations may be forbidden (not supported) example: (linux,internet explorer) not allowed.

8 Covering array generalizations important for applications mixed alphabet sizes: factors may have different number of possible values example: OSs, 3 browses, 4 file formats, printers. forbiden configurations: some combinations may be forbidden (not supported) example: (linux,internet explorer) not allowed. higher strength: want to test 3-way interaction of factors example: failures may occur due to bad 3-way combinations (Oriol, Jordi, Tapas bar)

9 Covering array generalizations important for applications mixed alphabet sizes: factors may have different number of possible values example: OSs, 3 browses, 4 file formats, printers. forbiden configurations: some combinations may be forbidden (not supported) example: (linux,internet explorer) not allowed. higher strength: want to test 3-way interaction of factors example: failures may occur due to bad 3-way combinations (Oriol, Jordi, Tapas bar) mixed strength: certain factors need higher srength example: all pairwise + (student,professor,meeting place)

10 Covering array generalizations important for applications mixed alphabet sizes: factors may have different number of possible values example: OSs, 3 browses, 4 file formats, printers. forbiden configurations: some combinations may be forbidden (not supported) example: (linux,internet explorer) not allowed. higher strength: want to test 3-way interaction of factors example: failures may occur due to bad 3-way combinations (Oriol, Jordi, Tapas bar) mixed strength: certain factors need higher srength example: all pairwise + (student,professor,meeting place) covering arrays on graphs: certain combinations don t need interactions tested example: all pairwise interactions except (topic, professor), (meeting place, student)

11 Covering array: summary of results general lower bound: CAN(k, g) g

12 Covering array: summary of results general lower bound: CAN(k, g) g CAN(k, g) = g iff OA(k, g, λ = ) iff (k ) MOLS of order g. Only possible for k g +.

13 Covering array: summary of results general lower bound: CAN(k, g) g CAN(k, g) = g iff OA(k, g, λ = ) iff (k ) MOLS of order g. Only possible for k g +. CAN(k, g) CAN(k +, g)

14 Covering array: summary of results general lower bound: CAN(k, g) g CAN(k, g) = g iff OA(k, g, λ = ) iff (k ) MOLS of order g. Only possible for k g +. CAN(k, g) CAN(k +, g) CAN(k, g) CAN(k, g + )

15 Covering array: summary of results general lower bound: CAN(k, g) g CAN(k, g) = g iff OA(k, g, λ = ) iff (k ) MOLS of order g. Only possible for k g +. CAN(k, g) CAN(k +, g) CAN(k, g) CAN(k, g + ) CAN(k, g = ) has been solved.

16 Covering array: summary of results general lower bound: CAN(k, g) g CAN(k, g) = g iff OA(k, g, λ = ) iff (k ) MOLS of order g. Only possible for k g +. CAN(k, g) CAN(k +, g) CAN(k, g) CAN(k, g + ) CAN(k, g = ) has been solved. For general g: direct and recursive constructions.

17 Covering array: summary of results general lower bound: CAN(k, g) g CAN(k, g) = g iff OA(k, g, λ = ) iff (k ) MOLS of order g. Only possible for k g +. CAN(k, g) CAN(k +, g) CAN(k, g) CAN(k, g + ) CAN(k, g = ) has been solved. For general g: direct and recursive constructions. Non-constructive asymptotic result known for fixed g: CAN(k, g) g log k, as k

18 Covering array optimization questions Fix g. Minimizing n for fixed k (number of tests) CAN(k, g) = min{n : there exists a CA(n; k, g)}. Maximizing k for fixed n (number of factors) CAK(n, g) = max{k : there exists a CA(n; k, g)}. Relationship between min-max problems CAN(k, g) = min{n : CAK(n, g) k}.

19 Direct construction via Orthogonal arrays Definition: Orthogonal Array An orthogonal array with k factors, g levels for each factor, denoted by OA(k, g), is an g k array with symbols from a [, g ]G such that for every pair of columns, every ordered pair in [, g ] is appears at exactly once. For g a prime power, there exists g mutually orthogonal Latin squares which gives an OA(g +, g) orthogonal array. (equivalent to the existence of a projective plane of order g). Construction uses finite fields.

20 Direct construction via Orthogonal arrays Definition: Orthogonal Array An orthogonal array with k factors, g levels for each factor, denoted by OA(k, g), is an g k array with symbols from a [, g ]G such that for every pair of columns, every ordered pair in [, g ] is appears at exactly once. For g a prime power, there exists g mutually orthogonal Latin squares which gives an OA(g +, g) orthogonal array. (equivalent to the existence of a projective plane of order g). Construction uses finite fields. For g prime power, CAN(k, g) = g for all k g +.

21 Direct construction via Orthogonal arrays Definition: Orthogonal Array An orthogonal array with k factors, g levels for each factor, denoted by OA(k, g), is an g k array with symbols from a [, g ]G such that for every pair of columns, every ordered pair in [, g ] is appears at exactly once. For g a prime power, there exists g mutually orthogonal Latin squares which gives an OA(g +, g) orthogonal array. (equivalent to the existence of a projective plane of order g). Construction uses finite fields. For g prime power, CAN(k, g) = g for all k g +. For g not a prime power, use the larger knwon number of MOLS:

22 Direct construction via Orthogonal arrays Definition: Orthogonal Array An orthogonal array with k factors, g levels for each factor, denoted by OA(k, g), is an g k array with symbols from a [, g ]G such that for every pair of columns, every ordered pair in [, g ] is appears at exactly once. For g a prime power, there exists g mutually orthogonal Latin squares which gives an OA(g +, g) orthogonal array. (equivalent to the existence of a projective plane of order g). Construction uses finite fields. For g prime power, CAN(k, g) = g for all k g +. For g not a prime power, use the larger knwon number of MOLS: CAN(k, 6) = 36 for k =,, 3, but CAN(4, 6) > 36.

23 Direct construction via Orthogonal arrays Definition: Orthogonal Array An orthogonal array with k factors, g levels for each factor, denoted by OA(k, g), is an g k array with symbols from a [, g ]G such that for every pair of columns, every ordered pair in [, g ] is appears at exactly once. For g a prime power, there exists g mutually orthogonal Latin squares which gives an OA(g +, g) orthogonal array. (equivalent to the existence of a projective plane of order g). Construction uses finite fields. For g prime power, CAN(k, g) = g for all k g +. For g not a prime power, use the larger knwon number of MOLS: CAN(k, 6) = 36 for k =,, 3, but CAN(4, 6) > 36. CAN(k, ) = for k =,, 3, 4, but CAN(5, )? =.

24 Recursive construction: Blocksize recursive construction with 3 disjoint rows: CA(3,3) OD(3,3) size=6 size=9+6=5 CA(4,3) size= CA(=4*3,3) 9 CA(N,k,g)+OD(N,k,g)= CA(N+N,k*k,g)

25 Algorithmic construction: Greedy method Greedy method used in the AETG system (D. Cohen, Dalal, Fredman and Patton (997)): Choose one test at a time. At each stage select a test that covers the maximum number of uncovered pairs. Good news: for fixed g, CA size is proportional to log k. Bad news: to pick a test covering the maximum number of uncovered tests is NP-complete, so the authors use a heuristic for test selection which does not guarantee the logarithmic growth. The DDA (determinisitc density algorithm) by M. Cohen, Colbourn and Turban (4): greedy method that runs in polynomial time; for fixed g, CA size is proportional to log k; this is based on a guarantee that each selected test cover the average number of uncovered tests.

26 CAs with g= are extremal set systems set system S complement: C column column 3 4 column3 5 column4 {,} {,3} {,4} {,5} {3,4,5} {,4,5} {,3,5} {,3,4} base set = {,,3,4,5} S must be pairwise intersecting: pair (, ) is covered. C must be pairwise intersecting: pair (, ) is covered. each of S and C must have the Sperner property: pairs (, ) and (, ) covered.

27 Sperner theorem for set systems A system of subsets of an n-set has the Sperner property if no two subsets in the system are comparable. {,,3,4} {,,3} {,,4} {,3,4} {,3,4} {,} {,3} {,4} {,3} {,4} {3,4} {} {} {3} {4} {} Sperner s Theorem (98) If A has the Sperner property, then A ( n n ). The upper bound is only acchieved by the set of all ( n )-subsets of the n-set, or by its (subsetwise) complement.

28 Erdos-Ko-Rado theorem for set systems A system of subsets of an n-set is (pairwise) intersecting if every two subsets in the system have nonempty intersection. Examples: (n = 5) A = {{,, 3}, {, 4, 5}, {, 3, 4}, {, 4, 5}, {3, 4, 5}} (n = 6) B = {{,, 3}, {,, 4}, {,, 5}, {,, 6}, {, 3, 4}, {, 3, 5}, {, 3, 6}, {, 4, 5}, {, 4, 6}, {, 5, 6}} Erdos-Ko-Rado Theorem (96) Let A be an intersecting system of subsets of an n-set, such that each subset has cardinality at most k. If n k, then A ( n k ). Moreover, if n > k, then equality holds if and only if A is a k-uniform trivially intersecting system.

29 Optimal construction for binary alphabet Pick all n/ -subsets of [, n] that contain a common element. n even: n odd: Note: the arrays are transposed here (k n). Both A and A are intersecting and Sperner.

30 The binary covering array theorem Theorem (Katona 973, Kleitman and Spencer 973) CAK(n, t =, g = ) = ( n n/ ). Moreover, this bound is attained by a n/ -uniform trivially -intersecting set system. Proof: Let A be the set system corresponding to a CA. (Case ) n even.

31 The binary covering array theorem Theorem (Katona 973, Kleitman and Spencer 973) CAK(n, t =, g = ) = ( n n/ ). Moreover, this bound is attained by a n/ -uniform trivially -intersecting set system. Proof: Let A be the set system corresponding to a CA. (Case ) n even. A = {A, A : A A} is Sperner.

32 The binary covering array theorem Theorem (Katona 973, Kleitman and Spencer 973) CAK(n, t =, g = ) = ( n n/ ). Moreover, this bound is attained by a n/ -uniform trivially -intersecting set system. Proof: Let A be the set system corresponding to a CA. (Case ) n even. A = {A, A : A A} is Sperner. Sperner s theorem implies A ( n n/).

33 The binary covering array theorem Theorem (Katona 973, Kleitman and Spencer 973) CAK(n, t =, g = ) = ( n n/ ). Moreover, this bound is attained by a n/ -uniform trivially -intersecting set system. Proof: Let A be the set system corresponding to a CA. (Case ) n even. A = {A, A : A A} is Sperner. Sperner s theorem implies A ( n A A ( n ) ( n/ = n n/ ). n/).

34 The binary covering array theorem Theorem (Katona 973, Kleitman and Spencer 973) CAK(n, t =, g = ) = ( n n/ ). Moreover, this bound is attained by a n/ -uniform trivially -intersecting set system. Proof: Let A be the set system corresponding to a CA. (Case ) n even. A = {A, A : A A} is Sperner. Sperner s theorem implies A ( n A A ( n ) ( n/ = n n/ ). (Case ) n odd. n/).

35 The binary covering array theorem Theorem (Katona 973, Kleitman and Spencer 973) CAK(n, t =, g = ) = ( n n/ ). Moreover, this bound is attained by a n/ -uniform trivially -intersecting set system. Proof: Let A be the set system corresponding to a CA. (Case ) n even. A = {A, A : A A} is Sperner. Sperner s theorem implies A ( n A A ( n ) ( n/ = n n/ ). (Case ) n odd. n/). Wlog assume A n/, for all A A.

36 The binary covering array theorem Theorem (Katona 973, Kleitman and Spencer 973) CAK(n, t =, g = ) = ( n n/ ). Moreover, this bound is attained by a n/ -uniform trivially -intersecting set system. Proof: Let A be the set system corresponding to a CA. (Case ) n even. A = {A, A : A A} is Sperner. Sperner s theorem implies A ( n A A ( n ) ( n/ = n n/ ). (Case ) n odd. n/). Wlog assume A n/, for all A A. A is -intersecting, so by the EKR theorem, A ( n n/ ).

37 Covering arrays are systems of set partitions A covering array (strength ) is a system of set-partitions: column column column 3 column 4 {,,3,} {4,5,6} {,4,7,} {,5,8} {,5,9} {,6,7,} {,,6,8} {4,9,} {7,8,9} {3,6,9} {3,4,8} {3,5,7}

38 Covering arrays are systems of set partitions A covering array (strength ) is a system of set-partitions: column column column 3 column 4 {,,3,} {4,5,6} {,4,7,} {,5,8} {,5,9} {,6,7,} {,,6,8} {4,9,} {7,8,9} {3,6,9} {3,4,8} {3,5,7} Maximization problem: Given N, find a set partition system P with maximum P that is (pairwise) strongly intersecting: For all P, Q P we have for all P i P, Q j Q, P i Q j.

39 Strongly intersecting condition: upper bound via -parts Theorem (Stevens, Moura and Mendelsohn 998) CAK(n,, g) ( n g ). n g This theorem only uses the two smallest parts of each partition, and the following fact: Consider a pair of set systems, A, A,..., A k and B, B,..., B k, with A i + B i c and A i a c/, and such that A i B i =, and all other sets intersect. Then, k ( c a). It is possible to relabel symbols of the covering array so that P j n g and P j + P j n g

40 Stronly intersecting versus Sperner formulation Strongly intersecting formulation: Partitions P and Q corresponding to two columns of a covering array must satisfy: for all P i P, Q j Q, P i Q j. Strongly Sperner formulation: Partitions P and Q corresponding to two columns of a covering array must satisfy: for all P i P, Q j Q, P i Q j and P i Q j

41 Sperner s theorem for set-partition systems largest cardinality k of a system P of g-partitions of [, n] such that for all P i, P j P: P P i, P P j (P P andp P ). (Weakly) Sperner Theorem (Meagher, Moura and Stevens 5) Let g, n such that n = cg + r and r < g. Then, ( ) n N n (, ) (g r) + r(c+). c n Theorem (Meagher, Moura and Stevens 5) Let g, n such that g n. Then, N n (, ) = ( ) n n. Moreover, this g bound is met if and only if the g-partitions are uniform (all parts with cardinality n g ).

42 Example: weakly Sperner property n=g {,,3},{4,5,6} {,,4},{3,5,6} {,,5},{3,4,6} {,,6},{3,4,5} {,3,4},{,5,6} {,3,5},{,4,6} {,3,6},{,4,5} {,4,5},{,3,6} {,4,6},{,3,5} {,5,6},{,3,4} n=3g {,,3},{4,5,6},{7,8,9} {,,4},... {,,5},... {,,6}, {,7,8},... {,8,9},{,3,4}, {5,6,7}

43 Comparison of two bounds obtained Theorem (Stevens, Moura and Mendelsohn 998) CAK(n,, g) ( n g ). n g Theorem (Meagher, Moura and Stevens 5) If g n, then CAK(n,, g) ( ) n n. g if g >, g n, then ( n ) ( ) g n n < n g g

44 Erdos-Ko-Rado theorem for set-partition systems We are interested on a maximal partition system P such that: each partition of [, n] have g parts of size n g ; two partitions P, Q P are such that there exists P i P and Q j Q such that P i Q j p. Useful for bounds on anti-covering-arrays for certain uniform cases. Ex: n = g, p = Conjecture Suppose g n, and let c = n/g be the size of each part of the (uniform) partition system. P = ( n p c p) U(n c, g ).

45 P Q R Required property: g p c Conjecture:

46 P Q R Required property: g p c Conjecture has been proven for p = c: Conjecture:

47 P Q R Required property: g p c Conjecture has been proven for p = c: Theorem (Meagher and Moura 5) Conjecture: Let n g and let P Ug n be a maximal partition system in which every two partitions share at least one class. Let c = n/g. Then, P = U(n c, g )

48 Covering array on graphs factors influencing publication sucess with knwon SAFE INTERACTIONS: Topic ( superconnectivity / Cayley graphs ) Professor ( Anna Llado / Oriol Serra ) Student ( Jordi Moragas / Amanda Montejano Meeting place ( UPC / tapas bar ) ) Factors: paper paper paper3 paper4 Topic Professor Student Meeting place for complete graph min N = 5 For this graph min N = 4

49 Covering array on graphs: definition Definition: Covering Array A covering array on a graph G with alphabet size g and size n, denoted by CA(n; G, g), is an n k = V (G) array with symbols from [, g ] such that for every pair of columns corresponding to an edge of G, every ordered pair in [, g ] is covered at least once. Objective: given G and g find a covering array with mininum size n. CAN(G, g) = min{n : there exists a CA(n; G, g)}. Determining CAN(G, ) is NP-complete (Serousi and Bshouty) reduction to 3-COLOUR.

50 Graph homomorphisms Definition: graph homomorphism A graph homomorphism from graph G to graph H, denoted G H is a mapping from V (G) to V (H) that takes edges to edges. Vertex colouring = homomorphism to the complete graph with numberofcolours vertices. G H G H 3 3 See book Graphs and homomorphisms by Hell and Nesetril, 4.

51 Qualitative independence graph The qualitative independence graph QI(n, g) has: Vertex Set: all g-partitions of [, n] that have every class of size at least g. Edges: two vertices are connected if their partitions are qualitatively independent (P, Q are qualitatively independent if P i Q j for all i, j.)

52 Why QI(n, g) are interesting? Results by Meagher and Stevens (5): A k-clique in QI(n, g) corresponds to a CA(n, k, g); A CA(n, G, g) exists if and only if there exists a graph homomorphism G QI(n, g); CAN(G, g) = min{n : G QI(n, g)}.

53 Clique and chromatic bounds Corollary (Meagher and Stevens 5): If there exists a homomorphism G H, then CAN(G, g) CAN(H, g). It is well-known that there exists homomorphisms: K ω(g) G K χ(g). Therefore: CAN(ω(G), g) CAN(G, g) CAN(χ(G), g). This gives the colouring construction : k-colour the vertices of G. build a CA(n, k, g). pull back a CA(n, G, g).

54 Colouring construction k-colour the vertices of G. build a CA(n, k, g). pull back a CA(n, G, g). a b c d e 3 3 G a b d e c

55 Binary alphabet results ω(qi(n, )) = ( n n ) (Kleitman and Spencer, Katona 973).

56 Binary alphabet results ω(qi(n, )) = ( ) n n (Kleitman and Spencer, Katona 973). χ(qi(n, )) = ( n ) n (Meagher and Stevens 5)

57 Binary alphabet results ω(qi(n, )) = ( ) n n (Kleitman and Spencer, Katona 973). χ(qi(n, )) = ( n ) n (Meagher and Stevens 5) If CAN(G, ) n, then there exists a CAN(n, G, ) with n s per row (nearly balanced). (Meagher and Stevens 5)

58 Binary alphabet results ω(qi(n, )) = ( ) n n (Kleitman and Spencer, Katona 973). χ(qi(n, )) = ( n ) n (Meagher and Stevens 5) If CAN(G, ) n, then there exists a CAN(n, G, ) with n s per row (nearly balanced). (Meagher and Stevens 5)

59 Binary alphabet results ω(qi(n, )) = ( ) n n (Kleitman and Spencer, Katona 973). χ(qi(n, )) = ( n ) n (Meagher and Stevens 5) If CAN(G, ) n, then there exists a CAN(n, G, ) with n s per row (nearly balanced). (Meagher and Stevens 5) Conjecture for general g (Meagher) If CAN(G, g) n, then there exists a CAN(n, G, g) that is nearly balanced (each symbol appears either n g or n g times).

60 Binary alphabet results ω(qi(n, )) = ( ) n n (Kleitman and Spencer, Katona 973). χ(qi(n, )) = ( n ) n (Meagher and Stevens 5) If CAN(G, ) n, then there exists a CAN(n, G, ) with n s per row (nearly balanced). (Meagher and Stevens 5) Conjecture for general g (Meagher) If CAN(G, g) n, then there exists a CAN(n, G, g) that is nearly balanced (each symbol appears either n g or n g times). If true, we can concentrate on AUQI(n, g) (almost uniform qualitative independence graphs)!

61 Mixed covering arrays Different factors/parameters can have different alphabet sizes. gi = 3 References: Moura, Stardom, Stevens and Williams, Mixed covering arrays (3) Colbourn, Martirosian, Mullen, Shasha, Sherwood and Yucas, Pruducts of mixed covering arrays of strength two (6) Sherwood, A column expansion construction for optimal and near-optimal mixed covering arrays (preprint).

62 Mixed covering arrays on graphs Combine covering array on graphs with mixed alphabet sizes. Reference: Meagher, Moura, Zekaoui, Mixed covering arrays on graphs,(to appear): generalize graph homomorphism results; give optimal constructions for special classes of graphs. Cheng, The Test Suite Generation Problem: Optimal Instances and Their Implications, preprint. Give optimal constructions for special classes of graphs and for hypertrees.

63 Higher strength (t 3) t=3 k=5 g= References: Chateauneuf and Kreher, On the state of covering arrays of strength three,. Colbourn, Martirosyan, Trung, and Walker, Roux-type Constructions for Covering Arrays of Strengths Three and Four (6). etc.

64 Locating arrays We not only want to detect that an error exists, but we want to know which t-interaction caused the error. Related to design of experiments and combinatorial group testing. mixed covering array *3*3*3*3*3 d= t= C T Reference: Colbourn and McClary, Locating and detecting arrays: existence and minimization, preprint. Work in progress by myself with Martinez, Panario and Stevens on the adaptive problem.

65 References R. Ahlswede, N. Cai and Z. Zhang. Higher level extremal problems. J. Combin. Inform. System Sci., :85, 996. M. Chateauneuf and D. L. Kreher. On the state of strength-three covering arrays J. Combin. Des., :7-38,. 3 C. Cheng. The Test Suite Generation Problem: Optimal Instances and Their Implications, preprint. 4 C.J. Colbourn, M.B. Cohen, and R.C. Turban. A Deterministic Density Algorithm for Pairwise Interaction Coverage. Proceedings of the International Conference on Software Engineering (SE 4), Innsbruck, Austria, pp. 45-5, February 4. 5 D.M. Cohen, S.R. Dalal, M.L. Fredman and G.C.Patton. The AETG system: an approach to testing based on combinatorial design. IEEE Trans. Soft. Engin., 3: , C.J. Colbourn, S.S. Martirosyan, G.L. Mullen, D.E. Shasha, G.B. Sherwood, and J.L. Yucas. Products of Mixed Covering Arrays of Strength Two. J. Combin. Des., 4:4 38, 6. 7 C.J. Colbourn, S.S. Martirosyan, Tran Van Trung, and R.A. Walker II. Roux-type Constructions for Covering Arrays of Strengths Three and Four. Designs, Codes and Cryptography, 4:33 57, 6. 8 P. Erdos, C. Ko and R. Rado. Intersection theorems for systems of finite sets. Quart. J. Math. Oxford Ser. :33 3, G. Katona. Two applications (for search theory and truth functions) of Sperner type theorems. Period. Math. Hungar., 3:9 6, 973. D.J. Kleitman and J. Spencer. Families of k-independent sets. Discrete Math., 6:55 6, 973. K. Meagher. Covering arrays on graphs: qualitative independence graphs and extremal set-partition theory.ph.d. thesis, University of Ottawa, 77 pages, Sept. 5. K. Meagher and L. Moura. Erdos-Ko-Rado theorems for uniform set-partition systems. Electr. J. Combin., R4, pages, 5. 3 K. Meagher, L. Moura and B. Stevens. A Sperner-type theorem for set-partition systems. Electr. J. Combin., N, 6 pages, 5. 4 K. Meagher and B. Stevens. Covering arrays on graphs. Journal of Combinatorial Theory B, 95():34 5, 5.

66 References continued 5 L. Moura, J. Stardom, B. Stevens and A. Williams. Covering arrays with mixed alphabet sizes. Journal of Combinatorial Designs, :43 43, 3. (3) 6 G. Sherwood,. A column expansion construction for optimal and near-optimal mixed covering arrays. preprint. 7 N. Sloane. Covering arrays and intersection codes. Journal of Combinatorial Designs, :5 63, E. Sperner. Ein Satz uber Untermengen einer endlichen Menge. Math. Z., 7: , B. Stevens, L. Moura and E. Mendelsohn. Lower bounds for transversal covers. Des., Codes and Cryptogr., 5:79-99, 998.

Covering Arrays. Lucia Moura School of Electrical Engineering and Computer Science University of Ottawa

Covering Arrays. Lucia Moura School of Electrical Engineering and Computer Science University of Ottawa School of Electrical Engineering and Computer Science University of Ottawa lucia@eecs.uottawa.ca 1 1 0 0 1 1 1 0 Conference on Combinatorics and its Applications (CJC65), Singapore, July 2018 In the late

More information

Generalized covering designs and clique coverings

Generalized covering designs and clique coverings Generalized covering designs and clique coverings Robert F. Bailey, Andrea C. Burgess, Michael S. Cavers, Karen Meagher March 14, 2011 Abstract Inspired by the generalized t-designs defined by Cameron

More information

Almost Cross-Intersecting and Almost Cross-Sperner Pairs offamilies of Sets

Almost Cross-Intersecting and Almost Cross-Sperner Pairs offamilies of Sets Almost Cross-Intersecting and Almost Cross-Sperner Pairs offamilies of Sets Dániel Gerbner a Nathan Lemons b Cory Palmer a Balázs Patkós a, Vajk Szécsi b a Hungarian Academy of Sciences, Alfréd Rényi Institute

More information

Roux-type Constructions for Covering Arrays of Strengths Three

Roux-type Constructions for Covering Arrays of Strengths Three Roux-type Constructions for Covering Arrays of Strengths Three and Four Charles J. Colbourn Computer Science and Engineering Arizona State University P.O. Box 878809, Tempe, AZ 85287, U.S.A. charles.colbourn@asu.edu

More information

arxiv: v1 [cs.se] 6 Dec 2017

arxiv: v1 [cs.se] 6 Dec 2017 arxiv:1801.06041v1 [cs.se] 6 Dec 2017 Constrained locating arrays for combinatorial interaction testing Hao Jin Tatsuhiro Tsuchiya January 19, 2018 Abstract This paper introduces the notion of Constrained

More information

A diametric theorem for edges. R. Ahlswede and L.H. Khachatrian

A diametric theorem for edges. R. Ahlswede and L.H. Khachatrian A diametric theorem for edges R. Ahlswede and L.H. Khachatrian 1 1 Introduction Whereas there are vertex and edge isoperimetric theorems it went unsaid that diametric theorems are vertex diametric theorems.

More information

COM BIN ATOR 1 A L MATHEMATICS YEA R

COM BIN ATOR 1 A L MATHEMATICS YEA R 0 7 8 9 3 5 2 6 6 7 8 9 2 3 '" 5 0 5 0 2 7 8 9 '" 3 + 6 + 6 3 7 8 9 5 0 2 8 6 3 0 6 5 + 9 8 7 2 3 7 0 2 + 7 0 6 5 9 8 2 3 + 6 3 5 8 7 2 0 6 9 3 + 5 0 7 8 9 9 8 7 3 2 0 + 5 6 9 7 8 9 8 7 + 3 2 5 6 0 2 8

More information

The Pennsylvania State University The Graduate School ORTHOGONALITY AND EXTENDABILITY OF LATIN SQUARES AND RELATED STRUCTURES

The Pennsylvania State University The Graduate School ORTHOGONALITY AND EXTENDABILITY OF LATIN SQUARES AND RELATED STRUCTURES The Pennsylvania State University The Graduate School ORTHOGONALITY AND EXTENDABILITY OF LATIN SQUARES AND RELATED STRUCTURES A Dissertation in Mathematics by Serge C. Ballif c 2012 Serge C. Ballif Submitted

More information

Latin Squares and Orthogonal Arrays

Latin Squares and Orthogonal Arrays School of Electrical Engineering and Computer Science University of Ottawa lucia@eecs.uottawa.ca Winter 2017 Latin squares Definition A Latin square of order n is an n n array, with symbols in {1,...,

More information

A Short Overview of Orthogonal Arrays

A Short Overview of Orthogonal Arrays A Short Overview of Orthogonal Arrays John Stufken Department of Statistics University of Georgia Isaac Newton Institute September 5, 2011 John Stufken (University of Georgia) Orthogonal Arrays September

More information

Some results on the existence of t-all-or-nothing transforms over arbitrary alphabets

Some results on the existence of t-all-or-nothing transforms over arbitrary alphabets Some results on the existence of t-all-or-nothing transforms over arbitrary alphabets Navid Nasr Esfahani, Ian Goldberg and Douglas R. Stinson David R. Cheriton School of Computer Science University of

More information

ORTHOGONAL ARRAYS OF STRENGTH 3 AND SMALL RUN SIZES

ORTHOGONAL ARRAYS OF STRENGTH 3 AND SMALL RUN SIZES ORTHOGONAL ARRAYS OF STRENGTH 3 AND SMALL RUN SIZES ANDRIES E. BROUWER, ARJEH M. COHEN, MAN V.M. NGUYEN Abstract. All mixed (or asymmetric) orthogonal arrays of strength 3 with run size at most 64 are

More information

Upper bounds on the sizes of variable strength covering arrays using the Lovász local lemma

Upper bounds on the sizes of variable strength covering arrays using the Lovász local lemma arxiv:1901.05386v1 [math.co] 16 Jan 2019 Upper bounds on the sizes of variable strength covering arrays using the Lovász local lemma Lucia Moura, Sebastian Raaphorst and Brett Stevens January 15, 2019

More information

Locating and Detecting Arrays for Interaction Faults

Locating and Detecting Arrays for Interaction Faults Locating and Detecting Arrays for Interaction Faults Charles J. Colbourn and Daniel W. McClary Computer Science and Engineering Arizona State University PO Box 878809 Tempe, AZ 85287-8809 U.S.A. Abstract

More information

R u t c o r Research R e p o r t. Uniform partitions and Erdös-Ko-Rado Theorem a. Vladimir Gurvich b. RRR , August, 2009

R u t c o r Research R e p o r t. Uniform partitions and Erdös-Ko-Rado Theorem a. Vladimir Gurvich b. RRR , August, 2009 R u t c o r Research R e p o r t Uniform partitions and Erdös-Ko-Rado Theorem a Vladimir Gurvich b RRR 16-2009, August, 2009 RUTCOR Rutgers Center for Operations Research Rutgers University 640 Bartholomew

More information

Classification of Orthogonal Arrays by Integer Programming

Classification of Orthogonal Arrays by Integer Programming Carnegie Mellon University Research Showcase @ CMU Tepper School of Business 12-2006 Classification of Orthogonal Arrays by Integer Programming D. A. Bulutoglu Air Force Institute of Technology François

More information

IMA Preprint Series # 2066

IMA Preprint Series # 2066 THE CARDINALITY OF SETS OF k-independent VECTORS OVER FINITE FIELDS By S.B. Damelin G. Michalski and G.L. Mullen IMA Preprint Series # 2066 ( October 2005 ) INSTITUTE FOR MATHEMATICS AND ITS APPLICATIONS

More information

Hamiltonian Cycles and Symmetric Chains in Boolean Lattices

Hamiltonian Cycles and Symmetric Chains in Boolean Lattices Graphs and Combinatorics (2014) 30:1565 1586 DOI 10.1007/s00373-013-1350-8 ORIGINAL PAPER Hamiltonian Cycles and Symmetric Chains in Boolean Lattices Noah Streib William T. Trotter Received: 30 April 2012

More information

2 8 2 P. Erdős, D.J. Kleihnan, Extremal problems among subsets of a set own sake as one considers similar problems in number theory. Thus we might ask

2 8 2 P. Erdős, D.J. Kleihnan, Extremal problems among subsets of a set own sake as one considers similar problems in number theory. Thus we might ask 1974.25- (74.25) Probabilistic methods in combinatorics, Probability and Mathematical Statistics, Vol. 17, 106 pp., Academic Press [A subsidiary of Harcourt Brace Jovanovich, Publishers], New York-London,

More information

Mutually Orthogonal Latin Squares: Covering and Packing Analogues

Mutually Orthogonal Latin Squares: Covering and Packing Analogues Squares: Covering 1 1 School of Computing, Informatics, and Decision Systems Engineering Arizona State University Mile High Conference, 15 August 2013 Latin Squares Definition A latin square of side n

More information

Minimal Paths and Cycles in Set Systems

Minimal Paths and Cycles in Set Systems Minimal Paths and Cycles in Set Systems Dhruv Mubayi Jacques Verstraëte July 9, 006 Abstract A minimal k-cycle is a family of sets A 0,..., A k 1 for which A i A j if and only if i = j or i and j are consecutive

More information

The edge-diametric theorem in Hamming spaces

The edge-diametric theorem in Hamming spaces Discrete Applied Mathematics 56 2008 50 57 www.elsevier.com/locate/dam The edge-diametric theorem in Hamming spaces Christian Bey Otto-von-Guericke-Universität Magdeburg, Institut für Algebra und Geometrie,

More information

FRACTIONAL FACTORIAL DESIGNS OF STRENGTH 3 AND SMALL RUN SIZES

FRACTIONAL FACTORIAL DESIGNS OF STRENGTH 3 AND SMALL RUN SIZES FRACTIONAL FACTORIAL DESIGNS OF STRENGTH 3 AND SMALL RUN SIZES ANDRIES E. BROUWER, ARJEH M. COHEN, MAN V.M. NGUYEN Abstract. All mixed (or asymmetric) orthogonal arrays of strength 3 with run size at most

More information

Geometrical Constructions for Ordered Orthogonal Arrays and (T, M, S)-Nets

Geometrical Constructions for Ordered Orthogonal Arrays and (T, M, S)-Nets Geometrical Constructions for Ordered Orthogonal Arrays and (T, M, S)-Nets Ryoh Fuji-Hara and Ying Miao Institute of Policy and Planning Sciences University of Tsukuba Tsukuba 305-8573, Japan fujihara@sk.tsukuba.ac.jp

More information

A Vector Space Analog of Lovasz s Version of the Kruskal-Katona Theorem

A Vector Space Analog of Lovasz s Version of the Kruskal-Katona Theorem Claude Tardif Non-canonical Independent sets in Graph Powers Let s 4 be an integer. The truncated s-simplex T s is defined as follows: V (T s ) = {(i, j) {0, 1,..., s 1} 2 : i j}, E(T s ) = {[(i, j), (,

More information

A three-factor product construction for mutually orthogonal latin squares

A three-factor product construction for mutually orthogonal latin squares A three-factor product construction for mutually orthogonal latin squares Peter J. Dukes (joint work with Alan C.H. Ling, UVM) June 17, 2014 Introduction Latin squares and MOLS Product construction Main

More information

Latin squares: Equivalents and equivalence

Latin squares: Equivalents and equivalence Latin squares: Equivalents and equivalence 1 Introduction This essay describes some mathematical structures equivalent to Latin squares and some notions of equivalence of such structures. According to

More information

On the stable set of associated prime ideals of monomial ideals and square-free monomial ideals

On the stable set of associated prime ideals of monomial ideals and square-free monomial ideals On the stable set of associated prime ideals of monomial ideals and square-free monomial ideals Kazem Khashyarmanesh and Mehrdad Nasernejad The 10th Seminar on Commutative Algebra and Related Topics, 18-19

More information

Probabilistic Method. Benny Sudakov. Princeton University

Probabilistic Method. Benny Sudakov. Princeton University Probabilistic Method Benny Sudakov Princeton University Rough outline The basic Probabilistic method can be described as follows: In order to prove the existence of a combinatorial structure with certain

More information

c 2010 Society for Industrial and Applied Mathematics

c 2010 Society for Industrial and Applied Mathematics SIAM J. DISCRETE MATH. Vol. 24, No. 3, pp. 1038 1045 c 2010 Society for Industrial and Applied Mathematics SET SYSTEMS WITHOUT A STRONG SIMPLEX TAO JIANG, OLEG PIKHURKO, AND ZELEALEM YILMA Abstract. A

More information

Anewconstructionofstrength-3coveringarraysusinglinearfeedbackshiftregister(LFSR)sequences

Anewconstructionofstrength-3coveringarraysusinglinearfeedbackshiftregister(LFSR)sequences Anewconstructionofstrength-3coveringarrays using linear feedback shift register (LFSR) sequences School of Electrical Engineering and Computer Science University of Ottawa lucia@eecs.uottawa.ca joint work

More information

Some Open Problems Arising from my Recent Finite Field Research

Some Open Problems Arising from my Recent Finite Field Research Some Open Problems Arising from my Recent Finite Field Research Gary L. Mullen Penn State University mullen@math.psu.edu July 13, 2015 Some Open Problems Arising from myrecent Finite Field Research July

More information

Linear independence, a unifying approach to shadow theorems

Linear independence, a unifying approach to shadow theorems Linear independence, a unifying approach to shadow theorems by Peter Frankl, Rényi Institute, Budapest, Hungary Abstract The intersection shadow theorem of Katona is an important tool in extremal set theory.

More information

New quasi-symmetric designs constructed using mutually orthogonal Latin squares and Hadamard matrices

New quasi-symmetric designs constructed using mutually orthogonal Latin squares and Hadamard matrices New quasi-symmetric designs constructed using mutually orthogonal Latin squares and Hadamard matrices Carl Bracken, Gary McGuire Department of Mathematics, National University of Ireland, Maynooth, Co.

More information

A DEGREE VERSION OF THE HILTON MILNER THEOREM

A DEGREE VERSION OF THE HILTON MILNER THEOREM A DEGREE VERSION OF THE HILTON MILNER THEOREM PETER FRANKL, JIE HAN, HAO HUANG, AND YI ZHAO Abstract An intersecting family of sets is trivial if all of its members share a common element Hilton and Milner

More information

Uniformly X Intersecting Families. Noga Alon and Eyal Lubetzky

Uniformly X Intersecting Families. Noga Alon and Eyal Lubetzky Uniformly X Intersecting Families Noga Alon and Eyal Lubetzky April 2007 X Intersecting Families Let A, B denote two families of subsets of [n]. The pair (A,B) is called iff `-cross-intersecting A B =`

More information

An algebraic proof of the Erdős-Ko-Rado theorem for intersecting families of perfect matchings

An algebraic proof of the Erdős-Ko-Rado theorem for intersecting families of perfect matchings Also available at http://amc-journal.eu ISSN 855-3966 (printed edn.), ISSN 855-3974 (electronic edn.) ARS MATHEMATICA CONTEMPORANEA 2 (207) 205 27 An algebraic proof of the Erdős-Ko-Rado theorem for intersecting

More information

arxiv: v2 [cs.dm] 30 Dec 2015

arxiv: v2 [cs.dm] 30 Dec 2015 Improved Strength Four Covering Arrays with Three Symbols arxiv:1509.03547v2 [cs.dm] 30 Dec 2015 Soumen Maity a Yasmeen Akhtar a Reshma C. Chandrasekharan a Charles J. Colbourn b a Indian Institute of

More information

Division of Trinomials by Pentanomials and Orthogonal Arrays

Division of Trinomials by Pentanomials and Orthogonal Arrays Division of Trinomials by Pentanomials and Orthogonal Arrays School of Mathematics and Statistics Carleton University daniel@math.carleton.ca Joint work with M. Dewar, L. Moura, B. Stevens and Q. Wang

More information

Ahlswede Khachatrian Theorems: Weighted, Infinite, and Hamming

Ahlswede Khachatrian Theorems: Weighted, Infinite, and Hamming Ahlswede Khachatrian Theorems: Weighted, Infinite, and Hamming Yuval Filmus April 4, 2017 Abstract The seminal complete intersection theorem of Ahlswede and Khachatrian gives the maximum cardinality of

More information

Preliminaries and Complexity Theory

Preliminaries and Complexity Theory Preliminaries and Complexity Theory Oleksandr Romanko CAS 746 - Advanced Topics in Combinatorial Optimization McMaster University, January 16, 2006 Introduction Book structure: 2 Part I Linear Algebra

More information

A Hilton-Milner-type theorem and an intersection conjecture for signed sets

A Hilton-Milner-type theorem and an intersection conjecture for signed sets A Hilton-Milner-type theorem and an intersection conjecture for signed sets Peter Borg Department of Mathematics, University of Malta Msida MSD 2080, Malta p.borg.02@cantab.net Abstract A family A of sets

More information

Hanna Furmańczyk EQUITABLE COLORING OF GRAPH PRODUCTS

Hanna Furmańczyk EQUITABLE COLORING OF GRAPH PRODUCTS Opuscula Mathematica Vol. 6 No. 006 Hanna Furmańczyk EQUITABLE COLORING OF GRAPH PRODUCTS Abstract. A graph is equitably k-colorable if its vertices can be partitioned into k independent sets in such a

More information

Graph-dependent Covering Arrays and LYM Inequalities

Graph-dependent Covering Arrays and LYM Inequalities Graph-dependent Covering Arrays and LYM Inequalities Elizabeth Jane Maltais Thesis Submitted to the Faculty of Graduate and Postdoctoral Studies In partial fulfilment of the requirements for the degree

More information

Covering arrays from m-sequences and character sums

Covering arrays from m-sequences and character sums Covering arrays from m-sequences and character sums Georgios Tzanakis a,, Lucia Moura b, Daniel Panario a, Brett Stevens a a School of Mathematics and Statistics, Carleton University 1125 Colonel By Dr.,

More information

Erdős-Ko-Rado theorems on the weak Bruhat lattice

Erdős-Ko-Rado theorems on the weak Bruhat lattice Erdős-Ko-Rado theorems on the weak Bruhat lattice Susanna Fishel, Glenn Hurlbert, Vikram Kamat, Karen Meagher December 14, 2018 Abstract Let L = (X, ) be a lattice. For P X we say that P is t-intersecting

More information

THE MAXIMUM SIZE OF A PARTIAL 3-SPREAD IN A FINITE VECTOR SPACE OVER GF (2)

THE MAXIMUM SIZE OF A PARTIAL 3-SPREAD IN A FINITE VECTOR SPACE OVER GF (2) THE MAXIMUM SIZE OF A PARTIAL 3-SPREAD IN A FINITE VECTOR SPACE OVER GF (2) S. EL-ZANATI, H. JORDON, G. SEELINGER, P. SISSOKHO, AND L. SPENCE 4520 MATHEMATICS DEPARTMENT ILLINOIS STATE UNIVERSITY NORMAL,

More information

Mutually orthogonal latin squares (MOLS) and Orthogonal arrays (OA)

Mutually orthogonal latin squares (MOLS) and Orthogonal arrays (OA) and Orthogonal arrays (OA) Bimal Roy Indian Statistical Institute, Kolkata. Bimal Roy, Indian Statistical Institute, Kolkata. and Orthogonal arrays (O Outline of the talk 1 Latin squares 2 3 Bimal Roy,

More information

Decomposing dense bipartite graphs into 4-cycles

Decomposing dense bipartite graphs into 4-cycles Decomposing dense bipartite graphs into 4-cycles Nicholas J. Cavenagh Department of Mathematics The University of Waikato Private Bag 3105 Hamilton 3240, New Zealand nickc@waikato.ac.nz Submitted: Jun

More information

Large Cliques and Stable Sets in Undirected Graphs

Large Cliques and Stable Sets in Undirected Graphs Large Cliques and Stable Sets in Undirected Graphs Maria Chudnovsky Columbia University, New York NY 10027 May 4, 2014 Abstract The cochromatic number of a graph G is the minimum number of stable sets

More information

Arc-chromatic number of digraphs in which every vertex has bounded outdegree or bounded indegree

Arc-chromatic number of digraphs in which every vertex has bounded outdegree or bounded indegree Arc-chromatic number of digraphs in which every vertex has bounded outdegree or bounded indegree S. Bessy and F. Havet, Projet Mascotte, CNRS/INRIA/UNSA, INRIA Sophia-Antipolis, 2004 route des Lucioles

More information

Recursive generation of partitionable graphs

Recursive generation of partitionable graphs Recursive generation of partitionable graphs E. Boros V. Gurvich S. Hougardy May 29, 2002 Abstract Results of Lovász (1972) and Padberg (1974) imply that partitionable graphs contain all the potential

More information

The P versus NP Problem. Ker-I Ko. Stony Brook, New York

The P versus NP Problem. Ker-I Ko. Stony Brook, New York The P versus NP Problem Ker-I Ko Stony Brook, New York ? P = NP One of the seven Millenium Problems The youngest one A folklore question? Has hundreds of equivalent forms Informal Definitions P : Computational

More information

Generalized Cover-Free Families

Generalized Cover-Free Families Generalized Cover-Free Families D.R. Stinson School of Computer Science University of Waterloo Waterloo, Ontario N2L 3G1 Canada dstinson@uwaterloo.ca R. Wei Department of Computer Science Lakehead University

More information

Note Erdős Ko Rado from intersecting shadows

Note Erdős Ko Rado from intersecting shadows Note Erdős Ko Rado from intersecting shadows Gyula O. H. Katona Alfréd Rényi Institute of Mathematics, Hungarian Academy of Sciences 1053 Budapest, Reáltanoda u. 13 15., Hungary e-mail: ohatona@renyi.hu

More information

Regular bipartite graphs and intersecting families

Regular bipartite graphs and intersecting families Journal of Combinatorial Theory, Series A 155 (2018 180 189 Contents lists available at ScienceDirect Journal of Combinatorial Theory, Series A wwwelseviercom/locate/jcta Regular bipartite graphs and intersecting

More information

Non-trivial intersecting uniform sub-families of hereditary families

Non-trivial intersecting uniform sub-families of hereditary families Non-trivial intersecting uniform sub-families of hereditary families Peter Borg Department of Mathematics, University of Malta, Msida MSD 2080, Malta p.borg.02@cantab.net April 4, 2013 Abstract For a family

More information

The Complete Intersection Theorem for Systems of Finite Sets

The Complete Intersection Theorem for Systems of Finite Sets Europ. J. Combinatorics (1997) 18, 125 136 The Complete Intersection Theorem for Systems of Finite Sets R UDOLF A HLSWEDE AND L EVON H. K HACHATRIAN 1. H ISTORIAL B ACKGROUND AND THE N EW T HEOREM We are

More information

Chapter 9: Relations Relations

Chapter 9: Relations Relations Chapter 9: Relations 9.1 - Relations Definition 1 (Relation). Let A and B be sets. A binary relation from A to B is a subset R A B, i.e., R is a set of ordered pairs where the first element from each pair

More information

Katarzyna Mieczkowska

Katarzyna Mieczkowska Katarzyna Mieczkowska Uniwersytet A. Mickiewicza w Poznaniu Erdős conjecture on matchings in hypergraphs Praca semestralna nr 1 (semestr letni 010/11 Opiekun pracy: Tomasz Łuczak ERDŐS CONJECTURE ON MATCHINGS

More information

Some fundamental contributions of Gary Mullen to finite fields

Some fundamental contributions of Gary Mullen to finite fields Some fundamental contributions of Gary Mullen to finite fields School of Mathematics and Statistics, Carleton University daniel@math.carleton.ca Carleton Finite Fields Day 2017 September 29, 2017 Overview

More information

Group divisible designs in MOLS of order ten

Group divisible designs in MOLS of order ten Des. Codes Cryptogr. (014) 71:83 91 DOI 10.1007/s1063-01-979-8 Group divisible designs in MOLS of order ten Peter Dukes Leah Howard Received: 10 March 011 / Revised: June 01 / Accepted: 10 July 01 / Published

More information

Families that remain k-sperner even after omitting an element of their ground set

Families that remain k-sperner even after omitting an element of their ground set Families that remain k-sperner even after omitting an element of their ground set Balázs Patkós Submitted: Jul 12, 2012; Accepted: Feb 4, 2013; Published: Feb 12, 2013 Mathematics Subject Classifications:

More information

Edge-disjoint induced subgraphs with given minimum degree

Edge-disjoint induced subgraphs with given minimum degree Edge-disjoint induced subgraphs with given minimum degree Raphael Yuster Department of Mathematics University of Haifa Haifa 31905, Israel raphy@math.haifa.ac.il Submitted: Nov 9, 01; Accepted: Feb 5,

More information

Constructing new covering arrays from LFSR sequences over finite

Constructing new covering arrays from LFSR sequences over finite Constructing new covering arrays from LFSR sequences over finite fields Georgios Tzanakis a,, Lucia Moura b,, Daniel Panario a,, Brett Stevens a, a School of Mathematics and Statistics, Carleton University

More information

Multiply Erdős-Ko-Rado Theorem

Multiply Erdős-Ko-Rado Theorem arxiv:1712.09942v1 [math.co] 28 Dec 2017 Multiply Erdős-Ko-Rado Theorem Carl Feghali Department of Informatics, University of Bergen, Bergen, Norway feghali.carl@gmail.com December 29, 2017 Abstract A

More information

Balanced bipartitions of graphs

Balanced bipartitions of graphs 2010.7 - Dedicated to Professor Feng Tian on the occasion of his 70th birthday Balanced bipartitions of graphs Baogang Xu School of Mathematical Science, Nanjing Normal University baogxu@njnu.edu.cn or

More information

Transversals in Latin Squares

Transversals in Latin Squares Transversals in Latin Squares Ian Wanless Monash University Australia Loops 07 workshop, Prague, Aug 2007 A latin square of order n is an n n matrix in which each of n symbols occurs exactly once in each

More information

Sets of MOLSs generated from a single Latin square

Sets of MOLSs generated from a single Latin square Sets of MOLSs generated from a single Latin square Hau Chan and Dinesh G Sarvate Abstract The aim of this note is to present an observation on the families of square matrices generated by repeated application

More information

Multi-colouring the Mycielskian of Graphs

Multi-colouring the Mycielskian of Graphs Multi-colouring the Mycielskian of Graphs Wensong Lin Daphne Der-Fen Liu Xuding Zhu December 1, 016 Abstract A k-fold colouring of a graph is a function that assigns to each vertex a set of k colours,

More information

1 Notation. 2 Sergey Norin OPEN PROBLEMS

1 Notation. 2 Sergey Norin OPEN PROBLEMS OPEN PROBLEMS 1 Notation Throughout, v(g) and e(g) mean the number of vertices and edges of a graph G, and ω(g) and χ(g) denote the maximum cardinality of a clique of G and the chromatic number of G. 2

More information

Multi-coloring and Mycielski s construction

Multi-coloring and Mycielski s construction Multi-coloring and Mycielski s construction Tim Meagher Fall 2010 Abstract We consider a number of related results taken from two papers one by W. Lin [1], and the other D. C. Fisher[2]. These articles

More information

On the mean connected induced subgraph order of cographs

On the mean connected induced subgraph order of cographs AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 71(1) (018), Pages 161 183 On the mean connected induced subgraph order of cographs Matthew E Kroeker Lucas Mol Ortrud R Oellermann University of Winnipeg Winnipeg,

More information

Turán numbers of expanded hypergraph forests

Turán numbers of expanded hypergraph forests Turán numbers of expanded forests Rényi Institute of Mathematics, Budapest, Hungary Probabilistic and Extremal Combinatorics, IMA, Minneapolis, Sept. 9, 2014. Main results are joint with Tao JIANG, Miami

More information

Near-domination in graphs

Near-domination in graphs Near-domination in graphs Bruce Reed Researcher, Projet COATI, INRIA and Laboratoire I3S, CNRS France, and Visiting Researcher, IMPA, Brazil Alex Scott Mathematical Institute, University of Oxford, Oxford

More information

Compatible Circuit Decompositions of Eulerian Graphs

Compatible Circuit Decompositions of Eulerian Graphs Compatible Circuit Decompositions of Eulerian Graphs Herbert Fleischner, François Genest and Bill Jackson Septemeber 5, 2006 1 Introduction Let G = (V, E) be an Eulerian graph. Given a bipartition (X,

More information

Induced subgraphs of prescribed size

Induced subgraphs of prescribed size Induced subgraphs of prescribed size Noga Alon Michael Krivelevich Benny Sudakov Abstract A subgraph of a graph G is called trivial if it is either a clique or an independent set. Let q(g denote the maximum

More information

Nonnegative k-sums, fractional covers, and probability of small deviations

Nonnegative k-sums, fractional covers, and probability of small deviations Nonnegative k-sums, fractional covers, and probability of small deviations Noga Alon Hao Huang Benny Sudakov Abstract More than twenty years ago, Manickam, Miklós, and Singhi conjectured that for any integers

More information

Extremal Cases of the Ahlswede-Cai Inequality. A. J. Radclie and Zs. Szaniszlo. University of Nebraska-Lincoln. Department of Mathematics

Extremal Cases of the Ahlswede-Cai Inequality. A. J. Radclie and Zs. Szaniszlo. University of Nebraska-Lincoln. Department of Mathematics Extremal Cases of the Ahlswede-Cai Inequality A J Radclie and Zs Szaniszlo University of Nebraska{Lincoln Department of Mathematics 810 Oldfather Hall University of Nebraska-Lincoln Lincoln, NE 68588 1

More information

Packing and decomposition of graphs with trees

Packing and decomposition of graphs with trees Packing and decomposition of graphs with trees Raphael Yuster Department of Mathematics University of Haifa-ORANIM Tivon 36006, Israel. e-mail: raphy@math.tau.ac.il Abstract Let H be a tree on h 2 vertices.

More information

GROUPS AS GRAPHS. W. B. Vasantha Kandasamy Florentin Smarandache

GROUPS AS GRAPHS. W. B. Vasantha Kandasamy Florentin Smarandache GROUPS AS GRAPHS W. B. Vasantha Kandasamy Florentin Smarandache 009 GROUPS AS GRAPHS W. B. Vasantha Kandasamy e-mail: vasanthakandasamy@gmail.com web: http://mat.iitm.ac.in/~wbv www.vasantha.in Florentin

More information

Regular and synchronizing transformation monoids

Regular and synchronizing transformation monoids Regular and synchronizing transformation monoids Peter J. Cameron NBSAN, York 23 November 2011 Mathematics may be defined as the subject in which we never know what we are talking about, nor whether what

More information

Probabilistic Proofs of Existence of Rare Events. Noga Alon

Probabilistic Proofs of Existence of Rare Events. Noga Alon Probabilistic Proofs of Existence of Rare Events Noga Alon Department of Mathematics Sackler Faculty of Exact Sciences Tel Aviv University Ramat-Aviv, Tel Aviv 69978 ISRAEL 1. The Local Lemma In a typical

More information

Containment restrictions

Containment restrictions Containment restrictions Tibor Szabó Extremal Combinatorics, FU Berlin, WiSe 207 8 In this chapter we switch from studying constraints on the set operation intersection, to constraints on the set relation

More information

Matroid Representation of Clique Complexes

Matroid Representation of Clique Complexes Matroid Representation of Clique Complexes Kenji Kashiwabara 1, Yoshio Okamoto 2, and Takeaki Uno 3 1 Department of Systems Science, Graduate School of Arts and Sciences, The University of Tokyo, 3 8 1,

More information

Erdös-Ko-Rado theorems for chordal and bipartite graphs

Erdös-Ko-Rado theorems for chordal and bipartite graphs Erdös-Ko-Rado theorems for chordal and bipartite graphs arxiv:0903.4203v2 [math.co] 15 Jul 2009 Glenn Hurlbert and Vikram Kamat School of Mathematical and Statistical Sciences Arizona State University,

More information

Independent Transversals in r-partite Graphs

Independent Transversals in r-partite Graphs Independent Transversals in r-partite Graphs Raphael Yuster Department of Mathematics Raymond and Beverly Sackler Faculty of Exact Sciences Tel Aviv University, Tel Aviv, Israel Abstract Let G(r, n) denote

More information

The Saturation Number of Induced Subposets of the Boolean Lattice

The Saturation Number of Induced Subposets of the Boolean Lattice The Saturation Number of Induced Subposets of the Boolean Lattice Michael Ferrara a, Bill Kay b, Lucas Kramer c,1, Ryan R. Martin d, Benjamin Reiniger e, Heather C. Smith f,, Eric Sullivan a a Department

More information

Graph coloring, perfect graphs

Graph coloring, perfect graphs Lecture 5 (05.04.2013) Graph coloring, perfect graphs Scribe: Tomasz Kociumaka Lecturer: Marcin Pilipczuk 1 Introduction to graph coloring Definition 1. Let G be a simple undirected graph and k a positive

More information

Representations of disjoint unions of complete graphs

Representations of disjoint unions of complete graphs Discrete Mathematics 307 (2007) 1191 1198 Note Representations of disjoint unions of complete graphs Anthony B. Evans Department of Mathematics and Statistics, Wright State University, Dayton, OH, USA

More information

The Intersection Theorem for Direct Products

The Intersection Theorem for Direct Products Europ. J. Combinatorics 1998 19, 649 661 Article No. ej9803 The Intersection Theorem for Direct Products R. AHLSWEDE, H.AYDINIAN AND L. H. KHACHATRIAN c 1998 Academic Press 1. INTRODUCTION Before we state

More information

Theorems of Erdős-Ko-Rado type in polar spaces

Theorems of Erdős-Ko-Rado type in polar spaces Theorems of Erdős-Ko-Rado type in polar spaces Valentina Pepe, Leo Storme, Frédéric Vanhove Department of Mathematics, Ghent University, Krijgslaan 28-S22, 9000 Ghent, Belgium Abstract We consider Erdős-Ko-Rado

More information

PALINDROMIC AND SŪDOKU QUASIGROUPS

PALINDROMIC AND SŪDOKU QUASIGROUPS PALINDROMIC AND SŪDOKU QUASIGROUPS JONATHAN D. H. SMITH Abstract. Two quasigroup identities of importance in combinatorics, Schroeder s Second Law and Stein s Third Law, share many common features that

More information

STRONG FORMS OF ORTHOGONALITY FOR SETS OF HYPERCUBES

STRONG FORMS OF ORTHOGONALITY FOR SETS OF HYPERCUBES The Pennsylvania State University The Graduate School Department of Mathematics STRONG FORMS OF ORTHOGONALITY FOR SETS OF HYPERCUBES A Dissertation in Mathematics by John T. Ethier c 008 John T. Ethier

More information

Acyclic subgraphs with high chromatic number

Acyclic subgraphs with high chromatic number Acyclic subgraphs with high chromatic number Safwat Nassar Raphael Yuster Abstract For an oriented graph G, let f(g) denote the maximum chromatic number of an acyclic subgraph of G. Let f(n) be the smallest

More information

Construction of latin squares of prime order

Construction of latin squares of prime order Construction of latin squares of prime order Theorem. If p is prime, then there exist p 1 MOLS of order p. Construction: The elements in the latin square will be the elements of Z p, the integers modulo

More information

Forbidding complete hypergraphs as traces

Forbidding complete hypergraphs as traces Forbidding complete hypergraphs as traces Dhruv Mubayi Department of Mathematics, Statistics, and Computer Science University of Illinois Chicago, IL 60607 Yi Zhao Department of Mathematics and Statistics

More information

The candidates are advised that they must always show their working, otherwise they will not be awarded full marks for their answers.

The candidates are advised that they must always show their working, otherwise they will not be awarded full marks for their answers. MID SWEDEN UNIVERSITY TFM Examinations 2006 MAAB16 Discrete Mathematics B Duration: 5 hours Date: 7 June 2006 There are EIGHT questions on this paper and you should answer as many as you can in the time

More information

k-tuple chromatic number of the cartesian product of graphs

k-tuple chromatic number of the cartesian product of graphs k-tuple chromatic number of the cartesian product of graphs Flavia Bonomo, Ivo Koch, Pablo Torres, Mario Valencia-Pabon To cite this version: Flavia Bonomo, Ivo Koch, Pablo Torres, Mario Valencia-Pabon.

More information

Supersaturation in the Boolean lattice

Supersaturation in the Boolean lattice Supersaturation in the Boolean lattice Andrew P. Dove Jerrold R. Griggs Ross J. Kang Jean-Sébastien Sereni March 18, 013 Abstract We prove a supersaturation-type extension of both Sperner s Theorem 198

More information