검색 전체 메뉴
PDF
맨 위로
OA 학술지
A Subclass of Petri Net with Reachability Equivalent to State Equation Satisfiability: Live Single Branch Petri Net
  • 비영리 CC BY-NC
  • 비영리 CC BY-NC
ABSTRACT
A Subclass of Petri Net with Reachability Equivalent to State Equation Satisfiability: Live Single Branch Petri Net
KEYWORD
Petri Net , Reachability , Live single branch , State equation
  • 1. Introduction

    High-level Petri Nets provide a graphical and mathematical tool for system description and analysis that can be applied effectively to issues of parallel and asynchronous workflow [1]. Vigorous research and development on Petri Nets in recent years has led to a widening of their field of application. Petri Nets have become the preferred modeling tool for net systems that have a variety of abstraction levels [2]. They have been used widely in the areas of discrete event systems analysis, flexible manufacturing systems (FMS), automatic control, computer network performance analysis and protocol verification, parallel program design and analysis, knowledge inference, artificial neural networks, and decision models [3].

    One of the main purposes of using Petri Nets to model an actual system is to analyze the properties and functions of the actual system with the assistance of a system model. We research Petri Nets for the purpose of applying them to areas of artificial intelligence, such as knowledge expression and the establishment of formalized reasoning models, expressing relationships among various activities, reasoning logically based on modeling through a known initial state and initial conditions, calculating the credibility of each inference result through fuzzy inference reasoning, and determining reasonable inference results. In order to achieve this purpose, we first study the reachability of a Petri Net.

    In research on Petri Nets, reachability is probably the most basic dynamic property and the decidability of the reachability problem is probably the most important open problem in the mathematical theory of Petri Nets and related formalisms. In a sense, research on reachability is the foundation for research on other dynamic properties of Petri Nets, because many other problems can be described using reachability. The reachability problem for Petri Nets is to decide, given a Petri Net N and a marking M, whether MR(N). Clearly, this is a matter of marking the reachability graph defined above, until we reach the requested marking or we know it can no longer be found. This is more difficult than it might seem at first: the reachability graph is generally infinite, and it is not easy to determine when it is safe to stop. In fact, this problem was shown to be EXPSPACE-hard [4] years before it was shown to be decidable at all. Papers continue to be published on how to decide the reachability efficiently [5].

    While reachability seems to be a good tool for finding erroneous states, the constructed graph usually has far too many states to calculate for practical problems. To alleviate this drawback, linear temporal logical (LTI) is customarily used in conjunction with the tableau method to prove that such states cannot be reached. LTL uses the semi-decision technique to find if a state can be reached, by finding a set of necessary conditions for the state to be reached and then proving that those conditions cannot be satisfied.

    Thus, if the decision problem of reachability can be solved, then other dynamic properties such as activity are expected to be solved. Unfortunately, it is not easy to find a general algorithm that can determine the reachability of any Petri Net, especially an unbounded Petri Nets. Since the reachability decision problem has at least exponential space complexity and no effective algorithm is found by now, so if we can find and prove some Petri Net subclasses that can use the satisfiability of the state equation to decide the reachability, it is also an important and indispensable work.

    It has been proved that, for the live T-system and live weighted T-system, the reachability is equivalent to the satisfiability of the state equation, based on these existing conclusions, this paper proposed a subclass of live weighted Petri Net-Live Single Branch Petri Net, and proved that for this kind of Petri Net, the reachability is equivalent to the satisfiability of the state equation. That is to say, for living single branch Petri Net, we can make use of the satisfiability of state equation to determine its reachability.

    The rest of this paper is organized as follows. Section 2 gives a short review and comparison of related studies and then presents the contributions of our paper. Section 3 describes the basic notations and definitions of Petri Nets. Section 4 first shows two examples to illustrate why using state equations cannot decide the reachability of any kind of Petri Net, then proposed a subclass of Petri Net, that can use the satisfiability of state equation to decide the reachability, and then proved the validity. Section 5 introduces parts of existing reachability decision methods. Finally we draw conclusions and suggest future studies.

    2. Related Work

    Our research relates to a number of areas, especially Petri Netbased formalisms, dynamic behavior, and synchronized concurrent systems research. Since for some subclasses of Petri Net, the state equation has non-negative integer solution is not only the necessary condition but also the sufficient condition of M can reach from M0, so for these kind of Petri Net, the reachability is equivalent to the satisfiability of the state equation. Therefore, it can significant simplify the decision of reachability (get rid of the judgment of the existence of legitimate sequence). So to find and prove which kinds of Petri Nets subclasses can have this property is an item of work with extraordinary significance. Many researchers have devoted themselves to find the Petri Net subclasses with this property. Here we highlight some relevant works in these fields.

    Liu and Chen [6] have found a subnet of Petri Net: ∑ = (S, T; F;W;M0), if it satisfied the condition ∀sS → │?s│ ≤ 1, then for this kind of Petri Net subclass, the reachability is equivalent to the satisfiability of the state equation. Murata [7] has found that for the live T-system, the reachability is equivalent to the satisfiability of the state equation. Xu and Wu [8] further found and proved that for the live weighted T-system, the reachability is also equivalent to the satisfiability of the state equation. Bao et al. [9] have defined a minimal-trapcircuit Petri Net and backward-circuit Petri Net, and proved that the reachability problem of this two kinds of Petri Net subclasses is equivalent to the satisfiability of the state equation if no token-free minimal circuit exits under the initial marking.

    Despite these previous researches, some other researchers devote themselves to use Petri Net as a tool for context inference, modeling and analyzing of discrete event and so on. Lee et al. [10] propose a context inference model which is based on the socalled fuzzy colored timed Petri Net. The model represents and handles the sequential occurrence of some events along with involving timing constraints, deals with the multiple entities using the colored Petri Net model, and employs the concept of fuzzy tokens to manage the fuzzy concepts [10]. Mo et al. [11] proposed a fuzzy transition timed Petri Net with fuzzy theory to determine the optimal transition time. Kim et al. [12] models traffic system with fuzzy discrete event system’s character in fuzzy transition timed Petri Net, and based on it to design a traffic signal controller.

    Based on the abovementioned studies, in this paper, we put forward a subnet of a Petri Net-a live single branch Petri Net whose reachability is equivalent to the satisfiability of the state equation.

    3. Basic Notations and Definitions of Petri Net

       3.1 Features and Definition of Petri Net

    Petri Net has many good features that can be used to analyze and describe the system. It can simulate the system from the perspective control and management, accurately describe the dependency and dependency relationship of the event of in the system, describe the system structure and behavior with unified language and describe the synchronized concurrent systems, provide a new way to solve the different kinds of problems, refer to the literature [13].

    Petri Net is a model used to describe distributed systems. It can not only describe the structure of the system, but also simulate the operation of the system. The part that describes the system structure is referred to as a network. In form, a net is a directed bipartite graph without isolated nodes.

      >  Definition 1:

    A triple N = (S, T; F) which satisfies the following conditions is called a net:

    1) ST

    2) ST =

    3) F ⊆ (S × T) ∪ (T × S))

    4) dom(F)cod(F) = ST

    Where:

    dom(F) = {x ∈ S ∪ T│∃y ∈ S ∪ T : (x, y) ∈ F}

    cod(F) = {x ∈ S ∪ T│∃y ∈ S ∪ T : (y, x) ∈ F}

    S and T are two disjoint sets (In general they are assumed to be the finite set), that are the basic elements sets of net N. S is called place set and T is called transition set. The elements of S are known as the S-place, which can also be called location and the elements of T are known as the T-transition. F is the flow relation of net N [14].

      >  Definition 2:

    Suppose N=(S, T; F) is a net, then for all the xST, record

    ?x = {y│y ∈ S ∪ T ∧ (y, x) ∈ F}

    x? = {y│y ∈ S ∪ T ∧ (x, y) ∈ F}

    Here we name x as the pre-set or input set of x, x as the post-set or output set of x, name xxas the extension of element [14].

    An extension of a place is the subset of transition set T, and an extension of a transition is the subset of place set S.

      >  Definition 3:

    Suppose N = (S, T; F;M) is a Petri Net, if there exists a tT, which satisfies M[t > M’, then M’ is directly reachable form M. If there exists transition sequence t1, t2, ..., tk and identity sequence M1, M2,..., Mk, which satisfies: M[t1 > M1[t2 > M2[t3 ... > Mk?1[tk > Mk, Then we say that Mk is reachable form M. All the identifications that are reachable from M are named as R(M), and MR(M). If the transition set t1, t2, . . . , tk is labeled as σ, then the M[t1>M1[t2>M2[t3. . .> Mk?1[tk> Mk can be labeled as M[σ>Mk [14].

    When we use a Petri Net to simulate an actual system, the net ∑ = (S, T; F) describes the structure of the system. Initial marking M0 is marked of the initial states of the system, and R (M0) is the totally probable state set of the system that occurs in the operation process.

    Based on this, we can define the net system ∑ as follows: here M0 is the initial marking of ∑, and the reachability marking set of ∑ is the Minimum Set that satisfies the following two conditions:

    1) M0R(M0)

    2) If MR(M0), and there exists tT that satisfies M[t>M, then MR(M0) ][14].

    For the bounded Petri Net, since its reachability marking set R (M0) is a finite set, we can take R (M0) as a vertex set, using the directed reachable relations between the markings as arc set to make up a directed graph. This kind of directed graph is called a reachable marking graph of the Petri Net.

      >  Definition 4:

    Suppose ∑ = (S, T; F;W;M0) is a Petri Net, M0 is the initial identifier, tT. If for ∀MR(M0) always exist M’R(M), make M’[t >, then the transition t is live. If ∀tT, t always lives, then the ∑ is a live Petri Net [14].

    4. The Subclass of Petri Net with Reachability Equivalent to State Equation Satisfiability

       4.1 The Limitations of Using State Equations to Decide Reachability for Any Kinds of Petri Net

    For a general Petri Net, ∑ = (S, T; F;W;M0), since exiting an n (n=│T│) dimensional non-negative integer vector satisfied the state equation M = M0 + ATX is just a necessary condition but not the sufficient condition of M is reachable from M0, so we cannot using state equation to decide the reachable marking of ∑.

    In the following, we’ll use two examples to show why we cannot use the state equation to decide the reachability for any kinds of Petri Nets.

    First, considering the matrix method for analyzing Petri Nets, a matrix A cannot reflect the structure of a Petri Net accurately, because if the transition section uses one position to input and output simultaneously, there will be a self-loop, i.e., the same position of A+ and A will occur at the same number, which will be mutually offset by A - A+.

    Second, there will be missing sequence information in the triggered vector.

    For example, suppose we want to confirm whether the identification (0, 0, 0, 0, 1) can be reached from (1, 0, 0, 0, 0) in Figure 1. If we use the state equation to decide reachability, we get Equation (1):

    image

    (For the matrix, the column indicate the place p1, p2, p3, p4, p5, the row indicate the transition t1, t2, t3, t4, t5, t6)

    Obviously, the solution of this equation is not unique. From this general form, we can know only the relationships among the numbers of the initiation of the transition node, but cannot confirm the sequence of the initiation.

    Third, the solution calculated using the state equation might be a false solution.

    For example, suppose we want to confirm whether the identification (0, 0, 0, 1) can be reached from (1, 0, 0, 0) in Figure 2. If we use state equation to decide reachability, we can get Equation (2):

    This equation has a solution of (1, 1). The equation corresponds to the two initiating sequences t1t2 or t2t1, but neither can be reached, because t1 and t2 cannot be enabled in (1, 0, 0, 0). Therefore, we can see from this example that the solution calculated using the state equation might be a false solution.

    image

    However, there exits some special Petri Net, the reachability problem is easily to be decided, so it has great significant to find such Petri Net subclass. In the following, we will define

    a Petri Net subclass and prove that, for this kind of Petri Net subclass, the reachability is also equivalent to the satisfiability of the state equation.

       4.2 The Proposed Petri Net Subclass and Demonstration

    For a Petri Net∑ = (S, T; F;W;M0), if identifier M is reachable from M0 (mark as: MR(M0), then there must exist an n-dimensional non-negative integer vector X, satisfying

    image

    here A is the incidence matrix of ∑, which is an n×m integer matrix ( │T│=n, │s│=m ). Equation (3) is the state equation of Petri Net ∑. But for a general Petri Net, Equation (3) is just the necessary condition of MR(M0), not the sufficient condition, i.e., for any Petri Net, we cannot determine the initiating sequence caused by the transition node by judging whether the Petri Net satisfies the state equation.

    However, for some subclass of Petri Net, Equation (3) is the sufficient and necessary condition of MR(M0). In the following, we’ll first give the definition of live single branch Petri Net, and then prove for this kind of Petri Net, the reachability is equivalent to the satisfiability of the state equation.

      >  Definition:

    Suppose ∑ = (S, T; F;W;M0) is a live Petri Net, if ∀sS, it must have │s│ > 1 ⇒ (s, s) ? F+. Then the Petri Net is called a live single branch Petri Net. Here TX F+ is the transitive closure of flow relation F. It means that the Live Single Branch Petri Net cannot have multi pre-set, but can have multi post-set. An example of live single branch Petri Net is shown as Figure 3, here │s7│=2.

    Obviously the live single branch Petri Net includes the live weighted T-system Petri Net which has only one input and one output (∀sS : │s│ = │s│ = 1), but the live single branch Petri Net which we proposed in our paper has one input but multi outputs, it is more general than the live weighted T-system.

    Xu and Wu [8] have proved that for the live weighted T-system Petri Net, the reachability is equivalent to the satisfiability of the state equation. In the following, we’ll prove that for the wider one, we can also depend on the state equation satisfiability to decide the reachability.

    Since it is depicted in extensive literature that the equation M = M0 + ATX is the necessary condition of the reachability of a Petri Net, we will prove here only that for a live single-branch Petri Net, equation M = M0 + ATX is also the sufficient condition for reachability.

    Before we prove this, we first prove two propositions.

    Proposition 1:

    Suppose ∑ = (S, T; F;W;M0) is a live weighted Petri Net. If for any MR(M0) for which the n-dimensional non-negative integer vector X satisfies M+ATX ≥ 0, we can find a tTX that satisfies M[t>, then the sufficient and necessary condition of identifier Md being reachable from M0 is that there exists an n-dimensional non-negative integer vector X satisfying the state equation Md = M0 + ATX. Here TX={titiT and X(i)>0} (X(i) is the ith component of vector X) .

    Proof:

    (1) The necessity of this theorem follows obviously from the basic properties of Petri Nets.

    (2) Now we prove the sufficiency

    Suppose

    image

    Since Md = M0 + ATX ≥ 0, there exists tilTX, 1 ≤ i1n, satisfying M0[til>Ml. In addition, because M1 = M0 + ATEi1 (here Eil is an ndimensional non-negative vector whose i1th component is 1, and whose other components are 0), suppose Xl=X-Ei1, then M1 + ATX1 = M1 + ATX (XEi1) = M0 + ATX ≥ 0. Also, because MlR(M0), there exists ti2TXl, that satisfies M1[ti2>M2. Suppose X2=X1- Ei2, then M2 + ATX2 ≥ 0 and M2R(M0), so there exists ti3TX2, satisfying M2[ti3>M3. Continuing the recursion, we can get

    M3[ti4 > M4; ... ;MK?1[tiK > MK = Md.

    Finally we can conclude that identifier Md is reachable from M0.

    This proves the sufficiency, and thus also proposition 1.

    Proposition 2:

    Suppose ∑=(S, T; F;W;M0) is a live single-branch Petri Net, then for any n dimension non-negative integer vector X that satisfies M0 + ATX ≥ 0, there exists tTX, satisfying M[t> (Here TX={titiT and X(i)>0}).

    Proof: We use reductio ad absurdum.

    Suppose an n dimensional non-negative integer vector satisfies M0 + ATX ≥ 0, then for all tTX, there is no M0[t>. By constructing the sequence of til, si1, ti2, si2,..., tir with the following algorithm, we will find a contradiction in the sequence.

    Algorithm:

    Step 0: ① Randomly select a t∈TX, labeled as til;

    ② S1 = {s│s ∈ ?ti1, and M0(s) < W(s, ti1) //W is the weighted function of ∑, because the //M0[til> is false, so S1≠0.

    ③ Counting variable j:=1;

    Step l: ①Tj+1 = {t│t ∈ ?Sj, and t ∈ TX

    ② If Tj+1 ≠= ? then

    {

    Randomly select a t∈Tj+1, labeled as tij+1, and label sij as the place S of ?tij∩ t?ij+1 (here, if there are many places in ?tij ∩ t?ij+1, then select one of them randomly);

    }

    Else // Tj+1=?

    Jump to Step 2.

    ③ If tij+1 = tk and 1 ≤ k ≥ j then Jump to Step 2. Else j:=j+l, Jump to Step l.

    Step 2: End.

    It is easy to see that since the elements in T are finite, the algorithm can be terminated. We can finally get the sequence: til, si1, ti2, si2, . . . , tir, where tijTX, j= l, 2,. . . , r.

    We discuss the sequence til, si1, ti2, si2, . . . , tir according to the termination conditions of the above algorithm with the following two cases:

    (1) Case 1:

    When tij=tik(1k<r), the sequence will be a return circuit

    image

    Analyze the loop tik,sik,. . . ,tir?1,tik. Since │S│ > 1 ⇒ (s, s) ? F+, so│Sij │ = 1(j = k, k + 1, ... r ? 1). Also because some places sij in the sequence do not have enough tags to initiate the transition tij (j=k,k+1,. . . ,r-1) of the sequence, and for any Sij (j=k,k+ 1,. . . ,r-1) in the sequence, Sij = {tij + 1}, therefore tags outside of the sequence cannot flow to places within the sequence, i.e., any transitions tij (j=k,k+1,. . . ,r-1) within the sequence will not be initiated, which is contradictory to the fact that ∑ is a live Petri Net.

    (2) Case 2:

    When Tj+1, the sequence will be:

    image

    (where tijtik,lk<r)

    Since M0[til> is false, there exists a place sir, that satisfies M0(sir)<W(sir,tir), and there is no transition t in the sir that satisfies tTX. Now let M1 = M0 + ATX, since tirTX, i.e., X (ir)>0, but the number of the tags of sir is smaller than the weight of the side W(sir,tir), so there must exist a M1(sir)<0, which is contradictory with M1 = M0 + ATX ≥ 0

    Thus proposition 2 is proved.

    Proposition 3:

    Based on the above conclusions (conclusions 1 and 2) we will prove, for any live single-branch Petri Net ∑ = (S, T; F;W;M0), the sufficient and necessary condition of identifier Md being reachable from M0is that there exists an n-dimensional nonnegative integer vector X, that satisfies the state equation Md = M0 + ATX.

    Proof:

    The necessity of this theorem follows obviously from the basic properties of Petri Nets.

    Now let us prove the sufficiency:

    Since the ∑ = (S, T; F;W;M0) is a live single-branch Petri Net, according to conclusion 2, we know that for any n-dimensional non-negative integer vector X that satisfies M0 + ATX. ≥ 0, there must exist a tTX, making the M0[t>. Here TX = {titiT and X(i)>0}

    Then according to proposition 1, since the ∑ = (S, T; F;W;M0) is a live single-branch Petri Net, for any n-dimensional non-negative integer vector X that satisfies MR(M0), and M + ATX ≥ 0, there must exist tTX, that makes the M[t>. Hence, the sufficient and necessary condition of identifier Md being reachable from M0 is that there exists an n-dimensional nonnegative integer vector X that satisfies the state equation Md = M0 + ATX, where TX = {ti1tiT and X(i)>0}(X(i) is the ith component of vector X)

    As a result, we can draw the conclusion that: Suppose ∑ = (S, T; F;W;M0) is a live Petri Net, if ∀sS, it must have │s│ > 1 ⇒ (s, s) ? F+, then for this kind of Petri Net, if exits and only exits an n dimensional non-negative integer vector X, satisfies the state equationMd = M0+ATX, then the identifier Md being reachable from M0. Till now, we have found a way to decide the reachability of Live Single Branch Petri Net.

    5. Conclusion

    Petri Nets are a tool for system description and analysis. Reachability is one of the most basic properties in Petri Net research. We research Petri Nets for the purpose of applying them to areas of artificial intelligence, such as knowledge expression and the establishment of formalized reasoning models, expressing relationships among various activities, reasoning logically based on modeling through a known initial state and initial conditions, calculating the credibility of each inference result through fuzzy inference reasoning, and determining reasonable inference results. In order to achieve this purpose, the first task is to research the reachability of Petri Nets. In a sense, reachability is the foundation of the study of other dynamic properties of Petri Nets. Many problems on Petri Nets can be described by it, so the reachability decision problem is therefore one of the most important topics in Petri Net theory.

    Methods that can be used to analyze the reachability of a Petri Net include the reachable marking graph and coverability tree, the correlation matrix and state equation, and Petri Net language. Each method has its advantages and disadvantages. Sometimes we can combine them, so as to analyze the dynamic properties of a Petri Net.

    Although, using state equation cannot decide the reachability for all kinds of Petri Net, bur since this method is very easy to be grasped and is convenient to be used without the judgment of the existence of legitimate sequence, so if we can prove that for some kinds of Petri Net subclasses, the state equation satisfiability is not only a necessary condition but also a sufficient condition, then it is also an important and indispensable work.

    The previous researches have proved that some subclass of Petri Net, such as transition-single-input-circuit Petri Nets, minimum-transition-single-input-trap-circuit Petri Nets, minimumsiphon- circuit Petri Nets, and live weighted T-system Petri Net, the reachability is equivalent to the satisfiability of the state equation.

    Based on these previous researches, we found a subclass that includes the live weighted T-system can also use the state equation satisfiability to decide the reachability. In this paper, we defined the Petri Net subclass, and proved that for this kind of Petri Net, if and only if exits an n dimensional non-negative integer vector X, satisfies the state equationMd = M0+ATX, then the identifier Md is reachable from M0.

    However, our proposed method is suitable only for determining the reachability of a subclass of a Petri Net, so in the future, the key issue in our further study will be to determine how to combine our proposed method in this paper with an improved coverability tree proposed in reference [15] to decide reachability for a general Petri Net.

      >  Conflict of Interest

    No potential conflict of interest relevant to this article was reported.

참고문헌
  • 1. Peleg M., Rubin D., Altman R. B. 2005 “Using petri net tools to study properties and dynamics of biological systems” [Journal of the American Medical Informatics Association] Vol.12 P.181-199 google cross ref
  • 2. Padberg J., Gajewsky M., Ermel C. 2001 “Rule-based refinement of high-level nets preserving safety properties” [Science of Computer Programming] Vol.40 P.97-118 google cross ref
  • 3. Ribeiro A. S., Costa E. M. M., Lima II E. J. 2008 “Flexible manufacturing systems modelling using high level petri nets” [ABCM Symposium Series in Mechatronics] Vol.3 P.405-413 google
  • 4. Lipton R. J. 1976 The Reachability Problem Requires Exponential Space google
  • 5. Kungas P. 2005 “Petri net reachability checking is polynomial with optimal abstraction hierarchies” [Lecture Notes in Computer Science] Vol.3607 P.149-164 google cross ref
  • 6. Liu G., Chen L. 2007 “Class of Petri nets with equivalence of reachability and state equation satisifability” [Computer Engineering and Applications] Vol.43 P.84-86 google
  • 7. Murata T. 1989 “Petri nets: properties, analysis and applications” Vol.77 P.541-580 google cross ref
  • 8. Xu A., Wu Z. 1999 “Live weighted t-system: reachability problem and the satisfiability of the state equation problem” [Computer Science] Vol.26 P.41-43 google
  • 9. Bao Y., Lu F., Zeng Q. 2007 “Two classes of petri net with reachability equivalent to state equation satisfiability” [Journal of System Simulation] Vol.19 P.44-46 google
  • 10. Lee K. M., Lee K. M., Hwang K. S. 2006 “Fuzzy colored timed petri nets for context inference” [Journal of Korean Institute of Intelligent Systems] Vol.16 P.291-296 google cross ref
  • 11. Mo Y. S., Kim J. C., Kim J. K., Hwang H. S. 2001 “Fuzzy transition timed petri net for modeling and analyzing of discrete event dynamic systems” [Journal of Korean Institute of Intelligent Systems] Vol.11 P.119-126 google
  • 12. Kim J. K., Kim J. C., Hwang H. S. 2004 “Modeling of the fuzzy discrete event system and it’s application” [Journal of Korean Institute of Intelligent Systems] Vol.14 P.487-492 google cross ref
  • 13. Dong H., Yang J. 1999 “Petri net: concept, analysis method and application” [Natural Science Journal of Harbin Normal University] Vol.15 P.59-63 google
  • 14. Wu Z. 1991 Petri Network Introduction, Chinese ed. google
  • 15. Gao Q., Zhou D., Li A. 2009 “An algorithm for construction of petri-nets’ improved coverability tree” P.334-338 google
OAK XML 통계
이미지 / 테이블
  • [ Figure 1. ]  Petri Net ∑1.
    Petri Net ∑1.
  • [ Figure 2. ]  Petri Net ∑2.
    Petri Net ∑2.
  • [ Figure 3. ]  Live single branch Petri Net ∑3.
    Live single branch Petri Net ∑3.
(우)06579 서울시 서초구 반포대로 201(반포동)
Tel. 02-537-6389 | Fax. 02-590-0571 | 문의 : oak2014@korea.kr
Copyright(c) National Library of Korea. All rights reserved.