gds_business.vsm.checks¶
VSM verification checks (VSM-001..VSM-004).
VSM-001: Each step has at most 1 incoming and 1 outgoing material flow.
Source code in packages/gds-business/gds_business/vsm/checks.py
VSM-002: Identifies where flow_type transitions from push to pull.
Source code in packages/gds-business/gds_business/vsm/checks.py
VSM-003: All flow source/target are declared elements.
Source code in packages/gds-business/gds_business/vsm/checks.py
VSM-004: Max cycle_time should not exceed customer takt_time.