Skip to content
Snippets Groups Projects
Commit 90a0780d authored by Marc-Antoine Manningham's avatar Marc-Antoine Manningham
Browse files

chore: add name of algorithm

parent 1f20f7ba
No related branches found
No related tags found
1 merge request!12Feat update leptos
......@@ -23,4 +23,4 @@ It function on the following assumptions:
- It iterate recursively on all variants until it has a variant for each item.
- If an incomplete collection doesn't respect the constraint the rest of combination will not be explored.
- If an incomplete collection have a worst score than the worst of the best n scores, the rest of the combination of this collection will not be explored.
- If an incomplete collection have a worst score than the worst of the best n collection, the rest of the combination of this collection will not be explored. (Branch and bound)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment