首页 > 最新文献

ACM Transactions on Computation Theory (TOCT)最新文献

英文 中文
Tight Complexity Lower Bounds for Integer Linear Programming with Few Constraints 少约束整数线性规划的紧复杂度下界
Pub Date : 2018-11-03 DOI: 10.1145/3397484
D. Knop, Michal Pilipczuk, Marcin Wrochna
We consider the standard ILP Feasibility problem: given an integer linear program of the form {Ax = b, x ⩾ 0}, where A is an integer matrix with k rows and ℓ columns, x is a vector of ℓ variables, and b is a vector of k integers, we ask whether there exists x ∈ N ℓ that satisfies Ax = b. Each row of A specifies one linear constraint on x; our goal is to study the complexity of ILP Feasibility when both k, the number of constraints, and ‖A‖∞, the largest absolute value of an entry in A, are small. Papadimitriou was the first to give a fixed-parameter algorithm for ILP Feasibility under parameterization by the number of constraints that runs in time ((‖A‖∞ + ‖b‖∞) ⋅ k)O(k2). This was very recently improved by Eisenbrand and Weismantel, who used the Steinitz lemma to design an algorithm with running time (k‖A‖∞)O(k) ⋅ log ‖b‖∞, which was subsequently refined by Jansen and Rohwedder to O(√ k‖A‖∞)k ⋅ log (‖ A‖∞ + ‖b‖∞) ⋅ log ‖A‖∞. We prove that for {0, 1}-matrices A, the running time of the algorithm of Eisenbrand and Weismantel is probably optimal: an algorithm with running time 2o(k log k) ⋅ (ℓ + ‖b‖∞)o(k) would contradict the exponential time hypothesis. This improves previous non-tight lower bounds of Fomin et al. We then consider integer linear programs that may have many constraints, but they need to be structured in a “shallow” way. Precisely, we consider the parameter dual treedepth of the matrix A, denoted tdD(A), which is the treedepth of the graph over the rows of A, where two rows are adjacent if in some column they simultaneously contain a non-zero entry. It was recently shown by Koutecký et al. that ILP Feasibility can be solved in time ‖A‖∞2O(tdD(A)) ⋅ (k + ℓ + log ‖b‖∞)O(1). We present a streamlined proof of this fact and prove that, again, this running time is probably optimal: even assuming that all entries of A and b are in {−1, 0, 1}, the existence of an algorithm with running time 22o(tdD(A)) ⋅ (k + ℓ)O(1) would contradict the exponential time hypothesis.
我们考虑标准的ILP可行性问题:给定形式为{Ax = b, x大于或等于0}的整数线性规划,其中A是具有k行和r列的整数矩阵,x是包含r变量的向量,b是包含k个整数的向量,我们询问是否存在x∈N N满足Ax = b。A的每一行指定x上的一个线性约束;我们的目标是研究当约束数量k和A中条目的最大绝对值‖A‖∞都很小时ILP可行性的复杂性。Papadimitriou是第一个用运行时间((‖a‖∞+‖b‖∞)·k)O(k2)的约束数参数化ILP可行性的定参数算法。最近,Eisenbrand和Weismantel改进了这一点,他们使用Steinitz引理设计了一个运行时间(k‖A‖∞)O(k)⋅log‖b‖∞的算法,随后由Jansen和Rohwedder将其改进为O(√k‖A‖∞)k⋅log(‖A‖∞+‖b‖∞)⋅log‖A‖∞。我们证明了对于{0,1}-矩阵A, Eisenbrand和Weismantel算法的运行时间可能是最优的:运行时间为20 (k log k)⋅(h +‖b‖∞)o(k)的算法将违背指数时间假设。这改进了先前Fomin等人的非紧下界。然后我们考虑可能有许多约束的整数线性规划,但它们需要以一种“浅层”的方式结构化。准确地说,我们考虑矩阵A的参数对偶树深,记作tdD(A),它是图在A的行上的树深,其中两行相邻,如果在某些列中它们同时包含一个非零条目。最近,Koutecký等人证明了ILP可行性可以在时间上求解‖A‖∞2O(tdD(A))⋅(k + r + log‖b‖∞)O(1)。我们对这一事实给出了一个简化的证明,并再次证明,这个运行时间可能是最优的:即使假设a和b的所有条目都在{−1,0,1}中,存在一个运行时间为220 (tdD(a))⋅(k + r)O(1)的算法将与指数时间假设相矛盾。
{"title":"Tight Complexity Lower Bounds for Integer Linear Programming with Few Constraints","authors":"D. Knop, Michal Pilipczuk, Marcin Wrochna","doi":"10.1145/3397484","DOIUrl":"https://doi.org/10.1145/3397484","url":null,"abstract":"We consider the standard ILP Feasibility problem: given an integer linear program of the form {Ax = b, x ⩾ 0}, where A is an integer matrix with k rows and ℓ columns, x is a vector of ℓ variables, and b is a vector of k integers, we ask whether there exists x ∈ N ℓ that satisfies Ax = b. Each row of A specifies one linear constraint on x; our goal is to study the complexity of ILP Feasibility when both k, the number of constraints, and ‖A‖∞, the largest absolute value of an entry in A, are small. Papadimitriou was the first to give a fixed-parameter algorithm for ILP Feasibility under parameterization by the number of constraints that runs in time ((‖A‖∞ + ‖b‖∞) ⋅ k)O(k2). This was very recently improved by Eisenbrand and Weismantel, who used the Steinitz lemma to design an algorithm with running time (k‖A‖∞)O(k) ⋅ log ‖b‖∞, which was subsequently refined by Jansen and Rohwedder to O(√ k‖A‖∞)k ⋅ log (‖ A‖∞ + ‖b‖∞) ⋅ log ‖A‖∞. We prove that for {0, 1}-matrices A, the running time of the algorithm of Eisenbrand and Weismantel is probably optimal: an algorithm with running time 2o(k log k) ⋅ (ℓ + ‖b‖∞)o(k) would contradict the exponential time hypothesis. This improves previous non-tight lower bounds of Fomin et al. We then consider integer linear programs that may have many constraints, but they need to be structured in a “shallow” way. Precisely, we consider the parameter dual treedepth of the matrix A, denoted tdD(A), which is the treedepth of the graph over the rows of A, where two rows are adjacent if in some column they simultaneously contain a non-zero entry. It was recently shown by Koutecký et al. that ILP Feasibility can be solved in time ‖A‖∞2O(tdD(A)) ⋅ (k + ℓ + log ‖b‖∞)O(1). We present a streamlined proof of this fact and prove that, again, this running time is probably optimal: even assuming that all entries of A and b are in {−1, 0, 1}, the existence of an algorithm with running time 22o(tdD(A)) ⋅ (k + ℓ)O(1) would contradict the exponential time hypothesis.","PeriodicalId":198744,"journal":{"name":"ACM Transactions on Computation Theory (TOCT)","volume":"59 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-11-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115192929","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}
引用次数: 29
Approximating Pairwise Correlations in the Ising Model 近似Ising模型中的两两相关
Pub Date : 2018-10-13 DOI: 10.1145/3337785
L. A. Goldberg, M. Jerrum
In the Ising model, we consider the problem of estimating the covariance of the spins at two specified vertices. In the ferromagnetic case, it is easy to obtain an additive approximation to this covariance by repeatedly sampling from the relevant Gibbs distribution. However, we desire a multiplicative approximation, and it is not clear how to achieve this by sampling, given that the covariance can be exponentially small. Our main contribution is a fully polynomial time randomised approximation scheme (FPRAS) for the covariance in the ferromagnetic case. We also show that the restriction to the ferromagnetic case is essential—there is no FPRAS for multiplicatively estimating the covariance of an antiferromagnetic Ising model unless RP = #P. In fact, we show that even determining the sign of the covariance is #P-hard in the antiferromagnetic case.
在Ising模型中,我们考虑了在两个指定顶点处估计自旋协方差的问题。在铁磁的情况下,通过从相关的吉布斯分布中反复取样,很容易获得该协方差的加性近似。然而,我们想要一个乘法近似,并且不清楚如何通过抽样来实现这一点,因为协方差可以是指数级的小。我们的主要贡献是铁磁情况下协方差的全多项式时间随机化近似方案(FPRAS)。我们还证明了对铁磁情况的限制是必要的——除非RP = #P,否则没有FPRAS用于乘性估计反铁磁Ising模型的协方差。事实上,我们表明,在反铁磁的情况下,即使确定协方差的符号也是#P-hard。
{"title":"Approximating Pairwise Correlations in the Ising Model","authors":"L. A. Goldberg, M. Jerrum","doi":"10.1145/3337785","DOIUrl":"https://doi.org/10.1145/3337785","url":null,"abstract":"In the Ising model, we consider the problem of estimating the covariance of the spins at two specified vertices. In the ferromagnetic case, it is easy to obtain an additive approximation to this covariance by repeatedly sampling from the relevant Gibbs distribution. However, we desire a multiplicative approximation, and it is not clear how to achieve this by sampling, given that the covariance can be exponentially small. Our main contribution is a fully polynomial time randomised approximation scheme (FPRAS) for the covariance in the ferromagnetic case. We also show that the restriction to the ferromagnetic case is essential—there is no FPRAS for multiplicatively estimating the covariance of an antiferromagnetic Ising model unless RP = #P. In fact, we show that even determining the sign of the covariance is #P-hard in the antiferromagnetic case.","PeriodicalId":198744,"journal":{"name":"ACM Transactions on Computation Theory (TOCT)","volume":"88 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-10-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132162781","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}
引用次数: 4
Improved Bounds on Fourier Entropy and Min-entropy 傅里叶熵和最小熵的改进界
Pub Date : 2018-09-26 DOI: 10.1145/3470860
Srinivasan Arunachalam, Sourav Chakraborty, M. Koucký, Nitin Saurabh, R. D. Wolf
Given a Boolean function f:{ -1,1} ^{n}→ { -1,1, define the Fourier distribution to be the distribution on subsets of [n], where each S ⊆ [n] is sampled with probability f ˆ (S)2. The Fourier Entropy-influence (FEI) conjecture of Friedgut and Kalai [28] seeks to relate two fundamental measures associated with the Fourier distribution: does there exist a universal constant C > 0 such that H(fˆ2) ≤ C ⋅ Inf (f), where H(fˆ2) is the Shannon entropy of the Fourier distribution of f and Inf(f) is the total influence of f In this article, we present three new contributions toward the FEI conjecture: (1) Our first contribution shows that H(fˆ2) ≤ 2 ⋅ aUC⊕(f), where aUC⊕(f) is the average unambiguous parity-certificate complexity of f. This improves upon several bounds shown by Chakraborty et al. [20]. We further improve this bound for unambiguous DNFs. We also discuss how our work makes Mansour's conjecture for DNFs a natural next step toward resolution of the FEI conjecture.(2) We next consider the weaker Fourier Min-entropy-influence (FMEI) conjecture posed by O'Donnell and others [50, 53], which asks if H ∞ fˆ2) ≤ C ⋅ Inf(f), where H ∞ fˆ2) is the min-entropy of the Fourier distribution. We show H∞(fˆ2) ≤ 2⋅Cmin⊕(f), where Cmin⊕(f) is the minimum parity-certificate complexity of f. We also show that for all ε≥0, we have H∞(fˆ2)≤2 log⁡(∥fˆ∥1,ε/(1−ε)), where ∥fˆ∥1,ε is the approximate spectral norm of f. As a corollary, we verify the FMEI conjecture for the class of read-k DNFs (for constant k).(3) Our third contribution is to better understand implications of the FEI conjecture for the structure of polynomials that 1/3-approximate a Boolean function on the Boolean cube. We pose a conjecture: no flat polynomial(whose non-zero Fourier coefficients have the same magnitude) of degree d and sparsity 2ω(d) can 1/3-approximate a Boolean function. This conjecture is known to be true assuming FEI, and we prove the conjecture unconditionally (i.e., without assuming the FEI conjecture) for a class of polynomials. We discuss an intriguing connection between our conjecture and the constant for the Bohnenblust-Hille inequality, which has been extensively studied in functional analysis.
给定布尔函数f:{-1,1} ^{n}→{-1,1,定义傅里叶分布为[n]子集上的分布,其中每个S≤[n]以概率f≤(S)2抽样。Friedgut和Kalai[28]的傅里叶熵-影响(FEI)猜想试图将与傅里叶分布相关的两个基本测度联系起来:是否存在一个普适常数C > 0,使得H(f²)≤C·Inf(f),其中H(f²)是f的傅里叶分布的香农熵,而Inf(f)是f的总影响。本文中,我们对FEI猜想提出了三个新的贡献:(1)我们的第一个贡献表明H(f²)≤2⋅aUC⊕(f),其中aUC⊕(f)是f的平均无二义奇偶证明复杂度。这改进了Chakraborty等人[20]给出的几个边界。我们进一步改进了无二义dnf的边界。我们还讨论了我们的工作如何使Mansour的dnf猜想成为解决FEI猜想的自然下一步。(2)我们接下来考虑O'Donnell和其他人[50,53]提出的较弱的傅立叶最小熵影响(FMEI)猜想,该猜想询问H∞f²)≤C⋅Inf(f),其中H∞f²)是傅里叶分布的最小熵。我们显示H∞(fˆ2)≤2⋅Cmin⊕(f),在Cmin⊕(f)的最低parity-certificate复杂性是f。我们还表明,所有ε≥0,我们有H∞(fˆ2)≤2日志⁡(∥fˆ∥1 /ε(1−ε)),在∥fˆ∥1,ε是近似谱范数f。作为推论,我们验证类的FMEI猜想read-k DNFs(常数k)。(3)我们的第三个贡献是为了更好地理解影响范猜想的多项式的结构1/3-approximate布尔函数的布尔立方体。我们提出一个猜想:没有阶数为d且稀疏度为2ω(d)的平坦多项式(其非零傅立叶系数具有相同大小)可以1/3近似布尔函数。假设FEI为真,我们对一类多项式无条件地证明了这个猜想(即不假设FEI猜想)。我们讨论了我们的猜想与bohnenblust - hill不等式常数之间的有趣联系,这在泛函分析中得到了广泛的研究。
{"title":"Improved Bounds on Fourier Entropy and Min-entropy","authors":"Srinivasan Arunachalam, Sourav Chakraborty, M. Koucký, Nitin Saurabh, R. D. Wolf","doi":"10.1145/3470860","DOIUrl":"https://doi.org/10.1145/3470860","url":null,"abstract":"Given a Boolean function f:{ -1,1} ^{n}→ { -1,1, define the Fourier distribution to be the distribution on subsets of [n], where each S ⊆ [n] is sampled with probability f ˆ (S)2. The Fourier Entropy-influence (FEI) conjecture of Friedgut and Kalai [28] seeks to relate two fundamental measures associated with the Fourier distribution: does there exist a universal constant C > 0 such that H(fˆ2) ≤ C ⋅ Inf (f), where H(fˆ2) is the Shannon entropy of the Fourier distribution of f and Inf(f) is the total influence of f In this article, we present three new contributions toward the FEI conjecture: (1) Our first contribution shows that H(fˆ2) ≤ 2 ⋅ aUC⊕(f), where aUC⊕(f) is the average unambiguous parity-certificate complexity of f. This improves upon several bounds shown by Chakraborty et al. [20]. We further improve this bound for unambiguous DNFs. We also discuss how our work makes Mansour's conjecture for DNFs a natural next step toward resolution of the FEI conjecture.(2) We next consider the weaker Fourier Min-entropy-influence (FMEI) conjecture posed by O'Donnell and others [50, 53], which asks if H ∞ fˆ2) ≤ C ⋅ Inf(f), where H ∞ fˆ2) is the min-entropy of the Fourier distribution. We show H∞(fˆ2) ≤ 2⋅Cmin⊕(f), where Cmin⊕(f) is the minimum parity-certificate complexity of f. We also show that for all ε≥0, we have H∞(fˆ2)≤2 log⁡(∥fˆ∥1,ε/(1−ε)), where ∥fˆ∥1,ε is the approximate spectral norm of f. As a corollary, we verify the FMEI conjecture for the class of read-k DNFs (for constant k).(3) Our third contribution is to better understand implications of the FEI conjecture for the structure of polynomials that 1/3-approximate a Boolean function on the Boolean cube. We pose a conjecture: no flat polynomial(whose non-zero Fourier coefficients have the same magnitude) of degree d and sparsity 2ω(d) can 1/3-approximate a Boolean function. This conjecture is known to be true assuming FEI, and we prove the conjecture unconditionally (i.e., without assuming the FEI conjecture) for a class of polynomials. We discuss an intriguing connection between our conjecture and the constant for the Bohnenblust-Hille inequality, which has been extensively studied in functional analysis.","PeriodicalId":198744,"journal":{"name":"ACM Transactions on Computation Theory (TOCT)","volume":"74 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127100835","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}
引用次数: 12
Cops-Robber Games and the Resolution of Tseitin Formulas 警察-强盗博弈与tsetitin公式的求解
Pub Date : 2018-07-09 DOI: 10.1145/3378667
Nicola Galesi, N. Talebanfard, J. Torán
We characterize several complexity measures for the resolution of Tseitin formulas in terms of a two person cop-robber game. Our game is a slight variation of the one Seymour and Thomas used in order to characterize the tree-width parameter. For any undirected graph, by counting the number of cops needed in our game in order to catch a robber in it, we are able to exactly characterize the width, variable space, and depth measures for the resolution of the Tseitin formula corresponding to that graph. We also give an exact game characterization of resolution variable space for any formula. We show that our game can be played in a monotone way. This implies that the associated resolution measures on Tseitin formulas correspond exactly to those under the restriction of Davis-Putnam resolution, implying that this kind of resolution is optimal on Tseitin formulas for all the considered measures. Using our characterizations, we improve the existing complexity bounds for Tseitin formulas showing that resolution width, depth, and variable space coincide up to a logarithmic factor, and that variable space is bounded by the clause space times a logarithmic factor.
我们描述了用两个人的警察-强盗博弈来解决tseittin公式的几种复杂性措施。我们的游戏是Seymour和Thomas用来描述树宽度参数的游戏的一个细微变化。对于任何无向图,通过计算游戏中捕获抢劫犯所需的警察数量,我们能够准确地描述与该图对应的tseittin公式的宽度、可变空间和深度度量。我们还给出了任意公式的分辨率变量空间的精确博弈表征。我们展示了我们的游戏可以以单调的方式进行。这意味着tseittin公式上的相关分辨率措施与Davis-Putnam分辨率约束下的分辨率措施完全对应,这意味着对于所有考虑的措施,这种分辨率在tseittin公式上是最优的。使用我们的描述,我们改进了tseittin公式的现有复杂性界限,表明分辨率宽度、深度和变量空间一致到一个对数因子,并且变量空间由子句空间乘以一个对数因子限定。
{"title":"Cops-Robber Games and the Resolution of Tseitin Formulas","authors":"Nicola Galesi, N. Talebanfard, J. Torán","doi":"10.1145/3378667","DOIUrl":"https://doi.org/10.1145/3378667","url":null,"abstract":"We characterize several complexity measures for the resolution of Tseitin formulas in terms of a two person cop-robber game. Our game is a slight variation of the one Seymour and Thomas used in order to characterize the tree-width parameter. For any undirected graph, by counting the number of cops needed in our game in order to catch a robber in it, we are able to exactly characterize the width, variable space, and depth measures for the resolution of the Tseitin formula corresponding to that graph. We also give an exact game characterization of resolution variable space for any formula. We show that our game can be played in a monotone way. This implies that the associated resolution measures on Tseitin formulas correspond exactly to those under the restriction of Davis-Putnam resolution, implying that this kind of resolution is optimal on Tseitin formulas for all the considered measures. Using our characterizations, we improve the existing complexity bounds for Tseitin formulas showing that resolution width, depth, and variable space coincide up to a logarithmic factor, and that variable space is bounded by the clause space times a logarithmic factor.","PeriodicalId":198744,"journal":{"name":"ACM Transactions on Computation Theory (TOCT)","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126109497","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}
引用次数: 12
The Complexity of Approximately Counting Retractions 近似计数撤回的复杂性
Pub Date : 2018-07-02 DOI: 10.1145/3397472
Jacob Focke, L. A. Goldberg, Stanislav Živný
Let G be a graph that contains an induced subgraph H. A retraction from G to H is a homomorphism from G to H that is the identity function on H. Retractions are very well studied: Given H, the complexity of deciding whether there is a retraction from an input graph G to H is completely classified, in the sense that it is known for which H this problem is tractable (assuming P ≠ NP). Similarly, the complexity of (exactly) counting retractions from G to H is classified (assuming FP ≠ #P). However, almost nothing is known about approximately counting retractions. Our first contribution is to give a complete trichotomy for approximately counting retractions to graphs without short cycles. The result is as follows: (1) Approximately counting retractions to a graph H of girth at least 5 is in FP if every connected component of H is a star, a single looped vertex, or an edge with two loops. (2) Otherwise, if every component is an irreflexive caterpillar or a partially bristled reflexive path, then approximately counting retractions to H is equivalent to approximately counting the independent sets of a bipartite graph—a problem that is complete in the approximate counting complexity class RH Π 1. (3) Finally, if none of these hold, then approximately counting retractions to H is equivalent to approximately counting the satisfying assignments of a Boolean formula. Our second contribution is to locate the retraction counting problem for each H in the complexity landscape of related approximate counting problems. Interestingly, our results are in contrast to the situation in the exact counting context. We show that the problem of approximately counting retractions is separated both from the problem of approximately counting homomorphisms and from the problem of approximately counting list homomorphisms—whereas for exact counting all three of these problems are interreducible. We also show that the number of retractions is at least as hard to approximate as both the number of surjective homomorphisms and the number of compactions. In contrast, exactly counting compactions is the hardest of all of these exact counting problems.
设G是一个包含诱导子图H的图,从G到H的缩回是G到H的同态,即H上的恒等函数。缩回研究得很好:给定H,决定从输入图G到H是否存在缩回的复杂性是完全分类的,在某种意义上,它是已知的,对于哪个H这个问题是可处理的(假设P≠NP)。类似地,(精确地)计数从G到H的缩回的复杂性是分类的(假设FP≠#P)。然而,几乎没有人知道关于大约计数撤回。我们的第一个贡献是给出了一个完整的三分法,用于对无短周期的图近似计数。结果如下:(1)对于一个周长至少为5的图H,如果H的每个连通分量都是一个星形、一个单环顶点或一条有两个环的边,则在FP中有近似计数的缩回。(2)否则,如果每个分量都是一条非自反的毛虫或一条部分刚毛的自反路径,则对缩回到H的近似计数相当于对一个二部图的独立集的近似计数,这个问题在近似计数复杂度类RH Π 1中是完全的。(3)最后,如果这些条件都不成立,则对H的缩回数的近似计数等于对布尔公式的满足赋值的近似计数。我们的第二个贡献是在相关近似计数问题的复杂性景观中定位每个H的缩回计数问题。有趣的是,我们的结果与精确计数上下文的情况相反。我们证明了近似计数缩回问题与近似计数同态问题和近似计数表同态问题是分离的,而对于精确计数,这三个问题都是可约的。我们还证明了缩回的数量至少与满射同态的数量和紧化的数量一样难以近似。相反,精确计数紧化是所有这些精确计数问题中最难的。
{"title":"The Complexity of Approximately Counting Retractions","authors":"Jacob Focke, L. A. Goldberg, Stanislav Živný","doi":"10.1145/3397472","DOIUrl":"https://doi.org/10.1145/3397472","url":null,"abstract":"Let G be a graph that contains an induced subgraph H. A retraction from G to H is a homomorphism from G to H that is the identity function on H. Retractions are very well studied: Given H, the complexity of deciding whether there is a retraction from an input graph G to H is completely classified, in the sense that it is known for which H this problem is tractable (assuming P ≠ NP). Similarly, the complexity of (exactly) counting retractions from G to H is classified (assuming FP ≠ #P). However, almost nothing is known about approximately counting retractions. Our first contribution is to give a complete trichotomy for approximately counting retractions to graphs without short cycles. The result is as follows: (1) Approximately counting retractions to a graph H of girth at least 5 is in FP if every connected component of H is a star, a single looped vertex, or an edge with two loops. (2) Otherwise, if every component is an irreflexive caterpillar or a partially bristled reflexive path, then approximately counting retractions to H is equivalent to approximately counting the independent sets of a bipartite graph—a problem that is complete in the approximate counting complexity class RH Π 1. (3) Finally, if none of these hold, then approximately counting retractions to H is equivalent to approximately counting the satisfying assignments of a Boolean formula. Our second contribution is to locate the retraction counting problem for each H in the complexity landscape of related approximate counting problems. Interestingly, our results are in contrast to the situation in the exact counting context. We show that the problem of approximately counting retractions is separated both from the problem of approximately counting homomorphisms and from the problem of approximately counting list homomorphisms—whereas for exact counting all three of these problems are interreducible. We also show that the number of retractions is at least as hard to approximate as both the number of surjective homomorphisms and the number of compactions. In contrast, exactly counting compactions is the hardest of all of these exact counting problems.","PeriodicalId":198744,"journal":{"name":"ACM Transactions on Computation Theory (TOCT)","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124273610","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
The Complexity of Approximating the Matching Polynomial in the Complex Plane 在复平面上逼近匹配多项式的复杂度
Pub Date : 2018-07-01 DOI: 10.1145/3448645
Ivona Bezáková, Andreas Galanis, L. A. Goldberg, Daniel Stefankovic
We study the problem of approximating the value of the matching polynomial on graphs with edge parameter γ, where γ takes arbitrary values in the complex plane. When γ is a positive real, Jerrum and Sinclair showed that the problem admits an FPRAS on general graphs. For general complex values of γ, Patel and Regts, building on methods developed by Barvinok, showed that the problem admits an FPTAS on graphs of maximum degree Δ as long as γ is not a negative real number less than or equal to −1/(4(Δ −1)). Our first main result completes the picture for the approximability of the matching polynomial on bounded degree graphs. We show that for all Δ ≥ 3 and all real γ less than −1/(4(Δ −1)), the problem of approximating the value of the matching polynomial on graphs of maximum degree Δ with edge parameter γ is #P-hard. We then explore whether the maximum degree parameter can be replaced by the connective constant. Sinclair et al. showed that for positive real γ, it is possible to approximate the value of the matching polynomial using a correlation decay algorithm on graphs with bounded connective constant (and potentially unbounded maximum degree). We first show that this result does not extend in general in the complex plane; in particular, the problem is #P-hard on graphs with bounded connective constant for a dense set of γ values on the negative real axis. Nevertheless, we show that the result does extend for any complex value γ that does not lie on the negative real axis. Our analysis accounts for complex values of γ using geodesic distances in the complex plane in the metric defined by an appropriate density function.
研究了边参数为γ的图上匹配多项式值的逼近问题,其中γ在复平面上取任意值。当γ为正实数时,Jerrum和Sinclair证明了该问题在一般图上承认一个FPRAS。对于γ的一般复数值,Patel和Regts在Barvinok开发的方法的基础上表明,只要γ不是小于或等于- 1/(4(Δ−1))的负实数,该问题就允许在最大度Δ的图上存在FPTAS。我们的第一个主要结果完成了有界度图上匹配多项式的近似性。我们证明了对于所有Δ≥3和所有实数γ小于- 1/(4(Δ−1)),在边参数为γ的最大次Δ图上逼近匹配多项式值的问题是#P-hard。然后探讨是否可以用连接常数代替最大度参数。Sinclair等人表明,对于正实γ,可以使用相关衰减算法在具有有界连接常数(以及可能无界的最大度)的图上近似匹配多项式的值。我们首先证明了这一结果在复平面上不能普遍推广;特别是,对于负实轴上密集的γ值集,具有有界连接常数的图,问题是#P-hard。然而,我们证明了结果确实适用于不位于负实轴上的任何复数值γ。我们的分析使用由适当密度函数定义的度量中复平面中的测地线距离来解释γ的复值。
{"title":"The Complexity of Approximating the Matching Polynomial in the Complex Plane","authors":"Ivona Bezáková, Andreas Galanis, L. A. Goldberg, Daniel Stefankovic","doi":"10.1145/3448645","DOIUrl":"https://doi.org/10.1145/3448645","url":null,"abstract":"We study the problem of approximating the value of the matching polynomial on graphs with edge parameter γ, where γ takes arbitrary values in the complex plane. When γ is a positive real, Jerrum and Sinclair showed that the problem admits an FPRAS on general graphs. For general complex values of γ, Patel and Regts, building on methods developed by Barvinok, showed that the problem admits an FPTAS on graphs of maximum degree Δ as long as γ is not a negative real number less than or equal to −1/(4(Δ −1)). Our first main result completes the picture for the approximability of the matching polynomial on bounded degree graphs. We show that for all Δ ≥ 3 and all real γ less than −1/(4(Δ −1)), the problem of approximating the value of the matching polynomial on graphs of maximum degree Δ with edge parameter γ is #P-hard. We then explore whether the maximum degree parameter can be replaced by the connective constant. Sinclair et al. showed that for positive real γ, it is possible to approximate the value of the matching polynomial using a correlation decay algorithm on graphs with bounded connective constant (and potentially unbounded maximum degree). We first show that this result does not extend in general in the complex plane; in particular, the problem is #P-hard on graphs with bounded connective constant for a dense set of γ values on the negative real axis. Nevertheless, we show that the result does extend for any complex value γ that does not lie on the negative real axis. Our analysis accounts for complex values of γ using geodesic distances in the complex plane in the metric defined by an appropriate density function.","PeriodicalId":198744,"journal":{"name":"ACM Transactions on Computation Theory (TOCT)","volume":"66 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127865846","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}
引用次数: 10
Testing Linearity against Non-signaling Strategies 测试线性与非信号策略
Pub Date : 2018-06-22 DOI: 10.1145/3397474
A. Chiesa, Peter Manohar, Igor Shinkar
Non-signaling strategies are collections of distributions with certain non-local correlations. They have been studied in physics as a strict generalization of quantum strategies to understand the power and limitations of nature’s apparent non-locality. Recently, they have received attention in theoretical computer science due to connections to Complexity and Cryptography. We initiate the study of Property Testing against non-signaling strategies, focusing first on the classical problem of linearity testing (Blum, Luby, and Rubinfeld; JCSS 1993). We prove that any non-signaling strategy that passes the linearity test with high probability must be close to a quasi-distribution over linear functions. Quasi-distributions generalize the notion of probability distributions over global objects (such as functions) by allowing negative probabilities, while at the same time requiring that “local views” follow standard distributions (with non-negative probabilities). Quasi-distributions arise naturally in the study of quantum mechanics as a tool to describe various non-local phenomena. Our analysis of the linearity test relies on Fourier analytic techniques applied to quasi-distributions. Along the way, we also establish general equivalences between non-signaling strategies and quasi-distributions, which we believe will provide a useful perspective on the study of Property Testing against non-signaling strategies beyond linearity testing.
非信令策略是具有一定非局部相关性的分布的集合。它们在物理学中被研究作为量子策略的严格推广,以理解自然的明显非定域性的力量和局限性。最近,由于与复杂性和密码学的联系,它们在理论计算机科学中受到了关注。我们开始研究针对非信号策略的性能测试,首先关注线性测试的经典问题(Blum, Luby, and Rubinfeld;JCSS 1993)。我们证明了任何高概率通过线性检验的非信号策略必须接近于线性函数上的拟分布。准分布通过允许负概率将概率分布的概念推广到全局对象(如函数)上,同时要求“局部视图”遵循标准分布(具有非负概率)。准分布作为描述各种非局域现象的工具,在量子力学研究中自然出现。我们对线性测试的分析依赖于应用于拟分布的傅立叶分析技术。在此过程中,我们还建立了非信号策略和准分布之间的一般等价关系,我们相信这将为线性测试之外的非信号策略的属性测试研究提供有用的视角。
{"title":"Testing Linearity against Non-signaling Strategies","authors":"A. Chiesa, Peter Manohar, Igor Shinkar","doi":"10.1145/3397474","DOIUrl":"https://doi.org/10.1145/3397474","url":null,"abstract":"Non-signaling strategies are collections of distributions with certain non-local correlations. They have been studied in physics as a strict generalization of quantum strategies to understand the power and limitations of nature’s apparent non-locality. Recently, they have received attention in theoretical computer science due to connections to Complexity and Cryptography. We initiate the study of Property Testing against non-signaling strategies, focusing first on the classical problem of linearity testing (Blum, Luby, and Rubinfeld; JCSS 1993). We prove that any non-signaling strategy that passes the linearity test with high probability must be close to a quasi-distribution over linear functions. Quasi-distributions generalize the notion of probability distributions over global objects (such as functions) by allowing negative probabilities, while at the same time requiring that “local views” follow standard distributions (with non-negative probabilities). Quasi-distributions arise naturally in the study of quantum mechanics as a tool to describe various non-local phenomena. Our analysis of the linearity test relies on Fourier analytic techniques applied to quasi-distributions. Along the way, we also establish general equivalences between non-signaling strategies and quasi-distributions, which we believe will provide a useful perspective on the study of Property Testing against non-signaling strategies beyond linearity testing.","PeriodicalId":198744,"journal":{"name":"ACM Transactions on Computation Theory (TOCT)","volume":"36 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128023890","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}
引用次数: 4
The Coin Problem for Product Tests 产品测试的硬币问题
Pub Date : 2018-06-08 DOI: 10.1145/3201787
Chin Ho Lee, Emanuele Viola
Let Xm,ϵ be the distribution over m bits X1,…,Xm where the Xi are independent and each Xi equals 1 with probability (1−ϵ)/2 and 0 with probability (1 − ϵ)/2. We consider the smallest value ϵ* of ϵ such that the distributions Xm, ϵ and Xm, 0 can be distinguished with constant advantage by a function f : {0,1}m → S, which is the product of k functions f1,f2,…, fk on disjoint inputs of n bits, where each fi : {0,1}n → S and m = nk. We prove that ϵ* = Θ(1/√n log k) if S = [−1,1], while ϵ* = Θ(1/√nk) if S is the set of unit-norm complex numbers.
我们考虑最小的λ *,使得分布Xm, λ和Xm, 0可以用一个函数f: {0,1}m→S来区分,它是k个函数f1,f2,…,fk在n位的不相交输入上的乘积,其中每个fi: {0,1}n→S和m = nk。我们证明了如果S =[−1,1],则λ * = Θ(1/√n log k),而如果S是单位范数复数的集合,则λ * = Θ(1/√nk)。
{"title":"The Coin Problem for Product Tests","authors":"Chin Ho Lee, Emanuele Viola","doi":"10.1145/3201787","DOIUrl":"https://doi.org/10.1145/3201787","url":null,"abstract":"Let Xm,ϵ be the distribution over m bits X1,…,Xm where the Xi are independent and each Xi equals 1 with probability (1−ϵ)/2 and 0 with probability (1 − ϵ)/2. We consider the smallest value ϵ* of ϵ such that the distributions Xm, ϵ and Xm, 0 can be distinguished with constant advantage by a function f : {0,1}m → S, which is the product of k functions f1,f2,…, fk on disjoint inputs of n bits, where each fi : {0,1}n → S and m = nk. We prove that ϵ* = Θ(1/√n log k) if S = [−1,1], while ϵ* = Θ(1/√nk) if S is the set of unit-norm complex numbers.","PeriodicalId":198744,"journal":{"name":"ACM Transactions on Computation Theory (TOCT)","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122198597","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}
引用次数: 12
On Minrank and Forbidden Subgraphs 关于Minrank子图和Forbidden子图
Pub Date : 2018-06-02 DOI: 10.1145/3322817
I. Haviv
The minrank over a field F of a graph G on the vertex set { 1,2,… ,n} is the minimum possible rank of a matrix M ∈ Fn × n such that Mi, i ≠ 0 for every i, and Mi, j =0 for every distinct non-adjacent vertices i and j in G. For an integer n, a graph H, and a field F, let g(n,H, F) denote the maximum possible minrank over F of an n-vertex graph whose complement contains no copy of H. In this article, we study this quantity for various graphs H and fields F. For finite fields, we prove by a probabilistic argument a general lower bound on g(n,H,F), which yields a nearly tight bound of Ω (√ n/ log n) for the triangle H=K3. For the real field, we prove by an explicit construction that for every non-bipartite graph H, g(n,H, R) ≥ nδ for some δ = δ (H)> 0. As a by-product of this construction, we disprove a conjecture of Codenotti et al. [11]. The results are motivated by questions in information theory, circuit complexity, and geometry.
minrank一场F图G的顶点集合{1,2,…,n}的最低可能的排名是一个矩阵M∈Fn×n Mi,我≠0每,Mi, j = 0来为每一个不同的不相邻的顶点在G . i和j整数n, H,图表和一个领域F,让G (n、H F)表示的最大可能minrank F (n点图的补充不含副本H。在本文中,我们研究这个量为各种图F . H和字段为有限的领域,我们用一个概率论证证明了g(n,H,F)的一般下界,得到了三角形H=K3的近似紧界Ω(√n/ log n)。对于实域,我们通过一个显式构造证明了对于每一个非二部图H, g(n,H, R)≥nδ对于某些δ = δ (H)> 0。作为这种构造的副产品,我们反驳了Codenotti等人[11]的一个猜想。这些结果是由信息论、电路复杂性和几何中的问题所激发的。
{"title":"On Minrank and Forbidden Subgraphs","authors":"I. Haviv","doi":"10.1145/3322817","DOIUrl":"https://doi.org/10.1145/3322817","url":null,"abstract":"The minrank over a field F of a graph G on the vertex set { 1,2,… ,n} is the minimum possible rank of a matrix M ∈ Fn × n such that Mi, i ≠ 0 for every i, and Mi, j =0 for every distinct non-adjacent vertices i and j in G. For an integer n, a graph H, and a field F, let g(n,H, F) denote the maximum possible minrank over F of an n-vertex graph whose complement contains no copy of H. In this article, we study this quantity for various graphs H and fields F. For finite fields, we prove by a probabilistic argument a general lower bound on g(n,H,F), which yields a nearly tight bound of Ω (√ n/ log n) for the triangle H=K3. For the real field, we prove by an explicit construction that for every non-bipartite graph H, g(n,H, R) ≥ nδ for some δ = δ (H)> 0. As a by-product of this construction, we disprove a conjecture of Codenotti et al. [11]. The results are motivated by questions in information theory, circuit complexity, and geometry.","PeriodicalId":198744,"journal":{"name":"ACM Transactions on Computation Theory (TOCT)","volume":"39 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131592258","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}
引用次数: 6
Complete Derandomization of Identity Testing and Reconstruction of Read-Once Formulas 同一性检验的完全非随机化与一次读公式的重构
Pub Date : 2018-05-23 DOI: 10.1145/3196836
Daniel Minahan, Ilya Volkovich
In this article, we study the identity testing problem of arithmetic read-once formulas (ROFs) and some related models. An ROF is a formula (a circuit whose underlying graph is a tree) in which the operations are { +, × } and such that every input variable labels at most one leaf. We obtain the first polynomial-time deterministic identity testing algorithm that operates in the black-box setting for ROFs, as well as some other related models. As an application, we obtain the first polynomial-time deterministic reconstruction algorithm for such formulas. Our results are obtained by improving and extending the analysis of the algorithm of Shpilka and Yolkovich [51].
本文研究了算术读一次公式(ROFs)的恒等式检验问题及相关模型。ROF是一个公式(其底层图形是树的电路),其中的操作是{+,x},并且每个输入变量最多标记一个叶子。我们获得了第一个在ROFs的黑盒设置下运行的多项式时间确定性同一性测试算法,以及其他一些相关模型。作为应用,我们得到了这类公式的第一个多项式时间确定性重构算法。我们的结果是通过改进和扩展Shpilka和Yolkovich[51]的算法分析得到的。
{"title":"Complete Derandomization of Identity Testing and Reconstruction of Read-Once Formulas","authors":"Daniel Minahan, Ilya Volkovich","doi":"10.1145/3196836","DOIUrl":"https://doi.org/10.1145/3196836","url":null,"abstract":"In this article, we study the identity testing problem of arithmetic read-once formulas (ROFs) and some related models. An ROF is a formula (a circuit whose underlying graph is a tree) in which the operations are { +, × } and such that every input variable labels at most one leaf. We obtain the first polynomial-time deterministic identity testing algorithm that operates in the black-box setting for ROFs, as well as some other related models. As an application, we obtain the first polynomial-time deterministic reconstruction algorithm for such formulas. Our results are obtained by improving and extending the analysis of the algorithm of Shpilka and Yolkovich [51].","PeriodicalId":198744,"journal":{"name":"ACM Transactions on Computation Theory (TOCT)","volume":"127 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-05-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124180066","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}
引用次数: 15
期刊
ACM Transactions on Computation Theory (TOCT)
全部 Geobiology Appl. Clay Sci. Geochim. Cosmochim. Acta J. Hydrol. Org. Geochem. Carbon Balance Manage. Contrib. Mineral. Petrol. Int. J. Biometeorol. IZV-PHYS SOLID EART+ J. Atmos. Chem. Acta Oceanolog. Sin. Acta Geophys. ACTA GEOL POL ACTA PETROL SIN ACTA GEOL SIN-ENGL AAPG Bull. Acta Geochimica Adv. Atmos. Sci. Adv. Meteorol. Am. J. Phys. Anthropol. Am. J. Sci. Am. Mineral. Annu. Rev. Earth Planet. Sci. Appl. Geochem. Aquat. Geochem. Ann. Glaciol. Archaeol. Anthropol. Sci. ARCHAEOMETRY ARCT ANTARCT ALP RES Asia-Pac. J. Atmos. Sci. ATMOSPHERE-BASEL Atmos. Res. Aust. J. Earth Sci. Atmos. Chem. Phys. Atmos. Meas. Tech. Basin Res. Big Earth Data BIOGEOSCIENCES Geostand. Geoanal. Res. GEOLOGY Geosci. J. Geochem. J. Geochem. Trans. Geosci. Front. Geol. Ore Deposits Global Biogeochem. Cycles Gondwana Res. Geochem. Int. Geol. J. Geophys. Prospect. Geosci. Model Dev. GEOL BELG GROUNDWATER Hydrogeol. J. Hydrol. Earth Syst. Sci. Hydrol. Processes Int. J. Climatol. Int. J. Earth Sci. Int. Geol. Rev. Int. J. Disaster Risk Reduct. Int. J. Geomech. Int. J. Geog. Inf. Sci. Isl. Arc J. Afr. Earth. Sci. J. Adv. Model. Earth Syst. J APPL METEOROL CLIM J. Atmos. Oceanic Technol. J. Atmos. Sol. Terr. Phys. J. Clim. J. Earth Sci. J. Earth Syst. Sci. J. Environ. Eng. Geophys. J. Geog. Sci. Mineral. Mag. Miner. Deposita Mon. Weather Rev. Nat. Hazards Earth Syst. Sci. Nat. Clim. Change Nat. Geosci. Ocean Dyn. Ocean and Coastal Research npj Clim. Atmos. Sci. Ocean Modell. Ocean Sci. Ore Geol. Rev. OCEAN SCI J Paleontol. J. PALAEOGEOGR PALAEOCL PERIOD MINERAL PETROLOGY+ Phys. Chem. Miner. Polar Sci. Prog. Oceanogr. Quat. Sci. Rev. Q. J. Eng. Geol. Hydrogeol. RADIOCARBON Pure Appl. Geophys. Resour. Geol. Rev. Geophys. Sediment. Geol.
×
引用
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