Explore Optimization algorithms
Optimization algorithms
-
MultipleKnapsack
Functionality : Solving the so- called multiple knapsack problem.MR Num:13 -
Testing Effectiveness:KNAPSACK
Functionality : The KNAPSACK program attempts to calculate the optimal solution and thus to maximize the total profit.MR Num:10 -
Greedy Algorithm
Functionality : Greedy Algorithm on Set Covering ProblemMR Num:9 -
SCP/ KLP
Functionality : Finding the smallest subset of O(objects) that satisfies all requirements in R(requirements).MR Num:9 -
Set Cover
Functionality : Solving the so-called set cover problem,which is also named key-lock problem.MR Num:15