![]() |
OR-Tools
9.6
|
Definition at line 79 of file knapsack_solver_for_cuts.h.
Public Member Functions | |
| KnapsackItemForCuts (int id, double weight, double profit) | |
| double | GetEfficiency (double profit_max) const |
Public Attributes | |
| const int | id |
| const double | weight |
| const double | profit |
|
inline |
Definition at line 80 of file knapsack_solver_for_cuts.h.
|
inline |
Definition at line 83 of file knapsack_solver_for_cuts.h.
| const int id |
Definition at line 89 of file knapsack_solver_for_cuts.h.
| const double profit |
Definition at line 91 of file knapsack_solver_for_cuts.h.
| const double weight |
Definition at line 90 of file knapsack_solver_for_cuts.h.