Ilya Builuk
Ilya Builuk
Do I understand correctly, that you want to have some callback to report how much is left till termination? If so, at the moment there is no such functionality (but...
I wrote a test to check that the fix is working in some minimalistic use case (see commit details)
Hi, required break is also scheduled during activity's service time to make sure that it is respected in any case. Have you tried to use optional break with time window...
Got it. I would say it requires a new field to be exposed on the required break definition (e.g. policy) as I want to keep an existing logic too. Internally,...
Actually, implementation assumes that breaks time windows (both, optional and required) don't intersect. I guess I need to add a validation rule to make this explicit.
It seems like a bug: Stop with breaks has departure at 2022-07-13T**12:00**:00 ```json "time": { "arrival": "2022-07-12T09:30:31Z", "departure": "2022-07-13T12:00:00Z" }, ``` But one of the stop activities for break has...
At the moment, I don't have plans to start working on it.
No updates. At the moment, I'm working on some internal refactoring
Yeah, it looks like I have to redesign a bit this method to make the library more usable from code. At the moment, I'm focusing mostly on usage from CLI...
Вообще, конечно, подобное условие уже есть - cost variation на основе коэффициэнта вариации. Но по умолчанию оно будет работать немного неожиданно, т.к. оно включается для последней фазы поиска, когда алгоритм...