Draft:Selective Graph Coloring Problem
Submission declined on 8 June 2026 by Staraction (talk).
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
|
Comment: Entire lede is lifted from the source, word-for-word. Please rephrase in your own words. Staraction (talk · contribs) 13:25, 8 June 2026 (UTC)
[1] [2] [3] [4] [5] [6] [7] [8]
Problem Definition
Given is an unweighted, undirected graph G =< V, E > with a set of nodes V and a set of edges E. Each node is assigned to one subgraph, a so-called cluster Ci. In total there are n disjoint clusters. The goal is to find a subgraph S = G(W) with W =< v1, ..., vn > where vi ∈ Ci, 1 ≤ i ≤ n. The subgraph should have a minimal chromatic number. The chromatic number is the minimal number of different colors using which the nodes of a graph can be colored so that there is no single pair of nodes u and v connected by an edge (u, v) that have the same color.
Thus, the SGCP is an extension of the graph coloring problem, which computer scientists and mathematicians have studied for decades. The Graph Coloring Problem is about computing the chromatic number of a given graph, and already in 1972 it was discovered to be an NP-equivalent problem. [9] Since the Graph Coloring Problem is a subproblem of the selective graph coloring problem, the selective graph coloring problem is NP-hard as well. For this reason it makes sense to use a heuristic approach both to estimate the chromatic number of a possible solution and to find a better solution.
References
- ^ https://www.ac.tuwien.ac.at/files/pub/volko-13.pdf
- ^ https://www.ac.tuwien.ac.at/files/pub/fritz_14.pdf
- ^ "On some applications of the selective graph coloring problem". European Journal of Operational Research. 240 (2): 307–314. January 16, 2015. doi:10.1016/j.ejor.2014.05.011 – via www.sciencedirect.com.
- ^ "(PDF) Selective Graph Coloring on Some Special Classes of Graphs".
- ^ https://www.kurims.kyoto-u.ac.jp/~kyodo/kokyuroku/contents/pdf/2069-09.pdf
- ^ Şeker, Oylum; Ekim, Tınaz; Taşkın, Z. Caner (June 8, 2019). "A decomposition approach to solve the selective graph coloring problem in some perfect graph families". Networks. 73 (2): 145–169. doi:10.1002/net.21850 – via Wiley Online Library.
- ^ "An Exact Cutting Plane Algorithm to Solve the Selective Graph Coloring Problem in Perfect Graphs". DeepAI. November 29, 2018.
- ^ https://folia.unifr.ch/rerodoc/324532/files/selective_rero_0.pdf
- ^ R. Karp: Reducibility Among Combinatorial Problems. Complexity of Computer Computations, pages 85-103, 1972.
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.

- We can only accept text if it is explicitly released under a compatible free license or is in the public domain.
- If the text is not freely licensed, you must rewrite or summarize it entirely in your own words. Changing a few words is still considered a copyright violation.
- If you own the text you cannot paste it here unless you formally release it via our release process.
Users who continue to post copyrighted material may be blocked from editing Wikipedia.