首页 > 最新文献

Transactions on Combinatorics最新文献

英文 中文
An effective new heuristic algorithm for solving permutation flow shop scheduling problem 求解置换流水车间调度问题的一种有效的启发式算法
IF 0.4 Q3 MATHEMATICS Pub Date : 2021-01-30 DOI: 10.22108/TOC.2021.126406.1795
S. F. Rad.
The deterministic permutation flow shop scheduling problem with makespan criterion is not solvable in polynomial time‎. ‎Therefore‎, ‎researchers have thought about heuristic algorithms‎. ‎There are many heuristic algorithms for solving it that is a very important combinatorial optimization problem‎. ‎In this paper‎, ‎a new algorithm is proposed for solving the mentioned problem‎. ‎The presented algorithm chooses the weighted path that starts from the up-left corner and reaches the down-right in the matrix of jobs processing times and calculates the biggest sum of the times in the footprints of this path‎. ‎The row with the biggest sum permutes among all the rows of the matrix for locating the minimum of makespan‎. ‎This method was run on Taillard’s standard benchmark and the solutions were compared with the optimum or the best ones as well as 14 famous heuristics‎. ‎The validity and effectiveness of the algorithm are shown with tables and statistical evaluation‎.
具有最大完工时间准则的确定性置换流水车间调度问题在多项式时间内无法求解。因此,研究人员考虑了启发式算法。有许多启发式算法来解决它,这是一个非常重要的组合优化问题。在本文中,提出了一种新的算法来解决上述问题。该算法在作业处理时间矩阵中选择从左上角开始到达右下的加权路径,并计算该路径占用的时间的最大和。* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *。在Taillard标准基准上运行该方法,并与最优解和14种著名的启发式方法进行比较。通过表格和统计评价证明了该算法的有效性。
{"title":"An effective new heuristic algorithm for solving permutation flow shop scheduling problem","authors":"S. F. Rad.","doi":"10.22108/TOC.2021.126406.1795","DOIUrl":"https://doi.org/10.22108/TOC.2021.126406.1795","url":null,"abstract":"The deterministic permutation flow shop scheduling problem with makespan criterion is not solvable in polynomial time‎. ‎Therefore‎, ‎researchers have thought about heuristic algorithms‎. ‎There are many heuristic algorithms for solving it that is a very important combinatorial optimization problem‎. ‎In this paper‎, ‎a new algorithm is proposed for solving the mentioned problem‎. ‎The presented algorithm chooses the weighted path that starts from the up-left corner and reaches the down-right in the matrix of jobs processing times and calculates the biggest sum of the times in the footprints of this path‎. ‎The row with the biggest sum permutes among all the rows of the matrix for locating the minimum of makespan‎. ‎This method was run on Taillard’s standard benchmark and the solutions were compared with the optimum or the best ones as well as 14 famous heuristics‎. ‎The validity and effectiveness of the algorithm are shown with tables and statistical evaluation‎.","PeriodicalId":43837,"journal":{"name":"Transactions on Combinatorics","volume":" ","pages":""},"PeriodicalIF":0.4,"publicationDate":"2021-01-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"43037981","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
A local core number based algorithm for the maximum clique problem 最大集团问题的一种基于局部核数的算法
IF 0.4 Q3 MATHEMATICS Pub Date : 2021-01-21 DOI: 10.22108/TOC.2021.120153.1686
Neda Mohammadi, M. Kadivar
The maximum clique problem (MCP) is to determine a complete subgraph of maximum cardinality in a graph. MCP is a fundamental problem in combinatorial optimization and is noticeable for its wide range of applications. In this paper, we present two branch-and-bound exact algorithms for finding a maximum clique in an undirected graph. Many efficient exact branch and bound maximum clique algorithms use approximate coloring to compute an upper bound on the clique number but, as a new pruning strategy, we show that local core numbers are more efficient. Moreover, instead of neighbors set of a vertex, our search area is restricted to a subset of the set in each subproblem which speeds up clique finding process. This subset is based on the core of the vertices of a given graph. We improved the MCQ and MaxCliqueDyn algorithms with respect to the new pruning strategy and search area restriction. Experimental results demonstrate that the improved algorithms outperform the previous well-known algorithms for many instances when applied to DIMACS benchmark and random graphs.
最大团问题(MCP)是确定图中最大基数的完整子图。MCP是组合优化中的一个基本问题,因其广泛的应用而引人注目。本文给出了两个在无向图中求最大团的分枝定界精确算法。许多有效的精确分支定界最大团算法使用近似着色来计算团数的上界,但作为一种新的修剪策略,我们证明了局部核心数更有效。此外,我们的搜索区域被限制在每个子问题中的集合的子集,而不是顶点的邻居集,这加快了集团查找过程。该子集基于给定图的顶点的核心。在新的修剪策略和搜索区域限制方面,我们改进了MCQ和MaxCliqueDyn算法。实验结果表明,将改进算法应用于DIMACS基准图和随机图时,在许多情况下都优于以前的算法。
{"title":"A local core number based algorithm for the maximum clique problem","authors":"Neda Mohammadi, M. Kadivar","doi":"10.22108/TOC.2021.120153.1686","DOIUrl":"https://doi.org/10.22108/TOC.2021.120153.1686","url":null,"abstract":"The maximum clique problem (MCP) is to determine a complete subgraph of maximum cardinality in a graph. MCP is a fundamental problem in combinatorial optimization and is noticeable for its wide range of applications. In this paper, we present two branch-and-bound exact algorithms for finding a maximum clique in an undirected graph. Many efficient exact branch and bound maximum clique algorithms use approximate coloring to compute an upper bound on the clique number but, as a new pruning strategy, we show that local core numbers are more efficient. Moreover, instead of neighbors set of a vertex, our search area is restricted to a subset of the set in each subproblem which speeds up clique finding process. This subset is based on the core of the vertices of a given graph. We improved the MCQ and MaxCliqueDyn algorithms with respect to the new pruning strategy and search area restriction. Experimental results demonstrate that the improved algorithms outperform the previous well-known algorithms for many instances when applied to DIMACS benchmark and random graphs.","PeriodicalId":43837,"journal":{"name":"Transactions on Combinatorics","volume":" ","pages":""},"PeriodicalIF":0.4,"publicationDate":"2021-01-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"45909661","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Vertex decomposability of complexes associated to forests 森林复合体的顶点可分解性
IF 0.4 Q3 MATHEMATICS Pub Date : 2021-01-14 DOI: 10.22108/TOC.2021.127059.1809
Anurag Singh
In this article‎, ‎we discuss the vertex decomposability of three well-studied simplicial complexes associated to forests‎. ‎In particular‎, ‎we show that the bounded degree complex of a forest and the complex of directed trees of a multidiforest is vertex decomposable‎. ‎We then prove that the non-cover complex of a forest is either contractible or homotopy equivalent to a sphere‎. ‎Finally we provide a complete characterization of forests whose non-cover complexes are vertex decomposable‎.
在本文中‎, ‎我们讨论了三个研究得很好的与森林相关的单纯复形的顶点可分解性‎. ‎特别是‎, ‎我们证明了森林的有界度复形和多森林的有向树复形是顶点可分解的‎. ‎然后我们证明了森林的非覆盖复形是可压缩的或等价于球面的同伦论‎. ‎最后,我们提供了一个完整的森林特征,其非覆盖复合体是顶点可分解的‎.
{"title":"Vertex decomposability of complexes associated to forests","authors":"Anurag Singh","doi":"10.22108/TOC.2021.127059.1809","DOIUrl":"https://doi.org/10.22108/TOC.2021.127059.1809","url":null,"abstract":"In this article‎, ‎we discuss the vertex decomposability of three well-studied simplicial complexes associated to forests‎. ‎In particular‎, ‎we show that the bounded degree complex of a forest and the complex of directed trees of a multidiforest is vertex decomposable‎. ‎We then prove that the non-cover complex of a forest is either contractible or homotopy equivalent to a sphere‎. ‎Finally we provide a complete characterization of forests whose non-cover complexes are vertex decomposable‎.","PeriodicalId":43837,"journal":{"name":"Transactions on Combinatorics","volume":" ","pages":""},"PeriodicalIF":0.4,"publicationDate":"2021-01-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49303969","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Upper bounds for the reduced second zagreb index of graphs 图的约化第二萨格勒布索引的上界
IF 0.4 Q3 MATHEMATICS Pub Date : 2021-01-01 DOI: 10.22108/TOC.2020.125478.1774
B. Horoldagva, Tsend-Ayush Selenge, Lkhagva Buyantogtokh, Shiikhar Dorjsembe
The graph invariant $RM_2$‎, ‎known under the name reduced second Zagreb index‎, ‎is defined as $RM_2(G)=sum_{uvin E(G)}(d_G(u)-1)(d_G(v)-1)$‎, ‎where $d_G(v)$ is the degree of the vertex $v$ of the graph $G$‎. ‎In this paper‎, ‎we give a tight upper bound of $RM_2$ for the class of graphs of order $n$ and size $m$ with at least one dominating vertex‎. ‎Also‎, ‎we obtain sharp upper bounds on $RM_2$ for all graphs of order $n$ with $k$ dominating vertices and for all graphs of order $n$ with $k$ pendant vertices‎. ‎Finally‎, ‎we give a sharp upper bound on $RM_2$ for all $k$-apex trees of order $n$‎. ‎Moreover‎, ‎the corresponding extremal graphs are characterized‎.
图的不变量$RM_2$ $被定义为$RM_2(G)=sum_{uvin E(G)}(d_G(u)-1)(d_G(v)-1)$ $,其中$d_G(v)$是图$G$ $的顶点$v$的度。本文给出了阶$n$,大小$m$且至少有一个支配顶点的图的紧上界$RM_2$。同样,我们也得到了所有阶$n$图的$k$支配顶点和所有阶$n$图的$k$下垂顶点的$RM_2$的明显上界。最后,我们给出了所有$k$ n阶顶点树$RM_2$的一个明显的上界。此外,对相应的极值图进行了表征。
{"title":"Upper bounds for the reduced second zagreb index of graphs","authors":"B. Horoldagva, Tsend-Ayush Selenge, Lkhagva Buyantogtokh, Shiikhar Dorjsembe","doi":"10.22108/TOC.2020.125478.1774","DOIUrl":"https://doi.org/10.22108/TOC.2020.125478.1774","url":null,"abstract":"The graph invariant $RM_2$‎, ‎known under the name reduced second Zagreb index‎, ‎is defined as $RM_2(G)=sum_{uvin E(G)}(d_G(u)-1)(d_G(v)-1)$‎, ‎where $d_G(v)$ is the degree of the vertex $v$ of the graph $G$‎. ‎In this paper‎, ‎we give a tight upper bound of $RM_2$ for the class of graphs of order $n$ and size $m$ with at least one dominating vertex‎. ‎Also‎, ‎we obtain sharp upper bounds on $RM_2$ for all graphs of order $n$ with $k$ dominating vertices and for all graphs of order $n$ with $k$ pendant vertices‎. ‎Finally‎, ‎we give a sharp upper bound on $RM_2$ for all $k$-apex trees of order $n$‎. ‎Moreover‎, ‎the corresponding extremal graphs are characterized‎.","PeriodicalId":43837,"journal":{"name":"Transactions on Combinatorics","volume":"10 1","pages":"137-148"},"PeriodicalIF":0.4,"publicationDate":"2021-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"68208739","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
On finite groups all of whose bi-Cayley graphs of bounded valency are integral 在有限群上,所有有界价的双凯利图都是积分的
IF 0.4 Q3 MATHEMATICS Pub Date : 2021-01-01 DOI: 10.22108/TOC.2021.126275.1787
M. Arezoomand
Let $kgeq 1$ be an integer and $mathcal{I}_k$ be‎ ‎the set of all finite groups $G$ such that every bi-Cayley graph $BCay(G,S)$ of $G$ with respect to‎ ‎subset $S$ of length $1leq |S|leq k$ is integral‎. ‎Let $kgeq 3$‎. ‎We prove that a finite group $G$ belongs to $mathcal{I}_k$ if and‎ ‎only if $GcongBbb Z_3$‎, ‎$Bbb Z_2^r$ for some integer $r$‎, ‎or $S_3$‎.
设$kgeq 1$是一个整数,$mathcal{I}_k$是所有有限群$G$的集合,使得$G$的每一个bi-Cayley图$BCay(G,S)$对长度为$1leq |S|leq k$的子集$S$是整数。让$kgeq $ $。证明了有限群$G$属于$mathcal{I}_k$当且仅当$GcongBbb Z_3$ $, $Bbb Z_2^r$对于整数$r$ $, $S_3$ $ $, $Bbb Z_2^r$。
{"title":"On finite groups all of whose bi-Cayley graphs of bounded valency are integral","authors":"M. Arezoomand","doi":"10.22108/TOC.2021.126275.1787","DOIUrl":"https://doi.org/10.22108/TOC.2021.126275.1787","url":null,"abstract":"Let $kgeq 1$ be an integer and $mathcal{I}_k$ be‎ ‎the set of all finite groups $G$ such that every bi-Cayley graph $BCay(G,S)$ of $G$ with respect to‎ ‎subset $S$ of length $1leq |S|leq k$ is integral‎. ‎Let $kgeq 3$‎. ‎We prove that a finite group $G$ belongs to $mathcal{I}_k$ if and‎ ‎only if $GcongBbb Z_3$‎, ‎$Bbb Z_2^r$ for some integer $r$‎, ‎or $S_3$‎.","PeriodicalId":43837,"journal":{"name":"Transactions on Combinatorics","volume":"10 1","pages":"247-252"},"PeriodicalIF":0.4,"publicationDate":"2021-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"68208855","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Convolution identities involving the central binomial coefficients and Catalan numbers 涉及中心二项式系数和加泰罗尼亚数的卷积恒等式
IF 0.4 Q3 MATHEMATICS Pub Date : 2021-01-01 DOI: 10.22108/TOC.2021.127505.1821
Necdet Batır, Hakan Küçük, Sezer Sorgun
We generalize some convolution identities due to Witula and Qi et al‎. ‎involving the central binomial coefficients and Catalan numbers‎. ‎Our formula allows us to establish many new identities involving these important quantities‎, ‎and recovers some known identities in the literature‎. ‎Also‎, ‎we give new proofs of Shapiro's Catalan convolution and a famous identity of Haj'{o}s‎.
推广了Witula和Qi等人的卷积恒等式。涉及中心二项式系数和加泰罗尼亚数字。我们的公式允许我们建立许多新的身份涉及这些重要的量,并恢复一些已知的身份在文献中。同时,我们给出了夏皮罗的加泰罗尼亚卷积和一个著名的Haj'{o}s恒等式的新证明。
{"title":"Convolution identities involving the central binomial coefficients and Catalan numbers","authors":"Necdet Batır, Hakan Küçük, Sezer Sorgun","doi":"10.22108/TOC.2021.127505.1821","DOIUrl":"https://doi.org/10.22108/TOC.2021.127505.1821","url":null,"abstract":"We generalize some convolution identities due to Witula and Qi et al‎. ‎involving the central binomial coefficients and Catalan numbers‎. ‎Our formula allows us to establish many new identities involving these important quantities‎, ‎and recovers some known identities in the literature‎. ‎Also‎, ‎we give new proofs of Shapiro's Catalan convolution and a famous identity of Haj'{o}s‎.","PeriodicalId":43837,"journal":{"name":"Transactions on Combinatorics","volume":"10 1","pages":"225-238"},"PeriodicalIF":0.4,"publicationDate":"2021-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"68208903","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
On the extremal connective eccentricity index among trees with maximum degree 最大度树间的极端连接偏心指数
IF 0.4 Q3 MATHEMATICS Pub Date : 2021-01-01 DOI: 10.22108/TOC.2021.120679.1693
Fazal Hayat
The connective eccentricity index (CEI) of a graph $G$ is defined as $xi^{ce}(G)=sum_{v in V(G)}frac{d_G(v)}{varepsilon_G(v)}$, where $d_G(v)$ is the degree of $v$ and $varepsilon_G(v)$ is the eccentricity of $v$. In this paper, we characterize the unique trees with the maximum and minimum CEI among all $n$-vertex trees and $n$-vertex conjugated trees with fixed maximum degree, respectively.
图$G$的连接偏心率指数(CEI)定义为$xi^{ce}(G)=sum_{v in v (G)}frac{d_G(v)}{varepsilon_G(v)}$,其中$d_G(v)$是$v$的度数,$varepsilon_G(v)$是$v$的偏心率。本文分别刻画了所有$n$顶点树和$n$顶点共轭树中CEI最大和最小的唯一树。
{"title":"On the extremal connective eccentricity index among trees with maximum degree","authors":"Fazal Hayat","doi":"10.22108/TOC.2021.120679.1693","DOIUrl":"https://doi.org/10.22108/TOC.2021.120679.1693","url":null,"abstract":"The connective eccentricity index (CEI) of a graph $G$ is defined as $xi^{ce}(G)=sum_{v in V(G)}frac{d_G(v)}{varepsilon_G(v)}$, where $d_G(v)$ is the degree of $v$ and $varepsilon_G(v)$ is the eccentricity of $v$. In this paper, we characterize the unique trees with the maximum and minimum CEI among all $n$-vertex trees and $n$-vertex conjugated trees with fixed maximum degree, respectively.","PeriodicalId":43837,"journal":{"name":"Transactions on Combinatorics","volume":"10 1","pages":"239-246"},"PeriodicalIF":0.4,"publicationDate":"2021-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"68208802","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
The Varchenko determinant of an oriented matroid 有向矩阵的瓦琴科行列式
IF 0.4 Q3 MATHEMATICS Pub Date : 2021-01-01 DOI: 10.22108/TOC.2021.125990.1780
H. Randriamaro
Varchenko introduced in 1993 a distance function on the chambers of a hyperplane arrangement that gave rise to a determinant whose entry in position $(C, D)$ is the distance between the chambers $C$ and $D$, and computed that determinant. In 2017, Aguiar and Mahajan provided a generalization of that distance function, and computed the corresponding determinant. This article extends their distance function to the topes of an oriented matroid, and computes the determinant thus defined. Oriented matroids have the nice property to be abstractions of some mathematical structures including hyperplane and sphere arrangements, polytopes, directed graphs, and even chirality in molecular chemistry. Independently and with another method, Hochst"{a}ttler and Welker also computed in 2019 the same determinant.
Varchenko在1993年引入了超平面排列的腔室上的距离函数,该函数产生了一个行列式,其位置$(C, D)$的入口是腔室$C$和$D$之间的距离,并计算了该行列式。2017年,Aguiar和Mahajan提供了该距离函数的泛化,并计算了相应的行列式。本文将它们的距离函数扩展到有向矩阵的类型,并计算由此定义的行列式。取向拟阵具有很好的性质,可以作为一些数学结构的抽象,包括超平面和球面排列、多面体、有向图,甚至分子化学中的手性。Hochst“{a}ttler和Welker在2019年也独立地用另一种方法计算了相同的行列式。
{"title":"The Varchenko determinant of an oriented matroid","authors":"H. Randriamaro","doi":"10.22108/TOC.2021.125990.1780","DOIUrl":"https://doi.org/10.22108/TOC.2021.125990.1780","url":null,"abstract":"Varchenko introduced in 1993 a distance function on the chambers of a hyperplane arrangement that gave rise to a determinant whose entry in position $(C, D)$ is the distance between the chambers $C$ and $D$, and computed that determinant. In 2017, Aguiar and Mahajan provided a generalization of that distance function, and computed the corresponding determinant. This article extends their distance function to the topes of an oriented matroid, and computes the determinant thus defined. Oriented matroids have the nice property to be abstractions of some mathematical structures including hyperplane and sphere arrangements, polytopes, directed graphs, and even chirality in molecular chemistry. Independently and with another method, Hochst\"{a}ttler and Welker also computed in 2019 the same determinant.","PeriodicalId":43837,"journal":{"name":"Transactions on Combinatorics","volume":"10 1","pages":"213-224"},"PeriodicalIF":0.4,"publicationDate":"2021-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"68208819","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Forcing edge detour monophonic number of a graph 图的强制边绕道单音数
IF 0.4 Q3 MATHEMATICS Pub Date : 2021-01-01 DOI: 10.22108/TOC.2021.119182.1670
P. Titus, K. Ganesamoorthy
‎For a connected graph $G=(V,E)$ of order at least two‎, ‎an edge detour monophonic set of $G$ is a set $S$ of vertices such that every edge of $G$ lies on a detour monophonic path joining some pair of vertices in $S$‎. ‎The edge detour monophonic number of $G$ is the minimum cardinality of its edge detour monophonic sets and is denoted by $edm(G)$‎. ‎A subset $T$ of $S$ is a forcing edge detour monophonic subset for $S$ if $S$ is the unique edge detour monophonic set of size $edm(G)$ containing $T$‎. ‎A forcing edge detour monophonic subset for $S$ of minimum cardinality is a minimum forcing edge detour monophonic subset of $S$‎. ‎The forcing edge detour monophonic number $f_{edm}(S)$ in $G$ is the cardinality of a minimum forcing edge detour monophonic subset of $S$‎. ‎The forcing edge detour monophonic number of $G$ is $f_{edm}(G)=min{f_{edm}(S)}$‎, ‎where the minimum is taken over all edge detour monophonic sets $S$ of size $edm(G)$ in $G$‎. ‎We determine bounds for it and find the forcing edge detour monophonic number of certain classes of graphs‎. ‎It is shown that for every pair a‎, ‎b of positive integers with $0leq a
对于至少为2阶的连通图$G=(V,E)$, $G$的边绕行单音集是$S$的顶点集合,使得$G$的每条边都位于连接$S$ $中某些顶点对的绕行单音路径上。$G$的边缘绕行单音数是其边缘绕行单音集的最小基数,用$edm(G)$™表示。$S$的子集$T$是$S$的强制边绕路单音子集,如果$S$是包含$T$的唯一边绕路单音集,其大小为$edm(G)$。最小基数$S$的强制边绕行单音子集是$S$的最小强制边绕行单音子集。$G$中的强制边绕行单音数$f_{edm}(S)$是$S$的最小强制边绕行单音子集的基数。$G$的强制边绕道单音数为$f_{edm}(G)=min{f_{edm}(S)}$ $,其中取$G$ $中大小为$edm(G)$的所有边绕道单音集$S$的最小值。我们确定了它的界,并找到了某些图类的强制边绕道单音数。证明了对于每一对正整数a, b, $0leq a
{"title":"Forcing edge detour monophonic number of a graph","authors":"P. Titus, K. Ganesamoorthy","doi":"10.22108/TOC.2021.119182.1670","DOIUrl":"https://doi.org/10.22108/TOC.2021.119182.1670","url":null,"abstract":"‎For a connected graph $G=(V,E)$ of order at least two‎, ‎an edge detour monophonic set of $G$ is a set $S$ of vertices such that every edge of $G$ lies on a detour monophonic path joining some pair of vertices in $S$‎. ‎The edge detour monophonic number of $G$ is the minimum cardinality of its edge detour monophonic sets and is denoted by $edm(G)$‎. ‎A subset $T$ of $S$ is a forcing edge detour monophonic subset for $S$ if $S$ is the unique edge detour monophonic set of size $edm(G)$ containing $T$‎. ‎A forcing edge detour monophonic subset for $S$ of minimum cardinality is a minimum forcing edge detour monophonic subset of $S$‎. ‎The forcing edge detour monophonic number $f_{edm}(S)$ in $G$ is the cardinality of a minimum forcing edge detour monophonic subset of $S$‎. ‎The forcing edge detour monophonic number of $G$ is $f_{edm}(G)=min{f_{edm}(S)}$‎, ‎where the minimum is taken over all edge detour monophonic sets $S$ of size $edm(G)$ in $G$‎. ‎We determine bounds for it and find the forcing edge detour monophonic number of certain classes of graphs‎. ‎It is shown that for every pair a‎, ‎b of positive integers with $0leq a","PeriodicalId":43837,"journal":{"name":"Transactions on Combinatorics","volume":"66 1","pages":"201-211"},"PeriodicalIF":0.4,"publicationDate":"2021-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"68208755","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Gutman index, edge-Wiener index and edge-connectivity Gutman指数、边- wiener指数和边-连通性
IF 0.4 Q3 MATHEMATICS Pub Date : 2020-12-01 DOI: 10.22108/TOC.2020.124104.1749
J. P. Mazorodze, S. Mukwembi, T. Vetrík
‎We study the Gutman index ${rm Gut}(G)$ and the edge-Wiener index $W_e (G)$ of connected graphs $G$ of given order $n$ and edge-connectivity $lambda$‎. ‎We show that the bound ${rm Gut}(G) le frac{2^4 cdot 3}{5^5 (lambda+1)} n^5‎ + ‎O(n^4)$ is asymptotically tight for $lambda ge 8$‎. ‎We improve this result considerably for $lambda le 7$ by presenting asymptotically tight upper bounds on ${rm Gut}(G)$ and $W_e (G)$ for $2 le lambda le 7$‎.
‎我们研究了给定阶$n$的连通图$G$和边连通性$lambda的Gutman指数${rm-Gut}(G)$和边Wiener指数$W_e(G)$‎. ‎我们证明了有界${rm-Gut}(G)le frac{2^4cdot3}{5^5(lambda+1)}n^5‎ + ‎O(n^4)$对于$lambda ge8是渐近紧的$‎. ‎对于$lambda le 7$,我们通过在$2 le lambda le 7的${rm-Gut}(G)$和$W_e(G)$上给出渐近紧上界,大大改进了这个结果$‎.
{"title":"Gutman index, edge-Wiener index and edge-connectivity","authors":"J. P. Mazorodze, S. Mukwembi, T. Vetrík","doi":"10.22108/TOC.2020.124104.1749","DOIUrl":"https://doi.org/10.22108/TOC.2020.124104.1749","url":null,"abstract":"‎We study the Gutman index ${rm Gut}(G)$ and the edge-Wiener index $W_e (G)$ of connected graphs $G$ of given order $n$ and edge-connectivity $lambda$‎. ‎We show that the bound ${rm Gut}(G) le frac{2^4 cdot 3}{5^5 (lambda+1)} n^5‎ + ‎O(n^4)$ is asymptotically tight for $lambda ge 8$‎. ‎We improve this result considerably for $lambda le 7$ by presenting asymptotically tight upper bounds on ${rm Gut}(G)$ and $W_e (G)$ for $2 le lambda le 7$‎.","PeriodicalId":43837,"journal":{"name":"Transactions on Combinatorics","volume":"9 1","pages":"231-242"},"PeriodicalIF":0.4,"publicationDate":"2020-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"47887082","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
期刊
Transactions on Combinatorics
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1