نتایج جستجو برای: total domatic number

تعداد نتایج: 1830962  

2013
A. Alwardi N. D. Soner

Let G = (V, E) be a graph. A subset D of V is called common neighbourhood dominating set (CN-dominating set) if for every v ∈ V −D there exists a vertex u ∈ D such that uv ∈ E(G) and |Γ(u, v)| > 1, where |Γ(u, v)| is the number of common neighbourhood between the vertices u and v. The minimum cardinality of such CN-dominating set denoted by γcn(G) and is called common neighbourhood domination n...

پایان نامه :0 1374

the following null hypothesis was proposed: h : there is no significant difference between the use of semantically or communicatively translates scientific texts. to test the null hypothesis, a number of procedures were taken first, two passages were selected form soyrcebooks of food and nutrition industry and gardening deciplines. each, in turn, was following by a number of comprehension quest...

A Roman dominating function (RDF) on a digraph $D$ is a function $f: V(D)rightarrow {0,1,2}$ satisfying the condition that every vertex $v$ with $f(v)=0$ has an in-neighbor $u$ with $f(u)=2$. The weight of an RDF $f$ is the value $sum_{vin V(D)}f(v)$. The Roman domination number of a digraph $D$ is the minimum weight of an RDF on $D$. A set ${f_1,f_2,dots,f_d}$ of Roman dominating functions on ...

2011
L. Volkmann

Let k ≥ j ≥ 1 be two integers, and letG be a simple graph such that j(δ(G)+1) ≥ k, where δ(G) is the minimum degree of G. A (j, k)-dominating function of a graph G is a function f from the vertex set V (G) to the set {0, 1, 2, . . . , j} such that for any vertex v ∈ V (G), the condition ∑ u∈N[v] f(u) ≥ k is fulfilled, where N [v] is the closed neighborhood of v. A set {f1, f2, . . . , fd} of (j...

2005
My T. Thai Yingshu Li Feng Wang Ding-Zhu Du

Network lifetime is a critical issue in wireless sensor networks. In the coverage problem, sensors can be partitioned into many subsets to prolong network lifetime. These subsets are activated successively and each of them completely covers an interest region. Many centralized algorithms have been proposed to solve this problem. A very few distributed versions have also been presented but none ...

2001
S. Arumugam S. Velammal

Let G be a (p, q)-graph with edge domination number γ′ and edge domatic number d′. In this paper we characterize connected graphs for which γ′ = p/2 and graphs for which γ′ + d′ = q + 1. We also characterize trees and unicyclic graphs for which γ′ = bp/2c and γ′ = q −∆′, where ∆′ denotes the maximum degree of an edge in G.

Journal: :Journal of Ambient Intelligence and Humanized Computing 2022

2010
S. M. Sheikholeslami L. Volkmann

Let G be a finite and simple graph with vertex set V (G), and let f: V (G)→ {−1, 1} be a two-valued function. If k > 1 is an integer and ∑ x∈N[v] f(x) > k for each v ∈ V (G), where N [v] is the closed neighborhood of v, then f is a signed k-dominating function on G. A set {f1, f2, . . . , fd} of signed kdominating functions on G with the property that ∑ d i=1 fi(x) 6 k for each x ∈ V (G), is ca...

2001
Raphael Yuster

The domatic number of a graph G, denoted dom(G), is the maximum possible cardinality of a family of disjoint sets of vertices of G, each set being a dominating set of G. It is well known that every graph without isolated vertices has dom(G) ≥ 2. For every k, it is known that there are graphs with minimum degree at least k and with dom(G) = 2. In this paper we prove that this is not the case if ...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->