DotNet Reference
DotNet Reference
KnapsackSolver Member List
This is the complete list of members for KnapsackSolver, including all inherited members.
| BestSolutionContains(int item_id) | KnapsackSolver | inline |
| Dispose() | KnapsackSolver | inline |
| Dispose(bool disposing) | KnapsackSolver | inlineprotectedvirtual |
| GetName() | KnapsackSolver | inline |
| Init(long[] profits, long[,] weights, long[] capacities) | KnapsackSolver | inline |
| IsSolutionOptimal() | KnapsackSolver | inline |
| KnapsackSolver(string solver_name) | KnapsackSolver | inline |
| KnapsackSolver(KnapsackSolver.SolverType solver_type, string solver_name) | KnapsackSolver | inline |
| set_time_limit(double time_limit_seconds) | KnapsackSolver | inline |
| SetUseReduction(bool use_reduction) | KnapsackSolver | inline |
| Solve() | KnapsackSolver | inline |
| SolverType enum name | KnapsackSolver | |
| swigCMemOwn | KnapsackSolver | protected |
| UseReduction() | KnapsackSolver | inline |