Skip to content
Snippets Groups Projects
Select Git revision
  • d897b59fe99e3e3361f0d54e09cc47561547f5e6
  • master default protected
  • johannes
  • partial_parser
  • Aloui_Dary
  • ignore_punct
  • AC
  • classifier
  • fixhelp
  • libmacaon2
  • error_predictor
  • morpho
  • ssrnn
  • tfparsing
  • silvio
  • tagger_options
  • maca_trans_frame_parser
  • alexis
  • new_config
  • tagparse
  • maca_graph_parser
21 results

prob.input1

Blame
  • bpn4.bpn 745 B
    // batch petri net
    
    model test;
    length unity= m ;
    time unity = s;
    
    network description
    places 
        place BP (batch)
            function (5, 15, 15) // speed, density, length
            initial marking {} //length, density, poistion
            output arc CTOut
    
        place CPCap (continuous)
            initial marking {225} 
            output arc CTIn
    
        place CPIn (continuous)
            initial marking {175} 
            output arc CTIn
    
        place CPOut (continuous)
            initial marking {0} 
    
         
    transitions
        transition DTIn (discrete)
            timing (4)
            output arc CPIn (40)
    
        transition CTIn (batch)
            flow (70)
            output arc BP
    
        transition CTOut (batch)
            flow (30)
            output arc CPCap
            output arc CPOut