You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int** calculate_distances(int** init_distance, int** drivers, int** customers_initp, int** customers_finalp, int num_of_customers, int num_of_drivers, int time);
int** calculate_time_and_fee(int** input_mat, int** drivers, int** customers_initp, int** customers_finalp, int num_of_customers, int num_of_drivers,int present_time);