Created
January 3, 2025 21:59
-
-
Save stackdump/af151355d414491ac2eff9160e134892 to your computer and use it in GitHub Desktop.
Analyzing Knapsack outcomes when suppressing 1 of the items
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's possible the ODE solver approach is more similar to the fractional knapsack problem since we it's continuous and evaluates all places at once.
https://www.geeksforgeeks.org/fractional-knapsack-problem/