Vehicle Routing Problems on the Database
GNU General Public License v2.0
20
stars
6
forks
source link
GSoC' 22: Detailed description and signature of the new OR-Tools Bin Packing category functions to be added in vrpRouting #41
Closed
Manas23601 closed 2 years ago
Description
Google OR-Tools is an open-source software suite that can solve optimization problems such as:
OR-Tools Bin Packing Category Functions:
vrp_knapsack
RETURNS SET OF (item_id)
vrp_multiple_knapsack( Weights_Costs SQL, capacities ARRAY[ANY-INTEGER], [, max_rows])
RETURNS SET OF (knapsack_number, item_id)
vrp_bin_packing( Weights SQL, bin_capacity ANY-INTEGER, [, max_rows])
RETURNS SET OF (bin_number, item_id)