File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -51,3 +51,7 @@ function ItemStrategyNextItemRule(bits...;
5151 return ItemStrategyNextItemRule (strategy, criterion)
5252 end
5353end
54+
55+ function best_item (rule:: NextItemRule , tracked_responses:: TrackedResponses )
56+ best_item (rule, tracked_responses, tracked_responses. item_bank)
57+ end
Original file line number Diff line number Diff line change @@ -40,11 +40,4 @@ function best_item(
4040 items
4141) where {ItemCriterionT <: ItemCriterion }
4242 exhaustive_search (rule. criterion, responses, items)[1 ]
43- end
44-
45- function best_item (
46- rule:: ItemStrategyNextItemRule{ExhaustiveSearch, ItemCriterionT} ,
47- responses:: TrackedResponses
48- ) where {ItemCriterionT <: ItemCriterion }
49- best_item (rule, responses, responses. item_bank)
50- end
43+ end
You can’t perform that action at this time.
0 commit comments