SwePub
Sök i SwePub databas

  Utökad sökning

Träfflista för sökning "WFRF:(Mousavi Mohammad Reza 1978 ) "

Sökning: WFRF:(Mousavi Mohammad Reza 1978 )

  • Resultat 21-30 av 66
Sortera/gruppera träfflistan
   
NumreringReferensOmslagsbildHitta
21.
  • Caltais, Georgiana, et al. (författare)
  • (De-)Composing Causality in Labeled Transition Systems
  • 2016
  • Ingår i: 1st Workshop on Causal Reasoning for Embedded and safety-critical Systems Technologies (CREST’16). - : Open Publishing Association. ; , s. 10-24
  • Konferensbidrag (refereegranskat)abstract
    • In this paper we introduce a notion of counterfactual causality in the Halpern and Pearl sense that is compositional with respect to the interleaving of transition systems. The formal framework for reasoning on what caused the violation of a safety property is established in the context of labeled transition systems and Hennessy Milner logic. The compositionality results are devised for non-communicating systems.
  •  
22.
  •  
23.
  •  
24.
  • Churchill, Martin, et al. (författare)
  • Modular Semantics for Transition System Specifications with Negative Premises
  • 2013
  • Ingår i: Proceedings of the 24th International Conference on Concurrency Theory. - Heidelberg : Springer Berlin/Heidelberg. - 9783642401831 - 9783642401848 ; , s. 46-60
  • Konferensbidrag (refereegranskat)abstract
    • Transition rules with negative premises are needed in the structural operational semantics of programming and specification constructs such as priority and interrupt, as well as in timed extensions of specification languages. The well-known proof-theoretic semantics for transition system specifications involving such rules is based on well-supported proofs for closed transitions. Dealing with open formulae by considering all closed instances is inherently non-modular - proofs are not necessarily preserved by disjoint extensions of the transition system specification. Here, we conservatively extend the notion of well-supported proof to open transition rules. We prove that the resulting semantics is modular, consistent, and closed under instantiation. Our results provide the foundations for modular notions of bisimulation such that equivalence can be proved with reference only to the relevant rules, without appealing to all existing closed instantiations of terms. © 2013 Springer-Verlag.
  •  
25.
  • Cimini, Matteo, et al. (författare)
  • Nominal SOS
  • 2012
  • Ingår i: Proceedings of the 28th Conference on the Mathematical Foundations of Programming Semantics (MFPS XXVIII). - Amsterdam : Elsevier. ; , s. 103-116
  • Konferensbidrag (refereegranskat)abstract
    • Plotkin’s style of Structural Operational Semantics (SOS) has become a de facto standard in giving operational semantics to formalisms and process calculi. In many such formalisms and calculi, the concepts of names, variables and binders are essential ingredients. In this paper, we propose a formal framework for dealing with names in SOS. The framework is based on the Nominal Logic of Gabbay and Pitts and hence is called Nominal SOS. We define nominal bisimilarity, an adaptation of the notion of bisimilarity that is aware of binding. We provide evidence of the expressiveness of the framework by formulating the early π-calculus and Abramsky’s lazy λ-calculus within Nominal SOS. For both calculi we establish the operational correspondence with the original calculi. Moreover, in the context of the π-calculus, we prove that nominal bisimilarity coincides with Sangiorgi’s open bisimilarity and in the context of the λ-calculus we prove that nominal bisimilarity coincides with Abramsky’s applicative bisimilarity. © 2012 Elsevier B.V.
  •  
26.
  • Costa Paiva, Sofia, et al. (författare)
  • Complete IOCO Test Cases : A Case Study
  • 2016
  • Ingår i: A-TEST 2016 - Proceedings of the 7th International Workshop on Automating Test Case Design, Selection, and Evaluation, co-located with FSE 2016. - New York, NY : ACM Press. - 9781450344012 ; , s. 38-44
  • Konferensbidrag (refereegranskat)abstract
    • Input/Output Transition Systems (IOTSs) have been widely used as test models in model-based testing. Traditionally, input output conformance testing (IOCO) has been used to generate random test cases from IOTSs. A recent test case generation method for IOTSs, called Complete IOCO, applies fault models to obtain complete test suites with guaranteed fault coverage for IOTSs. This paper measures the efficiency of Complete IOCO in comparison with the traditional IOCO test case generation implemented in the JTorX tool. To this end, we use a case study involving five specification models from the automotive and the railway domains. Faulty mutations of the specifications were produced in order to compare the efficiency of both test generation methods in killing them. The results indicate that Complete IOCO is more efficient in detecting deep faults in large state spaces while IOCO is more efficient in detecting shallow faults in small state spaces. © 2016 ACM.
  •  
27.
  •  
28.
  • Dechesne, Francien, et al. (författare)
  • Interpreted Systems Semantics for Process Algebra with Identity Annotations
  • 2013
  • Ingår i: Logic, Language, and Computation. - Heidelberg : Springer Berlin/Heidelberg. - 9783642369759 - 9783642369766 ; , s. 182-205
  • Bokkapitel (refereegranskat)abstract
    • Process algebras have been developed as formalisms for specifying the behavioral aspects of protocols. Interpreted systems have been proposed as a semantic model for multi-agent communication. In this paper, we connect these two formalisms by defining an interpreted systems semantics for a generic process algebraic formalism. This allows us to translate and compare the vast body of knowledge and results for each of the two formalisms to the other and perform epistemic reasoning, e.g., using model-checking tools for interpreted systems, on process algebraic specifications. Based on our translation we formulate and prove some results about the interpreted systems generated by process algebraic specifications. © 2013 Springer-Verlag.
  •  
29.
  • Entekhabi, Sina, 1989-, et al. (författare)
  • Automated and Efficient Test-Generation for Grid-Based Multiagent Systems : Comparing Random Input Filtering versus Constraint Solving
  • 2023
  • Ingår i: ACM Transactions on Software Engineering and Methodology. - New York, NY : Association for Computing Machinery (ACM). - 1049-331X .- 1557-7392. ; 33:1
  • Tidskriftsartikel (refereegranskat)abstract
    • Automatic generation of random test inputs is an approach that can alleviate the challenges of manual test case design. However, random test cases may be ineffective in fault detection and increase testing cost, especially in systems where test execution is resource- and time-consuming. To remedy this, the domain knowledge of test engineers can be exploited to select potentially effective test cases. To this end, test selection constraints suggested by domain experts can be utilized either for filtering randomly generated test inputs or for direct generation of inputs using constraint solvers. In this article, we propose a domain specific language (DSL) for formalizing locality-based test selection constraints of autonomous agents and discuss the impact of test selection filters, specified in our DSL, on randomly generated test cases. We study and compare the performance of filtering and constraint solving approaches in generating selective test cases for different test scenario parameters and discuss the role of these parameters in test generation performance. Through our study, we provide criteria for suitability of the random data filtering approach versus the constraint solving one under the varying size and complexity of our testing problem. We formulate the corresponding research questions and answer them by designing and conducting experiments using QuickCheck for random test data generation with filtering and Z3 for constraint solving. Our observations and statistical analysis indicate that applying filters can significantly improve test efficiency of randomly generated test cases. Furthermore, we observe that test scenario parameters affect the performance of the filtering and constraint solving approaches differently. In particular, our results indicate that the two approaches have complementary strengths: random generation and filteringworks best for large agent numbers and long paths, while its performance degrades in the larger grid sizes and more strict constraints. On the contrary, constraint solving has a robust performance for large grid sizes and strict constraints, while its performance degrades with more agents and long paths. © 2023 Copyright held by the owner/author(s).
  •  
30.
  • Entekhabi, Sina, 1989-, et al. (författare)
  • Domain Specific Language for Testing Grid-based Multiagent Autonomous Systems
  • Annan publikation (övrigt vetenskapligt/konstnärligt)abstract
    • The automatic generation of random test inputs offers a potential solution to the challenges associated with manual test case design. However, the use of random test cases may prove ineffective for fault detection and can escalate testing costs, particularly in systems where test execution demands significant resources and time. To address this issue, leveraging the domain knowledge of test engineers becomes crucial for selecting test cases with the potential for effectiveness. One approach involves utilizing test selection constraints recommended by domain experts, which can be applied to generate targeted test inputs. In our previous paper, we introduced a domain-specific language (DSL) designed to formalize locality-based test selection constraints specifically tailored for autonomous agents. In this work, we devise an extended DSL for specifying more detailed test scenarios for a more elaborate model of autonomous agents and environment. We design a questionnaire and ask several experts' opinions about the usefulness of the DSL and also design an experiment to compare the efficiency, in terms of time needed to reach a failure, of the extended DSL with the initially proposed one. The questionnaire results show that some features of the extended DSL look useful in the experts' opinion, and the experiment results show that testing with the extended DSL can considerably improve the efficiency of the testing process.
  •  
Skapa referenser, mejla, bekava och länka
  • Resultat 21-30 av 66
Typ av publikation
konferensbidrag (31)
tidskriftsartikel (16)
rapport (7)
proceedings (redaktörskap) (4)
doktorsavhandling (2)
bokkapitel (2)
visa fler...
samlingsverk (redaktörskap) (1)
bok (1)
annan publikation (1)
recension (1)
visa färre...
Typ av innehåll
refereegranskat (46)
övrigt vetenskapligt/konstnärligt (19)
populärvet., debatt m.m. (1)
Författare/redaktör
Mousavi, Mohammad Re ... (65)
Reniers, Michel A. (8)
Varshosaz, Mahsa, 19 ... (8)
Beohar, Harsh, 1984- (7)
Aceto, Luca (6)
Ingólfsdóttir, Anna (5)
visa fler...
Mostowski, Wojciech, ... (5)
Mohaqeqi, Morteza (4)
Taromirad, Masoumeh, ... (4)
Cimini, Matteo (3)
Carvalho, Gustavo (3)
Sampaio, Augusto (3)
Noroozi, Neda (3)
Simao, Adenilso (3)
Goriac, Eugen-Ioan (2)
Reniers, Michael A. (2)
Aerts, Arend (2)
Kunze, Sebastian, 19 ... (2)
Araujo, Hugo (2)
Arts, Thomas (2)
Castellani, Ilaria (2)
Mosses, Peter D. (2)
Entekhabi, Sina, 198 ... (2)
Baier, Christel (1)
Birgisson, Arnar (1)
Thum, Thomas (1)
Dechesne, Francien (1)
Aichernig, Bernhard ... (1)
Tappler, Martin (1)
Ali, Nauman Bin (1)
Engström, Emelie (1)
Minhas, Nasir Mehmoo ... (1)
Helgesson, Daniel (1)
Taha, Walid, 1972- (1)
Berger, Christian (1)
Khosravi, Ramtin (1)
Atif, Muhammad (1)
Cranen, Sjoerd (1)
Sirjani, Marjan (1)
Khamespanah, Ehsan (1)
Khakpour, Narges (1)
Bruni, Roberto (1)
Caltais, Georgiana (1)
Leue, Stefan (1)
Chaudron, Michel (1)
Churchill, Martin (1)
Gabbay, Murdoch J. (1)
Schaefer, Ina (1)
Costa Paiva, Sofia (1)
Entekhabi, Sina (1)
visa färre...
Lärosäte
Högskolan i Halmstad (66)
Uppsala universitet (3)
Lunds universitet (1)
Linnéuniversitetet (1)
Blekinge Tekniska Högskola (1)
Språk
Engelska (66)
Forskningsämne (UKÄ/SCB)
Naturvetenskap (60)
Teknik (9)

År

Kungliga biblioteket hanterar dina personuppgifter i enlighet med EU:s dataskyddsförordning (2018), GDPR. Läs mer om hur det funkar här.
Så här hanterar KB dina uppgifter vid användning av denna tjänst.

 
pil uppåt Stäng

Kopiera och spara länken för att återkomma till aktuell vy