SwePub
Sök i SwePub databas

  Utökad sökning

Träfflista för sökning "WAKA:ref ;lar1:(cth)"

Sökning: WAKA:ref > Chalmers tekniska högskola

  • Resultat 34961-34970 av 64496
Sortera/gruppera träfflistan
   
NumreringReferensOmslagsbildHitta
34961.
  •  
34962.
  • Lindström Claessen, Koen, 1975, et al. (författare)
  • A circuit approach to LTL model checking
  • 2013
  • Ingår i: 13th International Conference on Formal Methods in Computer-Aided Design, FMCAD 2013; Portland, OR; United States; 20 October 2013 through 23 October 2013. - 9780983567837 ; , s. 53-60
  • Konferensbidrag (refereegranskat)abstract
    • This paper presents a method for translating formulas written in assertion languages such as LTL into a monitor circuit suitable for model checking. Unlike the conventional approach, no automata is generated for the property, but instead the monitor is built directly from the property formula through a recursive traversal. This method was first introduced by Pnueli et. al. under the name of Temporal Testers. In this paper, we show the practicality of temporal testers through experimental evaluation, as well as offer a self-contained exposition for how to construct them in manner that meets the requirements of industrial model checking tools. These tools tend to operate on logic circuits with sequential elements, rather than transition relations, which means we only need to consider so called positive testers with no future references. This restriction both simplifies the presentation and allows for more efficient monitors to be generated. In the final part of the paper, we suggest several possible optimizations that can improve the quality of the monitors, and conclude with experimental data.
  •  
34963.
  • Lindström Claessen, Koen, 1975 (författare)
  • A Coverage Analysis for Safety Property Lists
  • 2007
  • Ingår i: Conference on Formal Methods for Computer Aided Design (FMCAD), Austin, TX, NOV 11-14, 2007. - 9780769530239 ; , s. 139-145
  • Konferensbidrag (refereegranskat)abstract
    • We present a coverage analysis that can be used inproperty-based verification. The analysis helps identifying ”forgottencases”; scenarios where the property list under analysisdoes not constrain a certain output at a certain point in time.These scenarios can then be manually investigated, possibly leadingto new, previously forgotten properties being added. As thereoften exist cases in which outputs are not supposed to be specified,we also provide means for the specificier to annotate properties inorder to control what cases are supposed to be underconstrained.Two main differences with earlier proposed similar analysesexist: The presented analysis is design-independent, and it makesan explicit distinction between intentionally and unintentionallyunderspecified behavior.
  •  
34964.
  • Lindström Claessen, Koen, 1975, et al. (författare)
  • A FAITHFUL SEMANTICS FOR GENERALISED SYMBOLIC TRAJECTORY EVALUATION
  • 2009
  • Ingår i: Logical Methods in Computer Science. - 1860-5974. ; 5:2, s. 1 (artno)-
  • Tidskriftsartikel (refereegranskat)abstract
    • Generalised Symbolic Trajectory Evaluation (GSTE) is a high-capacity formal verification technique for hardware. GSTE is an extension of Symbolic Trajectory Evaluation (STE). The difference is that STE is limited to properties ranging over finite time-intervals whereas GSTE can deal with properties over unbounded time. GSTE uses abstraction, meaning that details of the circuit behaviour are removed from the circuit model. This improves the capacity of the method, but has as down-side that certain properties cannot be proven if the wrong abstraction is chosen. A semantics for GSTE can be used to predict and understand why certain circuit properties can or cannot be proven by GSTE. Several semantics have been described for GSTE by Yang and Seger. These semantics, however, are not faithful to the proving power of GSTE-algorithms, that is, the GSTE-algorithms are incomplete with respect to the semantics. The reason is that these semantics do not capture the abstraction used in GSTE precisely. The abstraction used in GSTE makes it hard to understand why a specific property can, or cannot, be proven by GSTE. The semantics mentioned above cannot help the user in doing so. So, in the current situation, users of GSTE often have to revert to the GSTE algorithm to understand why a property can or cannot be proven by GSTE. The contribution of this paper is a faithful semantics for GSTE. That is, we give a simple formal theory that deems a property to be true if-and-only-if the property can be proven by a GSTE-model checker. We prove that the GSTE algorithm is sound and complete with respect to this semantics. Furthermore, we show that our semantics for GSTE is a generalisation of the semantics for STE and give a number of additional properties relating the two semantics.
  •  
34965.
  • Lindström Claessen, Koen, 1975, et al. (författare)
  • A liveness checking algorithm that counts
  • 2012
  • Ingår i: 2012 Formal Methods in Computer-Aided Design, FMCAD 2012. - 9781467348324 ; , s. 52-59
  • Konferensbidrag (refereegranskat)abstract
    • We present a simple but novel algorithm for checking liveness properties of finite-state systems, called k-Liveness, which is based on counting and bounding the number of times a fairness constraint can become true. Our implementation of the algorithm is completely SAT-based, works fairly well in practice, and is competitive in performance with alternative methods. In addition, we present a pre-processing technique which can automatically derive extra fairness constraints for any given liveness problem. These constraints can be used to potentially boost the performace of any liveness algorithm. The experimental results show that the extra constraints are particularly beneficial in combination with our k-Liveness algorithm.
  •  
34966.
  • Lindström Claessen, Koen, 1975, et al. (författare)
  • A Semantics for Distributed Erlang
  • 2005
  • Ingår i: Proceedings of the ACM SIGPLAN 2005 Erlang Workshop. - 1595930663
  • Konferensbidrag (refereegranskat)abstract
    • We propose an extension to Fredlund's formal semantics for Erlang thatmodels the concept of nodes. The motivation is that there existsequences of events that can occur in practice, but are impossible todescribe using a single-node semantics, such as Fredlund's. Theconsequence is that some errors in distributed systems might not bedetected by model checkers based on Fredlund's original semantics, orby other single-node verification techniques such as testing. Ourextension is modest; it re-uses most of Fredlund's work but adds anextra layer at the top-level.
  •  
34967.
  • Lindström Claessen, Koen, 1975, et al. (författare)
  • A supervisory control algorithm based on property-directed reachability
  • 2017
  • Ingår i: Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics). - Cham : Springer International Publishing. - 1611-3349 .- 0302-9743. - 9783319703886 ; 10629 LNCS, s. 115-130
  • Konferensbidrag (refereegranskat)abstract
    • We present an algorithm for synthesising a controller (supervisor) for a discrete event system (DES) based on the property-directed reachability (PDR) model checking algorithm. The discrete event systems framework is useful in both software, automation and manufacturing, as problems from those domains can be modelled as discrete supervisory control problems. As a formal framework, DES is also similar to domains for which the field of formal methods for computer science has developed techniques and tools. In this paper, we attempt to marry the two by adapting PDR to the problem of controller synthesis. The resulting algorithm takes as input a transition system with forbidden states and uncontrollable transitions, and synthesises a safe and minimally-restrictive controller, correct-by-design. We also present an implementation along with experimental results, showing that the algorithm has potential as a part of the solution to the greater effort of formal supervisory controller synthesis and verification.
  •  
34968.
  • Lindström Claessen, Koen, 1975, et al. (författare)
  • An Operational Semantics for Weak PSL
  • 2004
  • Ingår i: Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics). - Berlin, Heidelberg : Springer Berlin Heidelberg. - 1611-3349 .- 0302-9743. ; 3312, s. 337-351
  • Tidskriftsartikel (refereegranskat)abstract
    • Extending linear temporal logic by adding regular expressions increases its expressiveness. However, as for example, problems in recent versions of Accellera's Property Specification Language (PSL) as well as in OpenVera's ForSpec and other property languages show, it is a non-trivial task to give a formal denotational semantics with desirable properties to the resulting logic. In this paper, we argue that specifying an operational semantics may be helpful in guiding this work, and as a bonus leads to an implementation of the logic for free. We give a concrete operational semantics for Weak PSL, which is the safety property subset of PSL. We also propose a denotational semantics which we show to be equivalent to the operational one. This semantics is inspired by a new denotational semantics proposed in recent related work.
  •  
34969.
  • Lindström Claessen, Koen, 1975, et al. (författare)
  • Automated Inference of Finite Unsatisfiability
  • 2011
  • Ingår i: Journal of Automated Reasoning. - : Springer Science and Business Media LLC. - 0168-7433 .- 1573-0670. ; 47:2, s. 111-132
  • Tidskriftsartikel (refereegranskat)abstract
    • We present Infinox, an automated tool for analyzing first-order logic problems, aimed at showing finite unsatisfiability, i.e., the absence of models with finite domains. Finite satisfiability is not a decidable problem (only semi-decidable), which means that such a tool can never be complete. Nonetheless, our hope is that Infinox be a useful complement to finite model finders in practice. Infinox uses several different proof techniques for showing infinity of a set, each of which requires the identification of a function or a relation with particular properties. Infinox enumerates candidates to such functions and relations, and subsequently uses an automated theorem prover as a sub-procedure to try to prove the resulting proof obligations. We have evaluated Infinox on the relevant problems from the TPTP benchmark suite, and we are able to automatically show finite unsatisfiability for over 25% of these problems.
  •  
34970.
  • Lindström Claessen, Koen, 1975, et al. (författare)
  • Automating Inductive Proofs using Theory Exploration
  • 2013
  • Ingår i: Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics). - Berlin, Heidelberg : Springer Berlin Heidelberg. - 1611-3349 .- 0302-9743. - 9783642385735 ; 7898, s. 392-406
  • Konferensbidrag (refereegranskat)abstract
    • HipSpec is a system for automatically deriving and proving properties about functional programs. It uses a novel approach, combining theory exploration, counterexample testing and inductive theorem proving. HipSpec automatically generates a set of equational theorems about the available recursive functions of a program. These equational properties make up an algebraic specification for the program and can in addition be used as a background theory for proving additional user-stated properties. Experimental results are encouraging: HipSpec compares favourably to other inductive theorem provers and theory exploration systems.
  •  
Skapa referenser, mejla, bekava och länka
  • Resultat 34961-34970 av 64496
Typ av publikation
tidskriftsartikel (40645)
konferensbidrag (22392)
forskningsöversikt (1051)
samlingsverk (redaktörskap) (288)
bokkapitel (110)
rapport (5)
visa fler...
konstnärligt arbete (4)
proceedings (redaktörskap) (4)
bok (1)
visa färre...
Typ av innehåll
refereegranskat (64496)
Författare/redaktör
Kildal, Per-Simon, 1 ... (628)
Nielsen, Jens B, 196 ... (594)
Karlsson, Magnus, 19 ... (516)
Liu, Johan, 1960 (515)
Nordén, Bengt, 1945 (463)
Andrekson, Peter, 19 ... (435)
visa fler...
Wymeersch, Henk, 197 ... (407)
Johnsson, Filip, 196 ... (402)
Skoglundh, Magnus, 1 ... (395)
Zirath, Herbert, 195 ... (388)
Stake, Jan, 1971 (332)
Lennartson, Bengt, 1 ... (330)
Söderberg, Rikard, 1 ... (327)
Wang, Shu Min, 1963 (322)
Leckner, Bo G, 1936 (317)
Agrell, Erik, 1965 (314)
Enoksson, Peter, 195 ... (308)
Larsson, Anders, 195 ... (306)
Thiringer, Torbjörn, ... (296)
McKelvey, Tomas, 196 ... (293)
Yang, Jian, 1960 (287)
Nyborg, Lars, 1958 (286)
Zhdanov, Vladimir, 1 ... (282)
Eriksson, Thomas, 19 ... (268)
Ekberg, Christian, 1 ... (265)
Davidson, Lars, 1957 (263)
Svensson, Tommy, 197 ... (262)
Bosch, Jan, 1967 (262)
Nilsson, Staffan, 19 ... (261)
Lyngfelt, Anders, 19 ... (248)
Kasemo, Bengt Herber ... (245)
Ringsberg, Jonas, 19 ... (239)
Gubanski, Stanislaw, ... (235)
Grönbeck, Henrik, 19 ... (234)
Nilsson, Thomas, 196 ... (231)
Hryha, Eduard, 1980 (228)
Runesson, Kenneth, 1 ... (225)
Aalto, Susanne, 1964 (224)
Krajnovic, Sinisa, 1 ... (224)
Mattisson, Tobias, 1 ... (223)
Jonson, Björn, 1941 (219)
Fager, Christian, 19 ... (216)
Johansson, Patrik, 1 ... (216)
Gustavsson, Johan, 1 ... (215)
Gu, Irene Yu-Hua, 19 ... (213)
Olsson, Louise, 1974 (208)
Svensson, Arne, 1955 (207)
Uz Zaman, Ashraf, 19 ... (200)
Gevorgian, Spartak, ... (197)
Svensson, Jan-Erik, ... (195)
visa färre...
Lärosäte
Göteborgs universitet (8203)
Kungliga Tekniska Högskolan (1677)
RISE (1546)
Lunds universitet (1483)
Uppsala universitet (1006)
visa fler...
Linköpings universitet (856)
Stockholms universitet (545)
Karolinska Institutet (526)
Umeå universitet (470)
Luleå tekniska universitet (395)
Högskolan i Borås (335)
Jönköping University (318)
Sveriges Lantbruksuniversitet (268)
Mälardalens universitet (209)
Malmö universitet (209)
Högskolan Väst (195)
VTI - Statens väg- och transportforskningsinstitut (187)
Linnéuniversitetet (184)
Högskolan i Halmstad (163)
Örebro universitet (155)
Högskolan i Skövde (143)
Karlstads universitet (126)
Mittuniversitetet (121)
Blekinge Tekniska Högskola (117)
IVL Svenska Miljöinstitutet (78)
Högskolan Dalarna (68)
Högskolan i Gävle (46)
Handelshögskolan i Stockholm (37)
Södertörns högskola (19)
Högskolan Kristianstad (13)
Försvarshögskolan (9)
Konstfack (8)
Marie Cederschiöld högskola (5)
Nordiska Afrikainstitutet (3)
Gymnastik- och idrottshögskolan (3)
Sophiahemmet Högskola (3)
Naturhistoriska riksmuseet (2)
visa färre...
Språk
Engelska (64163)
Svenska (202)
Tyska (35)
Kinesiska (32)
Franska (13)
Ryska (12)
visa fler...
Portugisiska (7)
Polska (6)
Odefinierat språk (4)
Spanska (4)
Danska (3)
Lettiska (3)
Norska (2)
Finska (2)
Japanska (2)
Italienska (1)
Nederländska (1)
Isländska (1)
Nygrekiska (1)
Persiska (1)
Koreanska (1)
visa färre...
Forskningsämne (UKÄ/SCB)
Teknik (37761)
Naturvetenskap (32803)
Samhällsvetenskap (4757)
Medicin och hälsovetenskap (3961)
Humaniora (1270)
Lantbruksvetenskap (1013)

Å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