Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
HYH.APSJ
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
佟礼
HYH.APSJ
Commits
78d5f5e4
Commit
78d5f5e4
authored
May 27, 2026
by
Tong Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优先级
parent
7d322d24
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
GeneticDecoder.java
src/main/java/com/aps/service/Algorithm/GeneticDecoder.java
+10
-0
No files found.
src/main/java/com/aps/service/Algorithm/GeneticDecoder.java
View file @
78d5f5e4
...
...
@@ -624,6 +624,16 @@ public class GeneticDecoder {
Map
<
Long
,
CopyOnWriteArrayList
<
GAScheduleResult
>>
machineTasksCache
=
new
HashMap
<>();
// 记录已经整单转正排的订单,避免倒排序列后续再次进入同一个 groupId。
Set
<
Integer
>
forwardFallbackOrderIds
=
new
HashSet
<>();
// 方案1a+方案2混合排程:预检并处理有半成品依赖的订单
Set
<
Integer
>
hybridProcessedOrderIds
=
new
HashSet
<>();
if
(
isJit
&&
_globalParam
.
isIsCheckSf
())
{
runHybridPreCheckAndSchedule
(
chromosome
,
machineIdMap
,
machineTasksCache
,
entryIndexById
,
scheduleIndexById
,
opMachineKeyMap
,
entrysBygroupId
,
orderDueDate
,
orderSchedulingInfo
,
orderProcessCounter
,
orderLastEndTime
,
hybridProcessedOrderIds
);
}
int
opCount
=
0
;
long
slowOpThresholdNs
=
500_000_000L
;
// 500ms
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment