We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1046ca6 commit c46fec5Copy full SHA for c46fec5
1 file changed
src/knapsack.jl
@@ -30,7 +30,7 @@ end
30
31
32
"""
33
- knapsack(values::Vector{Float64}, weights::Vector{Float64}, capacity::Float64)::KnapsackResult
+ KnapsackProblem
34
35
# Description
36
0 commit comments