retour_op | R Documentation |
Function used internally by Fpop and Fpop_w to do the backtracking and recover the best set of changes from 1 to i
retour_op(path, i)
path |
vector of length n containing the best last changes for any j in [1, n]. This vector is computed in the Fpop and Fpop_w using the colibri_op_c or colibri_op_weight_c function. |
i |
the last position to consider to start the backtracking. |
set of optimal changes up to i.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.