Commit cb1d4c68 authored by Tong Li's avatar Tong Li

倒排

parent 6f7aeeba
......@@ -20,6 +20,7 @@ public class TimeSegment {
private boolean isHoliday; // 是否节假日(true=节假日)
private boolean isUsed; // 是否已被占用(true=已分配任务)
private double efficiency=1;//效率
private int processingTime;
// 无参构造(Lombok默认生成)
public TimeSegment() {}
......
......@@ -1344,14 +1344,6 @@ public class GeneticDecoder {
// (lastGeneOnMachine != null ? lastGeneOnMachine.getEndTime() : 0) +
// ", 换型: " + setupTime + ")");
int startTime = geneDetails.stream()
.mapToInt(ScheduleResultDetail::getStartTime)
.min()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment