II.
LibraryProcess JSON
Structured · livelib-process:industrial-engineering--production-scheduling
production-scheduling json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:industrial-engineering--production-scheduling",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "production-scheduling",
"description": "Production Scheduling Optimization - Develop and implement production schedules that optimize due date\nperformance, throughput, and resource utilization using scheduling algorithms and tools.",
"libraryPath": "library/specializations/domains/science/industrial-engineering/production-scheduling.js",
"specialization": "industrial-engineering",
"references": [
"- Pinedo, Scheduling: Theory, Algorithms, and Systems\n- Baker & Trietsch, Principles of Sequencing and Scheduling\n- Conway et al., Theory of Scheduling"
],
"example": "const result = await orchestrate('domains/science/industrial-engineering/production-scheduling', {\n productionOrders: 'Weekly production orders with due dates',\n resources: ['machine-1', 'machine-2', 'assembly'],\n objectives: ['minimize-lateness', 'maximize-throughput']\n});",
"usesAgents": [
"scheduling-analyst",
"system-modeler",
"job-data-collector",
"algorithm-selector",
"schedule-generator",
"performance-analyst",
"gantt-creator",
"tracking-setup"
]
},
"outgoingEdges": [
{
"from": "lib-process:industrial-engineering--production-scheduling",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--production-scheduling",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:industrial-engineering--production-scheduling",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:industrial-engineering--production-scheduling",
"to": "domain:industrial-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--production-scheduling",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--production-scheduling",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:industrial-engineering--production-scheduling",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--production-scheduling",
"to": "specialization:industrial-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:industrial-engineering--production-scheduling",
"to": "lib-agent:shared--performance-analyst",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}