![]() |
OR-Tools
9.6
|
Definition at line 656 of file knapsack_solver.cc.
Public Member Functions | |
| KnapsackItemWithEfficiency (int _id, int64_t _profit, int64_t _weight, int64_t _profit_max) | |
Public Attributes | |
| int | id |
| int64_t | profit |
| int64_t | weight |
| double | efficiency |
|
inline |
Definition at line 657 of file knapsack_solver.cc.
| double efficiency |
Definition at line 669 of file knapsack_solver.cc.
| int id |
Definition at line 666 of file knapsack_solver.cc.
| int64_t profit |
Definition at line 667 of file knapsack_solver.cc.
| int64_t weight |
Definition at line 668 of file knapsack_solver.cc.