tcs-16-balance

Balancing Load on a Multiprocessor System with Event-Driven Approach
git clone https://git.igankevich.com/tcs-16-balance.git
Log | Files | Refs

scheme_0.dot (264B)


      1 graph Scheme1 {
      2 	nodesep=0.05
      3 	ranksep=0.1
      4 	margin=0
      5 	rankdir=LR
      6 	node [fontname="DejaVU Serif",fontsize=8,fixedsize=true,width=0.22,height=0.22]
      7 
      8 	I -- {R1 R2 R3 R4}
      9 	I [label="I₁",style=dashed]
     10 	R1 [label="R"]
     11 	R2 [label="R"]
     12 	R3 [label="R"]
     13 	R4 [label="R"]
     14 }