Java Reference
Java Reference
KnapsackSolver Member List
This is the complete list of members for KnapsackSolver, including all inherited members.
| bestSolutionContains(int item_id) | KnapsackSolver | inline |
| delete() | KnapsackSolver | inline |
| getName() | KnapsackSolver | inline |
| init(long[] profits, long[][] weights, long[] capacities) | KnapsackSolver | inline |
| isSolutionOptimal() | KnapsackSolver | inline |
| KnapsackSolver(long cPtr, boolean cMemoryOwn) | KnapsackSolver | inlineprotected |
| KnapsackSolver(String solver_name) | KnapsackSolver | inline |
| KnapsackSolver(KnapsackSolver.SolverType solver_type, String solver_name) | KnapsackSolver | inline |
| setTimeLimit(double time_limit_seconds) | KnapsackSolver | inline |
| setUseReduction(boolean use_reduction) | KnapsackSolver | inline |
| solve() | KnapsackSolver | inline |
| useReduction() | KnapsackSolver | inline |