Foundations of Software Science and Computation Structure最新文献

筛选
英文 中文
Clones, closed categories, and combinatory logic 克隆、封闭范畴和组合逻辑
Foundations of Software Science and Computation Structure Pub Date : 2024-05-02 DOI: 10.1007/978-3-031-57231-9_8
Philip Saville
{"title":"Clones, closed categories, and combinatory logic","authors":"Philip Saville","doi":"10.1007/978-3-031-57231-9_8","DOIUrl":"https://doi.org/10.1007/978-3-031-57231-9_8","url":null,"abstract":"","PeriodicalId":330721,"journal":{"name":"Foundations of Software Science and Computation Structure","volume":"1 12","pages":"160-181"},"PeriodicalIF":0.0,"publicationDate":"2024-05-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141021025","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
Coverability in 2-VASS with One Unary Counter is in NP 具有一个一元计数器的2-VASS的可复盖性是NP
Foundations of Software Science and Computation Structure Pub Date : 2023-01-31 DOI: 10.48550/arXiv.2301.13543
Filip Mazowiecki, Henry Sinclair-Banks, Karol Wegrzycki
{"title":"Coverability in 2-VASS with One Unary Counter is in NP","authors":"Filip Mazowiecki, Henry Sinclair-Banks, Karol Wegrzycki","doi":"10.48550/arXiv.2301.13543","DOIUrl":"https://doi.org/10.48550/arXiv.2301.13543","url":null,"abstract":"Coverability in Petri nets finds applications in verification of safety properties of reactive systems. We study coverability in the equivalent model: Vector Addition Systems with States (VASS). A k-VASS can be seen as k counters and a finite automaton whose transitions are labelled with k integers. Counter values are updated by adding the respective transition labels. A configuration in this system consists of a state and k counter values. Importantly, the counters are never allowed to take negative values. The coverability problem asks whether one can traverse the k-VASS from the initial configuration to a configuration with at least the counter values of the target. In a well-established line of work on k-VASS, coverability in 2-VASS is already PSPACE-hard when the integer updates are encoded in binary. This lower bound limits the practicality of applications, so it is natural to focus on restrictions. In this paper we initiate the study of 2-VASS with one unary counter. Here, one counter receives binary encoded updates and the other receives unary encoded updates. Our main result is that coverability in 2-VASS with one unary counter is in NP. This improves upon the inherited state-of-the-art PSPACE upper bound. Our main technical contribution is that one only needs to consider runs in a certain compressed linear form.","PeriodicalId":330721,"journal":{"name":"Foundations of Software Science and Computation Structure","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128462416","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
Fast Matching of Regular Patterns with Synchronizing Counting (Technical Report) 规则模式与同步计数的快速匹配(技术报告)
Foundations of Software Science and Computation Structure Pub Date : 2023-01-30 DOI: 10.48550/arXiv.2301.12851
L. Holík, J. Síč, Lenka Turonová, Tomáš Vojnar
{"title":"Fast Matching of Regular Patterns with Synchronizing Counting (Technical Report)","authors":"L. Holík, J. Síč, Lenka Turonová, Tomáš Vojnar","doi":"10.48550/arXiv.2301.12851","DOIUrl":"https://doi.org/10.48550/arXiv.2301.12851","url":null,"abstract":"Fast matching of regular expressions with bounded repetition, aka counting, such as (ab){50,100}, i.e., matching linear in the length of the text and independent of the repetition bounds, has been an open problem for at least two decades. We show that, for a wide class of regular expressions with counting, which we call synchronizing, fast matching is possible. We empirically show that the class covers nearly all counting used in usual applications of regex matching. This complexity result is based on an improvement and analysis of a recent matching algorithm that compiles regexes to deterministic counting-set automata (automata with registers that hold sets of numbers).","PeriodicalId":330721,"journal":{"name":"Foundations of Software Science and Computation Structure","volume":"79 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122178105","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
Quantitative Safety and Liveness 安全性和活动性
Foundations of Software Science and Computation Structure Pub Date : 2023-01-26 DOI: 10.48550/arXiv.2301.11175
T. Henzinger, Nicolas Mazzocchi, N. Saraç
{"title":"Quantitative Safety and Liveness","authors":"T. Henzinger, Nicolas Mazzocchi, N. Saraç","doi":"10.48550/arXiv.2301.11175","DOIUrl":"https://doi.org/10.48550/arXiv.2301.11175","url":null,"abstract":"Safety and liveness are elementary concepts of computation, and the foundation of many verification paradigms. The safety-liveness classification of boolean properties characterizes whether a given property can be falsified by observing a finite prefix of an infinite computation trace (always for safety, never for liveness). In quantitative specification and verification, properties assign not truth values, but quantitative values to infinite traces (e.g., a cost, or the distance to a boolean property). We introduce quantitative safety and liveness, and we prove that our definitions induce conservative quantitative generalizations of both (1)~the safety-progress hierarchy of boolean properties and (2)~the safety-liveness decomposition of boolean properties. In particular, we show that every quantitative property can be written as the pointwise minimum of a quantitative safety property and a quantitative liveness property. Consequently, like boolean properties, also quantitative properties can be $min$-decomposed into safety and liveness parts, or alternatively, $max$-decomposed into co-safety and co-liveness parts. Moreover, quantitative properties can be approximated naturally. We prove that every quantitative property that has both safe and co-safe approximations can be monitored arbitrarily precisely by a monitor that uses only a finite number of states.","PeriodicalId":330721,"journal":{"name":"Foundations of Software Science and Computation Structure","volume":"21 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115103056","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
Unboundedness problems for machines with reversal-bounded counters 具有反向有界计数器的机器的无界性问题
Foundations of Software Science and Computation Structure Pub Date : 2023-01-24 DOI: 10.48550/arXiv.2301.10198
Pascal Baumann, Flavio D'Alessandro, Moses Ganardi, O. Ibarra, Ian McQuillan, Lia Schütze, Georg Zetzsche
{"title":"Unboundedness problems for machines with reversal-bounded counters","authors":"Pascal Baumann, Flavio D'Alessandro, Moses Ganardi, O. Ibarra, Ian McQuillan, Lia Schütze, Georg Zetzsche","doi":"10.48550/arXiv.2301.10198","DOIUrl":"https://doi.org/10.48550/arXiv.2301.10198","url":null,"abstract":"We consider a general class of decision problems concerning formal languages, called ``(one-dimensional) unboundedness predicates'', for automata that feature reversal-bounded counters (RBCA). We show that each problem in this class reduces -- non-deterministically in polynomial time -- to the same problem for just finite automata. We also show an analogous reduction for automata that have access to both a pushdown stack and reversal-bounded counters (PRBCA). This allows us to answer several open questions: For example, we show that it is coNP-complete to decide whether a given (P)RBCA language $L$ is bounded, meaning whether there exist words $w_1,ldots,w_n$ with $Lsubseteq w_1^*cdots w_n^*$. For PRBCA, even decidability was open. Our methods also show that there is no language of a (P)RBCA of intermediate growth. This means, the number of words of each length grows either polynomially or exponentially. Part of our proof is likely of independent interest: We show that one can translate an RBCA into a machine with $mathbb{Z}$-counters in logarithmic space, while preserving the accepted language.","PeriodicalId":330721,"journal":{"name":"Foundations of Software Science and Computation Structure","volume":"15 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124265431","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
Weighted and Branching Bisimilarities from Generalized Open Maps 广义开映射的加权和分支双相似度
Foundations of Software Science and Computation Structure Pub Date : 2023-01-17 DOI: 10.48550/arXiv.2301.07004
Jérémy Dubut, Thorsten Wißmann
{"title":"Weighted and Branching Bisimilarities from Generalized Open Maps","authors":"Jérémy Dubut, Thorsten Wißmann","doi":"10.48550/arXiv.2301.07004","DOIUrl":"https://doi.org/10.48550/arXiv.2301.07004","url":null,"abstract":"In the open map approach to bisimilarity, the paths and their runs in a given state-based system are the first-class citizens, and bisimilarity becomes a derived notion. While open maps were successfully used to model bisimilarity in non-deterministic systems, the approach fails to describe quantitative system equivalences such as probabilistic bisimilarity. In the present work, we see that this is indeed impossible and we thus generalize the notion of open maps to also accommodate weighted and probabilistic bisimilarity. Also, extending the notions of strong path and path bisimulations into this new framework, we show that branching bisimilarity can be captured by this extended theory and that it can be viewed as the history preserving restriction of weak bisimilarity.","PeriodicalId":330721,"journal":{"name":"Foundations of Software Science and Computation Structure","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130206041","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
On the Comparison of Discounted-Sum Automata with Multiple Discount Factors 多折现因子的折现和自动机的比较
Foundations of Software Science and Computation Structure Pub Date : 2023-01-10 DOI: 10.1007/978-3-031-30829-1_18
Udi Boker, G. Hefetz
{"title":"On the Comparison of Discounted-Sum Automata with Multiple Discount Factors","authors":"Udi Boker, G. Hefetz","doi":"10.1007/978-3-031-30829-1_18","DOIUrl":"https://doi.org/10.1007/978-3-031-30829-1_18","url":null,"abstract":"","PeriodicalId":330721,"journal":{"name":"Foundations of Software Science and Computation Structure","volume":"28 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115582923","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
A programming language characterizing quantum polynomial time 描述量子多项式时间的一种编程语言
Foundations of Software Science and Computation Structure Pub Date : 2022-12-13 DOI: 10.48550/arXiv.2212.06656
Emmanuel Hainry, Romain P'echoux, M'ario Silva
{"title":"A programming language characterizing quantum polynomial time","authors":"Emmanuel Hainry, Romain P'echoux, M'ario Silva","doi":"10.48550/arXiv.2212.06656","DOIUrl":"https://doi.org/10.48550/arXiv.2212.06656","url":null,"abstract":"We introduce a first-order quantum programming language, named FOQ, whose terminating programs are reversible. We restrict FOQ to a strict and tractable subset, named PFOQ, of terminating programs with bounded width, that provides a first programming language-based characterization of the quantum complexity class FBQP. Finally, we present a tractable semantics-preserving algorithm compiling a PFOQ program to a quantum circuit of size polynomial in the number of input qubits.","PeriodicalId":330721,"journal":{"name":"Foundations of Software Science and Computation Structure","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-12-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133273849","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 History-Deterministic One-Counter Nets 论历史决定论的单counter网
Foundations of Software Science and Computation Structure Pub Date : 2022-10-18 DOI: 10.48550/arXiv.2210.10084
Aditya Prakash, K. S. Thejaswini
{"title":"On History-Deterministic One-Counter Nets","authors":"Aditya Prakash, K. S. Thejaswini","doi":"10.48550/arXiv.2210.10084","DOIUrl":"https://doi.org/10.48550/arXiv.2210.10084","url":null,"abstract":"We consider the model of history-deterministic one-counter nets (OCNs). History-determinism is a property of transition systems that allows for a limited kind of non-determinism which can be resolved 'on-the-fly'. Token games, which have been used to characterise history-determinism over various models, also characterise history-determinism over OCNs. By reducing 1-token games to simulation games, we are able to show that checking for history-determinism of OCNs is decidable. Moreover, we prove that this problem is PSPACE-complete for a unary encoding of transitions, and EXPSPACE-complete for a binary encoding. We then study the language properties of history-deterministic OCNs. We show that the resolvers of non-determinism for history-deterministic OCNs are eventually periodic. As a consequence, for a given history-deterministic OCN, we construct a language equivalent deterministic one-counter automaton. We also show the decidability of comparing languages of history-deterministic OCNs, such as language inclusion and language universality.","PeriodicalId":330721,"journal":{"name":"Foundations of Software Science and Computation Structure","volume":"28 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-10-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123401417","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
Pebble minimization: the last theorems 卵石最小化:最后一个定理
Foundations of Software Science and Computation Structure Pub Date : 2022-10-05 DOI: 10.48550/arXiv.2210.02426
Gaetan Dou'eneau-Tabot
{"title":"Pebble minimization: the last theorems","authors":"Gaetan Dou'eneau-Tabot","doi":"10.48550/arXiv.2210.02426","DOIUrl":"https://doi.org/10.48550/arXiv.2210.02426","url":null,"abstract":"Pebble transducers are nested two-way transducers which can drop marks (named\"pebbles\") on their input word. Such machines can compute functions whose output size is polynomial in the size of their input. They can be seen as simple recursive programs whose recursion height is bounded. A natural problem is, given a pebble transducer, to compute an equivalent pebble transducer with minimal recursion height. This problem is open since the introduction of the model. In this paper, we study two restrictions of pebble transducers, that cannot see the marks (\"blind pebble transducers\"introduced by Nguy^en et al.), or that can only see the last mark dropped (\"last pebble transducers\"introduced by Engelfriet et al.). For both models, we provide an effective algorithm for minimizing the recursion height. The key property used in both cases is that a function whose output size is linear (resp. quadratic, cubic, etc.) can always be computed by a machine whose recursion height is 1 (resp. 2, 3, etc.). We finally show that this key property fails as soon as we consider machines that can see more than one mark.","PeriodicalId":330721,"journal":{"name":"Foundations of Software Science and Computation Structure","volume":"77 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-10-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134640671","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}
引用次数: 5
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
相关产品
×
本文献相关产品
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术官方微信