Results 11 comments of Alireza Hosseini

> Telegram doesn't support sending albums from URLs. @Lonami I know that Bot API supports it, are you sure that MTProto doesn't support it?

Hi @NiRuff, thank you for letting us know. I think this is a small bug. We'll fix it soon.

@yassersouri @nournia @kharazi @imani

@tiangolo Do you have any plan to merge this? it's really needed.

Yes, but this is erasing the problem.

i actually used the #12 and the makespan not yet minimized here is my whole code in python: `````Python import math from ortools.constraint_solver import pywrapcp from ortools.constraint_solver import routing_enums_pb2 def...

Hi Please answer my question in issuesit is very necessary for please!! On Wednesday, December 27, 2017 5:50 PM, Daniel J. H. wrote: Number three is ticketed in #12.I don't...

@emakarov couple of comments. 1. Because that gave me following result: ````` Total distance of all routes: 64 Route for vehicle 0: [9, 9]0 to 0 -> [10, 2]8 to...

i used this: ````Python search_parameters.local_search_metaheuristic = ( routing_enums_pb2.LocalSearchMetaheuristic.GUIDED_LOCAL_SEARCH) search_parameters.time_limit_ms = 30000 ```` but it gave me same result can you give me an example @emakarov ?