OR-Tools  9.3
knapsack_solver.cc File Reference

Go to the source code of this file.

Classes

class  KnapsackBruteForceSolver
 
struct  KnapsackItemWithEfficiency
 
class  Knapsack64ItemsSolver
 
class  KnapsackDynamicProgrammingSolver
 
class  KnapsackDivideAndConquerSolver
 
class  KnapsackMIPSolver
 

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 

Functions

bool CompareKnapsackItemWithEfficiencyInDecreasingEfficiencyOrder (const KnapsackItemWithEfficiency &item1, const KnapsackItemWithEfficiency &item2)
 

Variable Documentation

◆ profit_max

const int64_t profit_max

Definition at line 46 of file knapsack_solver.cc.