Definition at line 669 of file knapsack_solver.cc.
◆ KnapsackItemWithEfficiency()
| operations_research::KnapsackItemWithEfficiency::KnapsackItemWithEfficiency |
( |
int | _id, |
|
|
int64_t | _profit, |
|
|
int64_t | _weight, |
|
|
int64_t | _profit_max ) |
|
inline |
◆ efficiency
| double operations_research::KnapsackItemWithEfficiency::efficiency |
◆ id
| int operations_research::KnapsackItemWithEfficiency::id |
◆ profit
| int64_t operations_research::KnapsackItemWithEfficiency::profit |
◆ weight
| int64_t operations_research::KnapsackItemWithEfficiency::weight |
The documentation for this struct was generated from the following file: