Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::BaseKnapsackSolver Member List

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

BaseKnapsackSolver(absl::string_view solver_name)operations_research::BaseKnapsackSolverinlineexplicit
best_solution(int item_id) const =0operations_research::BaseKnapsackSolverpure virtual
GetLowerAndUpperBoundWhenItem(int item_id, bool is_item_in, int64_t *lower_bound, int64_t *upper_bound)operations_research::BaseKnapsackSolvervirtual
GetName() constoperations_research::BaseKnapsackSolverinlinevirtual
Init(const std::vector< int64_t > &profits, const std::vector< std::vector< int64_t > > &weights, const std::vector< int64_t > &capacities)=0operations_research::BaseKnapsackSolverpure virtual
Solve(TimeLimit *time_limit, double time_limit_in_seconds, bool *is_solution_optimal)=0operations_research::BaseKnapsackSolverpure virtual
~BaseKnapsackSolver()=defaultoperations_research::BaseKnapsackSolvervirtual