Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ src/ algorithms/

operations_research::KnapsackSolver Member List

This is the complete list of members for operations_research::KnapsackSolver, including all inherited members.

BestSolutionContains(int item_id) const operations_research::KnapsackSolver
GetName() const operations_research::KnapsackSolver
Init(const std::vector< int64 > &profits, const std::vector< std::vector< int64 > > &weights, const std::vector< int64 > &capacities)operations_research::KnapsackSolver
KNAPSACK_64ITEMS_SOLVER enum valueoperations_research::KnapsackSolver
KNAPSACK_BRUTE_FORCE_SOLVER enum valueoperations_research::KnapsackSolver
KNAPSACK_DYNAMIC_PROGRAMMING_SOLVER enum valueoperations_research::KnapsackSolver
KNAPSACK_MULTIDIMENSION_BRANCH_AND_BOUND_SOLVER enum valueoperations_research::KnapsackSolver
KnapsackSolver(const string &solver_name)operations_research::KnapsackSolver [explicit]
KnapsackSolver(SolverType solver_type, const string &solver_name)operations_research::KnapsackSolver
set_use_reduction(bool use_reduction)operations_research::KnapsackSolver [inline]
Solve()operations_research::KnapsackSolver
SolverType enum nameoperations_research::KnapsackSolver
use_reduction() const operations_research::KnapsackSolver [inline]
~KnapsackSolver()operations_research::KnapsackSolver [virtual]