Skip to content
Snippets Groups Projects
Commit 51aa64d9 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Use the MOEA-Router for the SMT-based scheduling again

parent cbe52b24
No related branches found
No related tags found
No related merge requests found
IScheduleElement.java 655b5e225ea2f3b41496d57e676512e94eea1ee7 YELLOW
IScheduleTask.java 0c94c70de7044a7dc12cef159c15a54ca101f2ee YELLOW
ResourceSchedule.java 95e59f034907941cad3a59b1468b319b099865b6 YELLOW
SMTStrictTTDecoder.java fcec20ea53e2bc55f13f8151303bef7cfb58029b RED
SMTStrictTTDecoder.java 87c9a95489f17e1c47472dfc276f6b2afd7dba60 RED
ScheduleTaskGraph.java 232627b5c35a9abdb296c1e67c9469dd2e74faf7 RED
ScheduleUtils.java 9b4dde251d63025e81265983a60948dccc3c780e RED
ScheduledTask.java 0db7b0fefbb799842065b078bfc4a2b8a92d4942 YELLOW
......
......@@ -165,7 +165,7 @@ public class SMTStrictTTDecoder extends DecoderModule<StrictTTSchedule> {
Collection<Route> routes =
sigToRoute.getEntries().stream().map(e -> e.getRoute()).collect(toSet());
SuperSet<Route> routeSS = createSuperSet(routes, "Routes", Route.class);
// superSets.put(Route.class, routeSS);
superSets.put(Route.class, routeSS);
// TODO: Do not query the transmissionUnits from the input set but the platform graph.
SuperSet<SignalToRouteAllocationEntry> sigToRouteOut =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment