code
The Cypher query to calculate AGV utilization is: MATCH (w:WORKER)-[]->(a:AGV)-[]->... RETURN a.id, SUM(dur_proc) / dur_active AS util
Authors
Sources
- Leveraging Knowledge Graphs and LLM Reasoning to Identify ... arxiv.org via serper
The Cypher query to calculate AGV utilization is: MATCH (w:WORKER)-[]->(a:AGV)-[]->... RETURN a.id, SUM(dur_proc) / dur_active AS util