II.
LibraryProcess overview
Reference · livelib-process:industrial-engineering--production-scheduling
production-scheduling overview
Production Scheduling Optimization - Develop and implement production schedules that optimize due date performance, throughput, and resource utilization using scheduling algorithms and tools.
Attributes
displayName
production-scheduling
description
Production Scheduling Optimization - Develop and implement production schedules that optimize due date
performance, 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 - Baker & Trietsch, Principles of Sequencing and Scheduling - Conway et al., Theory of Scheduling
example
const result = await orchestrate('domains/science/industrial-engineering/production-scheduling', {
productionOrders: 'Weekly production orders with due dates',
resources: ['machine-1', 'machine-2', 'assembly'],
objectives: ['minimize-lateness', 'maximize-throughput']
});
usesAgents
- scheduling-analyst
- system-modeler
- job-data-collector
- algorithm-selector
- schedule-generator
- performance-analyst
- gantt-creator
- tracking-setup
Outgoing edges
lib_applies_to_domain1
- domain:industrial-engineering·DomainIndustrial Engineering
lib_belongs_to_specialization1
- specialization:industrial-engineering·SpecializationIndustrial Engineering
lib_implements_workflow1
- workflow:experiment-design·WorkflowExperiment Design
lib_involves_role2
- role:operations-analyst·RoleOperations Analyst
- role:research-engineer·RoleResearch Engineer
lib_requires_skill_area3
- skill-area:statistical-analysis·SkillAreaStatistical Analysis
- skill-area:organizational-design·SkillAreaOrganizational Design
- skill-area:data-analysis·SkillAreaData Analysis
uses_agent1
- lib-agent:shared--performance-analyst·LibraryAgentperformance-analyst
Incoming edges
None.