Commit 814f9bb4 authored by Jérome Perrin's avatar Jérome Perrin

PartJobShop: send order priority to manpy

parent 1480420c
......@@ -179,6 +179,7 @@ class Simulation(ACO.Simulation):
order_dict["manager"] = project_manager
order_dict["name"] = order_id
order_dict["dueDate"] = due_date
order_dict["priority"] = float(priority)
# XXX make it dynamic by writing a function that will reuse the
# code available a bit after
order_dict["route"] = self.getRouteList(sequence_list, processing_time_list,
......
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