You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- package service
-
- type ScheduleRuleSrv struct{
- FiniteScheduleToggle bool // 是否是有限能力排程
- ToolConstraintToggle bool // 考虑有限工具能力约束
- ArticleConstraintToggle bool // 考虑有限物料约束
- PersonConstratintToggle bool // 考虑有限人员约束
- SecondaryRescourceToggle bool // 次要资源约束
- }
|