Commit graph

9 commits

Author SHA1 Message Date
412b572afb update grammar comments syntax to arpeggio-1.9.0 2022-03-19 03:05:21 +01:00
ae43bd5264 add typing annotations to get_task_by_job 2017-07-09 17:20:07 +02:00
4204969da9 helper method to extract single jobs 2017-07-09 13:15:30 +02:00
252f3a824e JobShopProblem is now a Mapping, not a list
- implementing all interface functions for JobShopProblem to behave like
a Mapping (e.g. dict) with (int, int) keys
this implements and closes #14
2017-07-08 02:21:30 +02:00
4804a2a4d5 adjust __all__ packet imports to new module names
contributes to #3
2017-06-30 11:45:50 +02:00
40eaca47ae adjust code style to follow PEP8 2017-06-30 00:51:50 +02:00
3edd920b0d improve type signature of visitor 2017-06-29 22:28:23 +02:00
72e5800604 now *really* renamed functions and modules
contributes to #3
2017-06-29 22:23:12 +02:00
92ddb2740e JobShopProblem now a list, renaming module
contributes to #3
2017-06-29 21:30:31 +02:00