File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -264,10 +264,14 @@ And if we solve the tracking problem again with those costs...
264264 :hide-output:
265265
266266 solution = solver.solve()
267- draw_solution(graph, solver, label_attribute='score')
268267
268+ .. jupyter-execute ::
269+ :hide-code:
269270
270- ...we see that the orphan node is gone now. Its (negative) cost is not enough
271- to justify starting a new track:
271+ solution = solver.solve()
272+ draw_solution(graph, solver, label_attribute='score')
273+
274+ ...we see that all three nodes in the final time point are again selected, since
275+ dividing gives the solver an option to pick the node without paying the appear cost.
272276
273277:jupyter-download-notebook: `Download this page as a Jupyter notebook<quickstart> `
You can’t perform that action at this time.
0 commit comments