首页 > 最新文献

Buddhist Revitalization and Chinese Religions in Malaysia最新文献

英文 中文
7 Conclusion 7结论
Pub Date : 2017-12-31 DOI: 10.7591/9781501719066-007
A. Reyes, Lise Geetoor, T. Pressburger
identity of ΣA and ABS, program fragments are returned in the language ofΣC. A decision procedure replaces deductive inference on the axioms in DT. As in DRAT, the library is organized hierarchically; a new portion of the library is shown in Figure 1. Each node in the hierarchy is a 6-tuple where the first four elements are the index,DP is a decision procedure schema (implemented as a common lisp object class), and I is a procedure for instantiating a decision procedure schema given an instantiation of the 4-tuple index. When the theory resolution interface gives an instantiated decision procedure a set of literals in the language of ΣA and ABS,the decision procedure returns terms in the language of ΣC as bindings for existential variables in the literals (universal variables when considered as an unsatisfiability problem). The decision procedure can also return a set of residual literals, if it is unable to completely resolve the literals given as input. More formally, given a set φ of literals in the language of ΣA and ABS, the decision procedure returns a set of literals φ ’ and set of terms t in the language of ΣC, such that ( outsare variables, DTI is the instantiated theory for the decision procedure): As an example, consider the decision procedures indexed under the Graph taxonomy in Figure 1. These decision procedures generate terms representing paths in a graph. The specification language ( ΣA) sort ‘nodes’ consist of the node labels of the graph, and the concrete language ( ΣC) sort ‘edges’ consist of the edge labels of the graph. The properties of the graph determine which decision procedure in the taxonomy is used. A decision procedure is applicable if an instantiation of its theory (i.e., DTI) is implied by the domain theory defining a graph; the decision procedure with the most specific such theory is best. Instantiated decision procedures from the Graph taxonomy take as input conjunctions of literals and build internal graph data structures representing those conjunctions. These decision procedures decide satisfiability of the conjunctions (with respect to the instantiated theory for the decision procedure) by manipulating the graphs. They also determine when variables in the conjunction are connected in the graph to constants (program input variables) and construct ground terms for those variables by traversing the graph. Instantiated decision procedures can be composed horizontally or vertically (where the concrete language for one decision procedure is the same as the abstract language for the following decision procedure). When decision procedures are combined, they communicate by passing variable bindings back and forth [7]. In addition, decision procedures can be nested —one decision procedure can take another as a parameter in order to solve subproblems. Each decision procedure in the Graph taxonomy is parameterized by a path algebra; this parameter is instantiated by a decision procedure in the hierarchy
ΣA和ABS的身份,程序片段返回语言ofΣC。用判定程序代替了DT中公理的演绎推理。与DRAT一样,图书馆是分层组织的;库的新部分如图1所示。层次结构中的每个节点都是一个6元组,其中前四个元素是索引,DP是一个决策过程模式(作为公共lisp对象类实现),I是一个给定4元组索引实例化的决策过程模式的实例化过程。当理论解析接口为实例化的决策过程提供ΣA和ABS语言的一组文字时,决策过程返回ΣC语言的项,作为文字中存在变量(作为不可满足性问题考虑的通用变量)的绑定。如果决策过程不能完全解析作为输入的文本,它也可以返回一组剩余文本。更正式地说,给定ΣA语言和ABS语言的字面量集φ,决策过程返回ΣC语言的字面量集φ '和术语集t,这样(除了变量之外,DTI是决策过程的实例化理论):作为一个例子,考虑图1中在Graph分类法下索引的决策过程。这些决策过程生成表示图中路径的术语。规范语言(ΣA)排序“节点”由图的节点标签组成,具体语言(ΣC)排序“边”由图的边标签组成。图的属性决定使用分类法中的哪个决策过程。如果判定过程的理论实例(即DTI)被定义图的域理论所隐含,则判定过程是适用的;这种理论最具体的决策程序是最好的。来自Graph分类法的实例化决策过程将文本的连词作为输入,并构建表示这些连词的内部图数据结构。这些决策过程通过操作图来决定连接的可满足性(相对于决策过程的实例化理论)。它们还确定连接中的变量在图中何时连接到常量(程序输入变量),并通过遍历图为这些变量构造基项。实例化的决策过程可以横向或纵向组合(其中一个决策过程的具体语言与下一个决策过程的抽象语言相同)。当决策过程组合在一起时,它们通过来回传递变量绑定进行通信[7]。此外,决策过程可以嵌套,一个决策过程可以将另一个决策过程作为参数来求解子问题。图分类法中的每个决策过程都用一个路径代数参数化;该参数由代数分类法中Category (Path Algebra)下面的层次结构中的决策过程实例化。基于图的过程调用它们的procedure参数来检查它们正在构造的图中路径的一致性,并确定是否存在更短的等效路径。如果发现不一致的路径,则基于图的过程发出不满意的信号。如果路径代数过程确定两个节点之间存在比现有路径更短的等效路径,则用更短的路径替换现有路径。这确保了通过遍历图构建的项总是尽可能简单的项。6.3 DSDRAT的设计算法DSDRAT的设计算法是对DRAT设计算法的扩展。顶层控制循环类似于第4节中的伪代码描述。给定结构化的AMPHION域理论,DSDRAT首先对ΣA和abs中的符号进行分类。对ΣA中的关系符号和一些函数符号(其语义不是由实现方程给出的,可以转换为重写规则的那些符号)进行了分类。此外,为了将抽象层的决策过程与具体层的过程连接起来,DSDRAT对ABS中的参数化抽象函数进行了分类,为此使用图1中最左边的分类法。在图1中的层次结构中,有三个分类,分别是参数化抽象函数、图和代数。每个分类法都是一个带有向下链接的and-or树,用罗马字母标记属性,例如具有二元关系的代数的结合性。具有不相容属性的链接在它们之间画一条弧。节点是沿着通向它们的路径积累公理(属性)的理论。带有粗体标签的节点具有关联的决策过程模式。虚线表示定义扩展和重新表述的链接。通过构造从库层次理论到领域理论各部分的理论态射,对领域理论的各个部分进行分类。 理论态射是DRAT对单个函数、关系和排序符号实例化的推广。理论态射是从一个理论的语言映射到另一个理论的语言,使得第一个理论的公理映射到第二个理论中的定理。DSDRAT调用了AMPHION来证明这些定理。从决策过程层次结构顶端的节点构造理论态射主要是语法上的,因为与这些节点相关的公理相对较少。但是,构造这些态射可能涉及简单的语法重新表述,例如将排序和柯里化函数组合在一起。这些重新表述是通过对几种不同类型公理集的决策过程来处理的。为了测试这些过程的有效性,我们开发了一个包含40个规范的测试套件,以比较定理证明器的三种不同配置的总证明步骤和运行时间:没有第2节中描述的策略,使用该策略,以及策略和决策过程的组合。尝试在没有策略或决策过程的情况下证明规范,结果无法在100分钟内找到任何证明,因此放弃了此配置。用纯策略组态和策略/决策过程组态对这40个问题进行了证明。平均而言,策略/决策过程配置找到证据的时间比仅策略配置少一个数量级。例如,在一个规范的证明中,纯策略配置需要430个步骤和289秒。在相同的规范中,策略/决策过程配置在15秒内执行了58个步骤(每个步骤都是一个解析或一个调节)。也许比上述结果更重要的是,因为这些过程利用了领域理论中定义良好的数学结构,就像DRAT一样,这种方法可以自动化。下一节描述了我们的系统DSDRAT的设计,它将DRAT从分析推理问题扩展到演绎综合问题。我们目前正在实施《草案》的这些扩展。6.从分析推理问题扩展到演绎综合问题需要扩展:1)解决的问题种类,2)证明过程的输出,3)领域理论的复杂性。从技术上讲,分析推理问题是基础(非)可满足性问题(即,在给定理论中是否有一个基础公式(非)可满足性)。相比之下,A MPHION的演绎综合问题是作为前置和后置条件给出的规范:其中edt是域理论,ins是输入变量的向量,outs是输出变量的向量。为了简化说明,我们假设前提条件(R(ins))总是成立。领域理论语言的具体部分有一个特殊的子集,称为输出语言,它的符号命名目标软件库的组件。演绎综合通过构造替换输出变量来证明定理,这些变量是输出语言中的项。这些项中的变量是输入变量;因此,这些术语表示从输入变量的值计算输出变量值的程序片段。(从技术上讲,通过分辨定理证明的演绎综合解决了非根据不可满足性问题:“是否不可满足?”DSDRAT设计的决策程序也解决了不满意问题,并通过理论解决与解决证明过程相结合。与分析推理问题相反,演绎综合问题的一个重要考虑是输出项的代数结构,例如,这些项的等价类。对这种结构的推断使KBPS比应用程序生成器中使用的与上下文无关的宏展开代码生成过程具有一些优势。除了正确性之外,我们通常希望对演绎综合的这些输出项提出额外的要求,例如它们在某种程度上代表了等价类中的最佳程序。到目前为止,在这项研究中,我们已经假设满足后设条件的最佳程序是由具有最少数量函数应用的基本项表示的。除了问题类型和证明过程输出的这些差异之外,A MPHION领域理论也不同于分析推理任务领域理论。后者是非结构化的,主要是关系型的。相比之下,AMPHION领域理论分为抽象和具体两个层次,在这两个层次之间有抽象映射。根据这些差异,DSDRAT对DRAT进行了扩展。DSDRAT采用结构化的AMPHION域
{"title":"7 Conclusion","authors":"A. Reyes, Lise Geetoor, T. Pressburger","doi":"10.7591/9781501719066-007","DOIUrl":"https://doi.org/10.7591/9781501719066-007","url":null,"abstract":"identity of ΣA and ABS, program fragments are returned in the language ofΣC. A decision procedure replaces deductive inference on the axioms in DT. As in DRAT, the library is organized hierarchically; a new portion of the library is shown in Figure 1. Each node in the hierarchy is a 6-tuple <DT,ΣA,ΣC,ABS,I,DP>where the first four elements are the index,DP is a decision procedure schema (implemented as a common lisp object class), and I is a procedure for instantiating a decision procedure schema given an instantiation of the 4-tuple index. When the theory resolution interface gives an instantiated decision procedure a set of literals in the language of ΣA and ABS,the decision procedure returns terms in the language of ΣC as bindings for existential variables in the literals (universal variables when considered as an unsatisfiability problem). The decision procedure can also return a set of residual literals, if it is unable to completely resolve the literals given as input. More formally, given a set φ of literals in the language of ΣA and ABS, the decision procedure returns a set of literals φ ’ and set of terms t in the language of ΣC, such that ( outsare variables, DTI is the instantiated theory for the decision procedure): As an example, consider the decision procedures indexed under the Graph taxonomy in Figure 1. These decision procedures generate terms representing paths in a graph. The specification language ( ΣA) sort ‘nodes’ consist of the node labels of the graph, and the concrete language ( ΣC) sort ‘edges’ consist of the edge labels of the graph. The properties of the graph determine which decision procedure in the taxonomy is used. A decision procedure is applicable if an instantiation of its theory (i.e., DTI) is implied by the domain theory defining a graph; the decision procedure with the most specific such theory is best. Instantiated decision procedures from the Graph taxonomy take as input conjunctions of literals and build internal graph data structures representing those conjunctions. These decision procedures decide satisfiability of the conjunctions (with respect to the instantiated theory for the decision procedure) by manipulating the graphs. They also determine when variables in the conjunction are connected in the graph to constants (program input variables) and construct ground terms for those variables by traversing the graph. Instantiated decision procedures can be composed horizontally or vertically (where the concrete language for one decision procedure is the same as the abstract language for the following decision procedure). When decision procedures are combined, they communicate by passing variable bindings back and forth [7]. In addition, decision procedures can be nested —one decision procedure can take another as a parameter in order to solve subproblems. Each decision procedure in the Graph taxonomy is parameterized by a path algebra; this parameter is instantiated by a decision procedure in the hierarchy ","PeriodicalId":127029,"journal":{"name":"Buddhist Revitalization and Chinese Religions in Malaysia","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2017-12-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121764212","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
List of Chinese Characters 中文字符列表
Pub Date : 2013-07-11 DOI: 10.1163/9789004255678_010
U. Theobald
{"title":"List of Chinese Characters","authors":"U. Theobald","doi":"10.1163/9789004255678_010","DOIUrl":"https://doi.org/10.1163/9789004255678_010","url":null,"abstract":"","PeriodicalId":127029,"journal":{"name":"Buddhist Revitalization and Chinese Religions in Malaysia","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2013-07-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117301441","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
期刊
Buddhist Revitalization and Chinese Religions in Malaysia
全部 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