- 06 Nov, 2013 39 commits
-
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
getEntity in objects enhanced so that the currentStation attribute of the Entity is updated. Now currentStation for each Entity should contain the station where the Entity is in
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
documentation examples chenged so that postprocessing and otputresultsxls are not called with maxsimtime as argument
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
JobShop objects code cleaned with the use of new supplementary methods. Also, a bug in main script fixed. Old version expected only integer processing times for jobs. The test results for topologies 18 to 20 had to be fixed too (e.g. instead of 1 it is 1.0 in the result now)
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
defineRouting arguments made explicit so that the user can define them in different sequence if wanted. Applied also to the first example of the documentation
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
setup.py in the simulation folder deleted. It was an unsuccessful (after scipy employment) attempt to make an executable
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
some further enhancement to the code and the documentation. Plant topologies removed, no need to get those open-source I suppose. Examples folders added with one example. To be populated and described in documentation
-
Georgios Dagkakis authored
documentation updated. Examples to be added. Also, sseveral refinements on the clearence of the code
-
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 1 commit
-
-
Kazuhiko Shiozaki authored
because the response content_type from raw.github.com is text/plain.
-