- 06 Nov, 2013 17 commits
-
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
main script changed so that it can read the mode where we ran the simulation until we have no more Entities. This mode is given with the dummy maxSimTime=-1 in the inputs for now
-
Georgios Dagkakis authored
Job object updated to output a json result noting its schedule. Format should be discussed along with the input format
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
Earliest Due Date, Earliest Order Date and Number Of Remaining Stations scheduling rules implemented
-
Georgios Dagkakis authored
priority implemented as first scheduling rule. priority is optional argument for entities and schedulingRoute optional argument for Queue. sortEntities() method in Queue does the sorting and it is called every time a Queue receives an Entity
-
Georgios Dagkakis authored
stepNumber attribute added in the JSON notation of the route of the Jobs. This way the route is read correctly no matter what the sequence of steps in the JSON tree is
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
first working version of routing Jobs. From the trace it seems to work ok. Cleanup to be done. Also there are ways to make this more generic
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
main script updated in order to read Job data and create the job. Also Jobshop1 topology modified to match new JSON format
-
Georgios Dagkakis authored
-
- 05 Nov, 2013 3 commits
-
-
Kazuhiko Shiozaki authored
because the response content_type from raw.github.com is text/plain.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 04 Nov, 2013 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 01 Oct, 2013 4 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
- 30 Sep, 2013 14 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
for json in *json ; do echo $json; cat $json | python -m json.tool > $json.clean ; mv $json.clean $json; done
-
Jérome Perrin authored
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
calculation of the processing time for the machine tranfered in another method (calculateProcessingTime). This method should be overriden for machines that read the calculation time from the Entity attribute
-