-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The great update that introduces zones, zone statuses and management. - added ZoneReq to WorkUnit as new type of req - added Zone to represent zone with status - added ZoneTransition to save information about statuses' changes - added ZoneTimeline to manage zone statuses through the time - integrated zone accounting to all timelines as an additional constraint - added zone operators to Genetic - added AccessCards e.g. ZoneTransitions to the Gant chart visualization Now we are ready to do zone planning.
- Loading branch information
1 parent
ec9a358
commit c6602b1
Showing
27 changed files
with
799 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "sampo" | ||
version = "0.1.1.203" | ||
version = "0.1.1.220" | ||
description = "Open-source framework for adaptive manufacturing processes scheduling" | ||
authors = ["iAirLab <[email protected]>"] | ||
license = "BSD-3-Clause" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.