![]() |
OR-Tools
8.0
|
Definition at line 78 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 79 of file knapsack_solver_for_cuts.h.
|
inline |
Definition at line 82 of file knapsack_solver_for_cuts.h.
| const int id |
Definition at line 88 of file knapsack_solver_for_cuts.h.
| const double profit |
Definition at line 90 of file knapsack_solver_for_cuts.h.
| const double weight |
Definition at line 89 of file knapsack_solver_for_cuts.h.