Hello all,
I do have a general question and or bug. I am unsure about the intended behavior.
Provided a valid Assignment* that is successfully evaluated by the RoutingModel,
calling SolveFromAssignmentsWithParameters() with this Assignment (sometimes) yields a nullptr.
With the Debugger I looked into the RoutingModel and saw that assignment_ is indeed set internally with legal objective bounds.
But collect_assignments_ is empty.
It ultimately runs into status_ = ROUTING_FAIL clause.
My Question:
- Is this a Bug?
- Should the initial solution always be part of the collect_assignemts_ or not?
Thanks and Kind Regards
_nano_