raokrutarth / manufacturing-os

A POC distributed operating system for geo-seperated automotive manufacturing
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Created Demo Test Cases + Removed Randomness #124

Closed AndrejSafundzic closed 4 years ago

AndrejSafundzic commented 4 years ago
  1. Removed Randomness. The number nodes can be calculated in the following way: number of nodes = nodes_per_type * (num_types - 2)

  2. Added a demo test cases called bootstrap_demo() looking like this: WhatsApp Image 2020-06-07 at 10 26 26 PM

nishantrai18 commented 4 years ago

Can we add a more complex base case for the demo? This is too small. Something with 6-7 stages at least -> 20-30ish nodes

nishantrai18 commented 4 years ago

Umm this is not exactly what we meant by removing randomness. Can you take it out from here, I'll modify it in my PR.