8000 GitHub - fat-gyft/drones: Drones System Uml Specifications with USE
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fat-gyft/drones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation








-- a drone leaves the warehouse directly to one of its neighbor
-- two drones can cross (if their destination is different)
-- an order only has one destination receptacle
-- a drone only leaves the warehouse if:
--     nbToDeliver + nbDelivering + qtyInReceptacle <= RCAP
--     and tests this hypothesis for every tick
-- a drone must be able to move (max 3 drone neighbors)
-- a drone has max DCAP products
-- a receptacle has max RCAP products
-- only one drone per cell
-- only one drone per receptacle




-- entering the warehouse is done just like any Cell
-- but after one tick, the drone has no position anymore (in the warehouse)
-- every PTIC ticks, all receptacles loose product

About

Drones System Uml Specifications with USE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0