Skip to content
Snippets Groups Projects
Select Git revision
  • 39df2438491f7d4f81315f3f72578e5fd08dcb46
  • main default protected
2 results

bpn3.bpn

Blame
  • user avatar
    Leonardo Brenner authored
    39df2438
    History
    bpn3.bpn 497 B
    // batch petri net
    
    model test;
    length unity= m ;
    time unity = s;
    
    network description
    places 
        place BP (batch)
            function (100, 200, 10) // speed, density, length
            initial marking {} //length, density, poistion
            output arc TOut
    
        place CP (continuous)
            initial marking {2000} 
            output arc TIn
         
    transitions
        transition TIn (batch)
            flow (100000)
            output arc BP
    
        transition TOut (batch)
            flow (10000)
            output arc CP