Solution of Maximum Clique Problem. by Using Branch and Bound Method

Similar documents
REDUCING GRAPH COLORING TO CLIQUE SEARCH

Comparing the Best Maximum Clique Finding Algorithms, Which are Using Heuristic Vertex Colouring

Monophonic Chromatic Parameter in a Connected Graph

The Number of Fuzzy Subgroups of Cuboid Group

Rainbow Vertex-Connection Number of 3-Connected Graph

Stochastic Coalitional Games with Constant Matrix of Transition Probabilities

Vertex Graceful Labeling of C j C k C l

Solutions of Stochastic Coalitional Games

Heronian Mean Labeling of Graphs

Graph Sampling Approach for Reducing. Computational Complexity of. Large-Scale Social Network

Graceful Labeling for Some Star Related Graphs

Heronian Mean Labeling of. Disconnected Graphs

Domination, Independence and Other Numbers Associated With the Intersection Graph of a Set of Half-planes

A Structure of the Subgraph Induced at a Labeling of a Graph by the Subset of Vertices with an Interval Spectrum

Connected Liar s Domination in Graphs: Complexity and Algorithm 1

Dominator Coloring of Prism Graph

Generating Topology on Graphs by. Operations on Graphs

Domination Number of Jump Graph

The b-chromatic Number of Bistar Graph

A Note on Vertex Arboricity of Toroidal Graphs without 7-Cycles 1

A Comparative Study on Optimization Techniques for Solving Multi-objective Geometric Programming Problems

A Computational Study on the Number of. Iterations to Solve the Transportation Problem

On Self-complementary Chordal Graphs Defined. by Single Forbidden Induced Subgraph

The Maximum Clique Problem

Ennumeration of the Number of Spanning Trees in the Lantern Maximal Planar Graph

The Cover Pebbling Number of the Join of Some Graphs

Complete Bipartite Graphs with No Rainbow Paths

Characterization of Super Strongly Perfect Graphs in Chordal and Strongly Chordal Graphs

International Journal of Mathematical Archive-7(9), 2016, Available online through ISSN

A NEW HEURISTIC ALGORITHM FOR MULTIPLE TRAVELING SALESMAN PROBLEM

Eccentric Coloring of a Graph

Extremal Graph Theory. Ajit A. Diwan Department of Computer Science and Engineering, I. I. T. Bombay.

Coloring the nodes of a directed graph

A THREE AND FIVE COLOR THEOREM

Lecture 6: Graph Properties

Math 575 Exam 3. (t). What is the chromatic number of G?

A Cumulative Averaging Method for Piecewise Polynomial Approximation to Discrete Data

Using Constraint Programming to Solve the Maximum Clique Problem

On the Parallel Implementation of Best Fit Decreasing Algorithm in Matlab

Maximum Clique Conformance Measure for Graph Coloring Algorithms

The strong chromatic number of a graph

Introduction to Optimization

Decomposition of Complete Graphs. into Union of Stars

On ɛ-unit distance graphs

Algorithmic aspects of k-domination in graphs

Some bounds on chromatic number of NI graphs

Enumeration of Minimal Control Sets of Vertices in Oriented Graph

The Generalized Stability Indicator of. Fragment of the Network. II Critical Performance Event

Combinatorial Optimization

A New Approach to Evaluate Operations on Multi Granular Nano Topology

Some new results on circle graphs. Guillermo Durán 1

Theoretical Computer Science

Vertex-Colouring Edge-Weightings

What is the Optimal Bin Size of a Histogram: An Informal Description

Rough Connected Topologized. Approximation Spaces

Using Ones Assignment Method and. Robust s Ranking Technique

Triangle-Free Geometric Intersection Graphs with No Large Independent Sets

Domination and Irredundant Number of 4-Regular Graph

Some Results on Super Heronian Mean. Labeling of Graphs

Stanford University CS261: Optimization Handout 1 Luca Trevisan January 4, 2011

Complexity Results on Graphs with Few Cliques

An Eternal Domination Problem in Grids

International Journal of Mathematical Archive-6(10), 2015, Available online through ISSN

Orthogonal art galleries with holes: a coloring proof of Aggarwal s Theorem

Friday 5 June 2015 Morning

Vertex Cover Approximations on Random Graphs.

The Probabilistic Method

Dense graphs and a conjecture for tree-depth

Subdivided graphs have linear Ramsey numbers

The Paired Assignment Problem

A List Heuristic for Vertex Cover

The Graph of Simplex Vertices

COMP 355 Advanced Algorithms Approximation Algorithms: VC and TSP Chapter 11 (KT) Section (CLRS)

Rectilinear Crossing Number of a Zero Divisor Graph

Broadcast Chromatic Numbers of Graphs

Some Algebraic (n, n)-secret Image Sharing Schemes

Introduction to Combinatorial Algorithms

On Covering a Graph Optimally with Induced Subgraphs

On vertex-coloring edge-weighting of graphs

The Game Chromatic Number of Some Classes of Graphs

Maximum Clique Problem. Team Bushido bit.ly/parallel-computing-fall-2014

ON THE COMPLEXITY OF THE BROADCAST SCHEDULING PROBLEM

Combinatorial Optimization - Lecture 14 - TSP EPFL

Constructing arbitrarily large graphs with a specified number of Hamiltonian cycles

Branch and Bound Algorithm for Vertex Bisection Minimization Problem

Groups with Isomorphic Tables of Marks Orders: 32, 48, 72 and 80 1

On the Sum and Product of Covering Numbers of Graphs and their Line Graphs

New Reliable Algorithm of Ray Tracing. through Hexahedral Mesh

Notes for Lecture 24

CSE 417 Branch & Bound (pt 4) Branch & Bound

An Introduction to Chromatic Polynomials

Equitable Coloring on Triple Star Graph Families

Graph Theory. Probabilistic Graphical Models. L. Enrique Sucar, INAOE. Definitions. Types of Graphs. Trajectories and Circuits.

Global Alliance Partition in Trees

P vs. NP. Simpsons: Treehouse of Horror VI

Radio coloring for families of Bistar graphs

Binding Number of Some Special Classes of Trees

Graph Coloring via Constraint Programming-based Column Generation

Note on Group Distance Magic Graphs G[C 4 ]

Hyperbola for Curvilinear Interpolation

Transcription:

Applied Mathematical Sciences, Vol. 8, 2014, no. 2, 81-90 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.310601 Solution of Maximum Clique Problem by Using Branch and Bound Method Mochamad Suyudi 1, Ismail Bin Mohd 2, Mustafa Mamat 3, 6, Sudrajat Sopiyan 4 and Asep K. Supriatna 5 1,4,5 Department of Mathematics, University of Padjadjaran, Indonesia. 2,3 Research Fellow, Department of Mathematics Universiti Malaysia Terengganu, Malaysia 6 Faculty of Informatics and Computing Universiti Sultan Zainal Abidin, Terengganu, Malaysia Copyright 2014 Mochamad Suyudi et al. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Abstract The maximum clique problems have been widely applied in the field of operations research. The maximum clique problem is finding a solution that is often considered difficult, as well as graph coloring problem, traveling salesman, and so forth. Solution the maximum clique can be done using several methods, such as by using brute force, backtracking, and branch and bound. This paper discusses the branch and bound procedure to solve the maximum clique problem. In the discussion of the method described on the upper and lower bound by implementing a greedy heuristic and branching procedure for determining the maximum clique (G) and minimum coloration (G) in the graph G. Solution the maximum clique problem with this method is beneficial because it provides an alternative perspective on branch and bound, but it is also because they do not need to explain software optimization. Mathematical Subject Classification: 90C59, 68R10, 05C15

82 Mochamad Suyudi et al. Keywords: Maximum Clique, branch and bound, graph coloring, heuristic, greedy 1. Introduction Solution the maximum clique problem in graph coloring using only the greedy algorithm would have difficulty [1]. Therefore, to facilitate maximum clique search here will use the branch and bound. Branch and bound is usually used as a method of resolving integer programming (IP), IP is a constraint integer from fractional (relaxation) and linear programming (LP) relaxation of the corresponding resolved to produce an upper bound or lower bound, see [9]. Solution the branch and bound method in the context of the maximum clique problem is considered easy and simple to execute, through the branch and bound procedure [2, 3]. Procedures branch and bound method is to determine the clique number and chromatic number of a graph. For a more traditional approach to branch and bound, can refer to [4, 5, 9]. A description of the basic concepts of graph theory to a wider survey refer to [6], [7] and [8]. Since the branch and bound on pure integer programming area can seem abstract, use simple graph algorithm to describe the procedure can be made more visual and easy to understand. Hence, in this paper examined on completion maximum klique using the branch and bound. 2. Graph Coloring A graph G = (V, E) is a set of vertices and edges. (Along this paper, the vertex will be represented by letters and colors for the vertices will be represented by integers). A clique in G is part of the vertices C V where each pair of vertices are joined with an edge, for example, see Figure 1. In other words, all the vertices in the clique must adjasen one another. The size of the maximum clique in G indicated by (G). An illustration of a nice, simple, this problem is with a dinner

Solution of maximum clique problem 83 party. Suppose the vertices of the graph represent the dinner guests. Suppose edge connects guests if they already know each other. Then the maximum clique will be the biggest set of guests at a dinner where everyone knew each other [4, 5]. A vertices coloring is to assign a color to the vertices of a graph G such that no two adjacent vertices receive the same color. A minimum coloring is a coloring that uses the least amount possible for the entire graph coloring, as an example, see Figure 2. The size of the minimum coloring in G indicated by (G). Minimum Coloring can also be illustrated using the example of a dinner party described above. Suppose that the host wants her friends to meet each other. Then it will just sit people at tables where they are not familiar with the other guests. If we let the different colors represent the different tables at the party, then the only guests at no edge connecting them (ie, guests who do not know each other) will be allowed to color / same table. Coloring minimum in accordance with the minimum number of tables required to ensure no guests sit with people they've known [2, 4, 5]. Consider a triangle, which is a clique of size 3. Each of the three vertices must have different colors, if not, then there will be no edge has endpoints with the same color and coloring will be valid. In general, in any coloring a graph G, each pair of adjacent vertices must have different colors. Therefore, (G) (G). More importantly, every clique in G is a lower bound on (G), and every shade in G is an upper bound on (G). In the next section, given a heuristic for determining the clique and color and, hence, obtain the boundaries to be used in a branch and bound algorithm [6; 9]. Figure 1. Vertices C, E, and F form clique size 3 Figure 2. Shows the Coloring of Size 3

84 Mochamad Suyudi et al. 3. Procedures of Branch and Bound 3.1 Determine the Upper and Lower Bound To find a lower bound (LB) on the size of the maximum clique, the search heuristic greedy clique can be implemented in a simple graph G = (V, ) as follows: 1. Suppose K =. 2. Suppose v is a vertices in G but not in K with the maximum degree. Adding v in K. 3. Remove all vertices that are not adjasen to v from V. 4. If V is empty, then stop. If not, then go back to step 2. Basically, added to the clique K vertices with the greatest degree that is connected to all the vertices, and are already in the clique. The cardinality of the set K is generated is a clique in the graph G and therefore, lower bound on (G), is the size of the maximum clique in G [2, 7]. Figure 3 illustrates this heuristic. For more details, look at the following discussion. Step 1. Let K = { }. Determine the maximum vertices degree, the vertices F (Figure 3.a.); Step 2. Adding F to K, so that sehingga K = {F}, then remove C is not adjasen with F (Figure 3.b.); Figure 3.a. Figure 3.b. Step 3. Adding D to K, so that K = {F, D}, which is not clear adjasen E with D (Figure 3.c.); Step 4. Adding B to K, so that K = {F, D, B}(Figure 3.d.);

Solution of maximum clique problem 85 Step 5. Adding A to K, so that K = {F, D, B, A}. In order to get the maximum clique, ie, (G) 4 = lower bound (LB) (Figure 3.e.). Figure 3.c. Figure 3.d. Figure 3.e. Figure 3. a, b, c, d, and e, is an illustration of the heuristic greedy clique, which (G) 4. To find the upper bound (UB) on the size of the maximum clique, (heuristic greedy coloring) can be implemented in a simple graph G = (V, E) as follows: 1. Colourise vertices v 1 with color c 1. 2. For each vertices v i in a row, selected the lowest numbered color that does not result in coloring is not valid (ie, such that no other vertices to v i adjasen previously colored with the same color). Figure 4 illustrates the heuristic coloring on the same graph as in Figure 3. Step 1. Select the maximum vertices degree, the vertices A given color 1 (red); Step 2. Select the vertices that adjasen and degree less than or equal to A, that is vertices B are colored 2 (blue); Step 3. Select the vertices that adjasen and degree less than or equal to A and B, the vertices F are color 3 (green); Step 4. Select the vertices that adjasen with F and A, namely vertices E are colored 2 (blue); Step 5. Select the vertices that adjasen with E and B, the vertices C are color 1 (red);

86 Mochamad Suyudi et al. Step 6. Last vertices D are colored 4 (yellow), because adjasen with color 1 vertices A, vertices B adjasen with color 2, and adjasen with vertices F color 3. vertices A is colored 1 (red) vertices B is colored 2 (blue) vertices F is colored 3 (green) vertices E is colored 2 (blue) vertices C is colored 1 (red) vertices D is colored 4 (yellow) Figure 4. An illustration Coloring Heuristic Greedy, where 4 (G) (G) = 4 The results of this heuristic is a valid coloring of G, which is the upper bound on (G), the size of the maximum clique in G. Once the basics of graph theory has been reached, then to solve the problem on any graph of maximum clique appropriately measured using the branch and bound. 3.2 Branching Procedure In this section of the procedure branching, using Figure 5, which describes the the branching following procedure: 1. Given graph G = (V, E), selected branch vertices v V, where v is any vertices not connected to all other vertices in G. If there is no such v, then G is a clique. If not, then go to 2.

Solution of maximum clique problem 87 Figure 5. An Illustration of Branching Procedure 2. Create a graph of the G' and G" of G as follows: G' is the graph part of G induced by the vertices V-{v}, ie G' formed by deleting the vertices v (and adjacent edges) of G. G is part of the graph G induced by vertices v in N(v), where N(v) indicates the neighbors of the vertices v, ie. G" is formed by retaining only the vertices v and all vertices that adjasen to him in G. Vertices maximum degree of a member or not a member of the maximum clique. Since removing G' only maximum vertices degree of a graph parent, and G" maintain the maximum degree vertices and all its neighbors, the way in which the subgraph G' and G" was made to ensure that a maximum clique in G will still be there in one or both of the subgraph. For more details, see [3, 4]. Thus, the maximum clique is not destroyed in this process, but the size of the graph at each the branching vertices decreases with each iteration. 4. Calculation Result of Branch and Bound Now that the branching procedure and calculation boundary has been explained, the entire branch and bound algorithm can be further illustrated. Figure 6 shows the sequence of branching processes vertices, using upper and lower bounds to prune the branches, and the clique and coloring searched using heuristic described above. Clique is outlined in black, and colorings are shown generated using heuristic greedy clique. Clique alternatives can be sought when different options,

88 Mochamad Suyudi et al. to the maximum degree of a node is made (in the case of ties), and color alternatives may be sought if the order of vertices different from the one shown above. Figure 6. The sequence of branching processes vertices Step 1. Clique = {F,G,I}; LB = 3 and Color = UB = 4 Branching on the vertices G Step 2. Remove vertices G, obtained Clique = {A, E, F, I}, LB = 4. Color = UB = 4 Step 3. Remove all vertices that are not adjasen with G, obtained Clique = {F,G,I}; LB = 3. Color = UB = 3. Figure 6. Step 2, Clique={A,E,F,I), LB=4. Color=UB=4 Figure 6. Step 3, Clique={F,G,I}, LB=3. Color=UB=4 Percabangan pada vertex F Step 4. Remove vertices F in Step 2, obtained Clique = {A, E, I}; LB = 3. Color = UB = 4 Step 5. Remove all vertices that are not adjasen with vertices F in step 2, obtained Clique = {A, E, F, I}; LB = 4. Color = UB = 4.

Solution of maximum clique problem 89 Figure 6. Step 4: Clique={A,E,I}, LB=3. Color=UB=3 Figure 6. Step 5: Clique={A,C,D,G}, LB=4. Color=UB=4. Optimum Figure 6, from step 1 to step 5, is an example of the whole procedure using branch and bound method in solving the maximum clique problem. 5. Conclusion Branch and bound method has been used to the search the maximum clique problem. To determine the chromatic number (G)of a graph G has been sought by the greedy heuristic, chromatic number (G)is the upper bound (UB) on G and by branching procedure obtained lower bound (LB) is the maximum clique (G) on G. Results of the maximum clique the search also shows that the maximum clique (G) is less than or equal premises chromatic number (G). The use of branch and bound method is advantageous, because it provides an alternative perspective to solve the maximum clique problem, as well as the optimal method of solution requires no software optimization. References [1] Bomze, I. M., M. Budinich, P. M. Pardalos, M. Pelillo. 1999. The maximum clique problem. D.- Z. Du, P. M. Pardalos, eds. Handbook of Combinatorial Optimization, Vol. 4. Kluwer, Boston, 1 74. [2] Ostergard, P.R.J. 2002. A Fast Algorithm for the Maximum Clique Problem. Journal of Discrete Applied Mathematics, 120 (2002) 197-207.

90 Mochamad Suyudi et al. [3] Pardalos, P. M., J. Xue. 1994. The maximum clique problem. J. Global Optim. 4(3) 301 328. [4] Strickland, D. M. 2002. Maximum cliques with application to protein structure alignment. Ph.D. thesis, School of Industrial and Systems Engineering, Georgia Institute of Technology, Atlanta. [5] Strickland, D. M. 2008. Teaching Note Using the Maximum Clique Problem to Motivate Branch-and-Bound. INFORMS Transactions on Education 8(2), pp. 96 99. [6] Stix, V. 2001. Finding all Maximal Clique in Dynamic Graphs. Working Paper. Vienna University of Economics, Department of Information Business, Austria. [7] Tucker, A. 2002. Applied Combinatorics. Wiley, New York. [8] Wilson, R. 1996. Introduction to Graph Theory. Pearson Education, Harlow, England. [9] Winston, W. 2004. Operations Research_ Applications and Algorithms. Duxbury, Belmont, CA. Received: October 21, 2013