![]() |
OR-Tools
8.2
|
Definition at line 654 of file knapsack_solver.cc.
Public Member Functions | |
KnapsackItemWithEfficiency (int _id, int64 _profit, int64 _weight, int64 _profit_max) | |
Public Attributes | |
int | id |
int64 | profit |
int64 | weight |
double | efficiency |
|
inline |
Definition at line 655 of file knapsack_solver.cc.
double efficiency |
Definition at line 667 of file knapsack_solver.cc.
int id |
Definition at line 664 of file knapsack_solver.cc.
int64 profit |
Definition at line 665 of file knapsack_solver.cc.
int64 weight |
Definition at line 666 of file knapsack_solver.cc.