Trisha Shetty (Editor)

Vector addition system

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Vector addition system

A vector addition system (VAS) is one of several mathematical modeling languages for the description of distributed systems. Vector addition systems were introduced by Richard M. Karp and Raymond E. Miller in 1969, and generalized to vector addition systems with states (VASS) by John E. Hopcroft and Jean-Jacques Pansiot in 1979. Both VAS and VASS are equivalent in many ways to Petri nets introduced earlier by Carl Adam Petri.

Contents

Informal definition

A vector addition system consists of a finite set of integer vectors. An initial vector is seen as the initial values of multiple counters, and the vectors of the VAS are seen as updates. These counters may never drop below zero. More precisely, given an initial vector with non negative values, the vectors of the VAS can be added componentwise, given that every intermediate vector has non negative values. A vector addition system with states is a VAS equipped with control states. More precisely, it is a finite directed graph with arcs labelled by integer vectors. VASS have the same restriction that the counter values should never drop below zero.

Formal definitions and basic terminology

  • A VAS is a finite set V Z d for some d > 0 .
  • A VASS is a finite directed graph ( Q , T ) such that T Q × Z d × Q for some d > 0 .
  • Transitions

  • Let V Z d be a VAS. Given a vector u N d , the vector u + v can be reached, in one transition, if v V and u + v N d .
  • Let ( Q , T ) be a VASS. Given a configuration ( p , u ) Q × N d , the configuration ( q , u + v ) can be reached, in one transition, if ( p , v , q ) T and u + v N d .
  • References

    Vector addition system Wikipedia