OR-Tools  8.2
KnapsackSolverForCuts Member List

This is the complete list of members for KnapsackSolverForCuts, including all inherited members.

best_solution(int item_id) constKnapsackSolverForCutsinline
GetLowerAndUpperBoundWhenItem(int item_id, bool is_item_in, double *lower_bound, double *upper_bound)KnapsackSolverForCuts
GetName() constKnapsackSolverForCutsinline
GetNumberOfItems() constKnapsackSolverForCutsinline
GetUpperBound()KnapsackSolverForCutsinline
Init(const std::vector< double > &profits, const std::vector< double > &weights, const double capacity)KnapsackSolverForCuts
KnapsackSolverForCuts(std::string solver_name)KnapsackSolverForCutsexplicit
KnapsackSolverForCuts(const KnapsackSolverForCuts &)=deleteKnapsackSolverForCuts
operator=(const KnapsackSolverForCuts &)=deleteKnapsackSolverForCuts
set_node_limit(const int64 node_limit)KnapsackSolverForCutsinline
set_solution_lower_bound_threshold(const double solution_lower_bound_threshold)KnapsackSolverForCutsinline
set_solution_upper_bound_threshold(const double solution_upper_bound_threshold)KnapsackSolverForCutsinline
Solve(TimeLimit *time_limit, bool *is_solution_optimal)KnapsackSolverForCuts