![]() |
OR-Tools
9.3
|
Definition at line 314 of file knapsack_solver.h.
Public Member Functions | |
| KnapsackItem (int _id, int64_t _weight, int64_t _profit) | |
| double | GetEfficiency (int64_t profit_max) const |
Public Attributes | |
| const int | id |
| const int64_t | weight |
| const int64_t | profit |
|
inline |
Definition at line 315 of file knapsack_solver.h.
|
inline |
Definition at line 317 of file knapsack_solver.h.
| const int id |
Definition at line 325 of file knapsack_solver.h.
| const int64_t profit |
Definition at line 327 of file knapsack_solver.h.
| const int64_t weight |
Definition at line 326 of file knapsack_solver.h.