- 06 Nov, 2013 20 commits
-
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
machine changed so that many of the input parameters (eg stdev, failure) are optional with default values. It will make it easier to provide simple examples
-
Georgios Dagkakis authored
Ann initialise method was added to Entities. Jobs need to be initialized in every simulation replication in multiple runs. Now it works, but JSON results are not given for the route in multiple runs. This may require some thinking
-
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 11 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
-