mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-09 18:08:06 -06:00
refactored planning algorithm
This commit is contained in:
@@ -29,16 +29,6 @@ function remove_manifest(map_data, station, manifest, sign)
|
||||
end
|
||||
end
|
||||
|
||||
---@param map_data MapData
|
||||
---@param r_station_id uint
|
||||
---@param p_station_id uint
|
||||
---@param item_type string
|
||||
---@param min_slots_to_move int
|
||||
local function get_valid_train(map_data, r_station_id, p_station_id, item_type, min_slots_to_move)
|
||||
--NOTE: this code is the critical section for amortized run-time optimization
|
||||
end
|
||||
|
||||
|
||||
---@param map_data MapData
|
||||
---@param r_station_id uint
|
||||
---@param p_station_id uint
|
||||
|
||||
Reference in New Issue
Block a user