نتایج جستجو برای: fuzzy bi hyperideal

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

2010
Madad Khan Nouman A. Khan

In this paper we have studied the concept of Anti fuzzy ideals in Left Almost Semigroups (LA-semigroup in short). The equivalent statement for an LA-semigroup to be a commutative semigroup is proved. The set of all anti fuzzy left ideals, which are idempotents, forms a commutative monoid. Moreover it has been shown that the union of any family of Anti fuzzy left ideals of an LA-semigroup is an ...

2016
K. M. Dharmalingam P. Nithya

Let G be a fuzzy graph. A subset D of V is said to be Fuzzy dominating set if every vertex u ∈ V (G) there exists a vertex v ∈ V −D such that uv ∈ E(G) and μ(uv) 6 σ(u) ∧ σ(v). The minimum Cardinality of fuzzy dominating set is denoted by γf . A graph G is said to be fuzzy excellent if every vertex of G belongs to γf -sets of G. In this paper, we give a construction to imbedded non-excellent fu...

2014
G. Mohanraj D. Krishnaswamy R. Hema

Abstract. In this paper, we introduce generalized fuzzy weakly interior ideals of an ordered semigroup. We generalize fuzzy interior ideals of an ordered semigroup. We establish necessary and sufficient condition for a fuzzy set to be a generalized fuzzy weakly interior ideal. We establish three equivalent conditions for an ordered semigroup to be regular. We characterize semisimple ordered sem...

D. Gupta, S. Aggarwal, S. Sharma,

Scheduling is an enduring process where the existence of real time information frequently forces the review and modification of pre-established schedules. The real world is complex and complexity generally arises from uncertainty. From this prospective the concept of fuzziness is introduced in the field of scheduling. The present paper pertains to a bi-criterion in n-jobs, three machines fl...

Journal: :Armenian journal of mathematics 2022

Most of the results on semigroups or ordered can be transferred to hypersemigroups hypersemigroups, respectively. The same, if we replace word "semigroup" by "groupoid", "hypersemigroup" "hypergroupoid". We show way pass from fuzzy hypersemigroups.

Journal: :J. Intelligent Manufacturing 2012
Paraskevi Th. Zacharia Andreas C. Nearchou

This paper presents a fuzzy extension of the simple assembly line balancing problem of type 2 (SALBP-2) with fuzzy job processing times since uncertainty, variability, and imprecision are often occurred in real-world production systems. The jobs processing times are formulated by triangular fuzzy membership functions. The total fuzzy cost function is formulated as the weighted-sum of two bi-cri...

2013
Shashi Aggarwal Chavi Gupta

In this paper, bi-level linear programming problem with multiple objectives at each level in intuitionistic fuzzy environment is studied and solved. In this problem, technological coefficients and resources are characterized by intuitionistic fuzzy numbers having linear membership and non-membership function. Intuitionistic fuzzy efficient solution is computed for the upper level by the propose...

Journal: :iranian journal of fuzzy systems 2012
deng-feng li jiang-xia nan zhen-peng tang ke-jia chen xiao-dong xiang

the intuitionistic fuzzy set has been applied to game theory very rarely since it was introduced by atanassov in 1983. the aim of this paper is to develop an effective methodology for solving matrix games with payoffs of atanassov’s triangular intuitionistic fuzzy numbers (tifns). in this methodology, the concepts and ranking order relations of atanassov’s tifns are defined. a pair of bi-object...

In this paper, a quadratic programming (FFQP) problem is considered in which all of the cost coefficients, constraints coefficients, and right hand side of the constraints are characterized by L-R fuzzy numbers. Through this paper, the concept of α- level of fuzzy numbers for the objective function, and the order relations on the fuzzy numbers for the constraints are considered.  To optimize th...

2013
Faramak Zandi

Countries need to be aware of the stage of their current e-Commerce maturity for choosing the right strategy to move forward. For this purpose, we develop a country-level decision support framework to determine maturation stage of e-Commerce in a country. At first, e-Commerce maturity scores of local e-Markets in each regional e-Market are calculated using a fuzzy bi-level Technique for Order P...

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

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

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"; } -->